Searched defs:should_binder_call_succeed (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/tests/
H A Dinstalld_dexopt_test.cpp251 bool should_binder_call_succeed, bool should_dex_be_compiled = true,
285 ASSERT_EQ(should_binder_call_succeed, result.isOk()) << result.toString8().c_str();
299 bool should_binder_call_succeed, bool should_dex_exist, bool should_dex_be_deleted,
316 ASSERT_EQ(should_binder_call_succeed, result.isOk()) << result.toString8().c_str();
381 bool should_binder_call_succeed,
420 ASSERT_EQ(should_binder_call_succeed, result.isOk()) << result.toString8().c_str();
422 if (!should_binder_call_succeed) {
250 CompileSecondaryDex(const std::string& path, int32_t dex_storage_flag, bool should_binder_call_succeed, bool should_dex_be_compiled = true, binder::Status* binder_result = nullptr, int32_t uid = -1) argument
298 reconcile_secondary_dex(const std::string& path, int32_t storage_flag, bool should_binder_call_succeed, bool should_dex_exist, bool should_dex_be_deleted, int32_t uid = -1, std::string* package_override = nullptr) argument
374 CompilePrimaryDex(std::string compiler_filter, int32_t dex_flags, const char* oat_dir, int32_t uid, int32_t dexopt_needed, const char* dm_path, bool downgrade, bool should_binder_call_succeed, binder::Status* binder_result) argument

Completed in 232 milliseconds