Home
last modified time | relevance | path

Searched refs:OnLoadSystemAbilitySuccess (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/compiler_service/src/
H A Daot_compiler_load_callback.cpp22 void AotCompilerLoadCallback::OnLoadSystemAbilitySuccess(int32_t systemAbilityId, in OnLoadSystemAbilitySuccess() function in OHOS::ArkCompiler::AotCompilerLoadCallback
36 AotCompilerClient::GetInstance().OnLoadSystemAbilitySuccess(remoteObject); in OnLoadSystemAbilitySuccess()
H A Daot_compiler_client.cpp171 void AotCompilerClient::OnLoadSystemAbilitySuccess(const sptr<IRemoteObject> &remoteObject) in OnLoadSystemAbilitySuccess() function in OHOS::ArkCompiler::AotCompilerClient
/arkcompiler/ets_runtime/compiler_service/test/unittest/aotcompilerclient_unit/
H A Daotcompilerclient_unit.cpp189 * @tc.desc: callback.OnLoadSystemAbilitySuccess()
199 callback.OnLoadSystemAbilitySuccess(AOT_COMPILER_SERVICE_ID, nullptr); in HWTEST_F()
202 callback.OnLoadSystemAbilitySuccess(AOT_COMPILER_SERVICE_ID - 1, remoteObject); in HWTEST_F()
205 callback.OnLoadSystemAbilitySuccess(AOT_COMPILER_SERVICE_ID + 1, remoteObject); in HWTEST_F()
208 callback.OnLoadSystemAbilitySuccess(AOT_COMPILER_SERVICE_ID, remoteObject); in HWTEST_F()
/arkcompiler/ets_runtime/compiler_service/include/
H A Daot_compiler_load_callback.h28 void OnLoadSystemAbilitySuccess(int32_t systemAbilityId, const sptr<IRemoteObject> &remoteObject) override;
H A Daot_compiler_client.h39 void OnLoadSystemAbilitySuccess(const sptr<IRemoteObject> &remoteObject);

Completed in 3 milliseconds