Home
last modified time | relevance | path

Searched refs:OnDemandLoadCallback (Results 1 – 5 of 5) sorted by relevance

/base/hiviewdfx/hidumper/services/native/src/
Ddump_on_demand_load.cpp19 OnDemandLoadCallback::OnDemandLoadCallback() in OnDemandLoadCallback() function in OHOS::HiviewDFX::OnDemandLoadCallback
23 OnDemandLoadCallback::~OnDemandLoadCallback() in ~OnDemandLoadCallback()
27 void OnDemandLoadCallback::OnLoadSystemAbilitySuccess(int32_t systemAbilityId, const sptr<IRemoteOb… in OnLoadSystemAbilitySuccess()
35 void OnDemandLoadCallback::OnLoadSystemAbilityFail(int32_t systemAbilityId) in OnLoadSystemAbilityFail()
41 bool OnDemandLoadCallback::CheckLoadSystemAbilityStatus() in CheckLoadSystemAbilityStatus()
Ddump_manager_client.cpp134 sptr<OnDemandLoadCallback> loadCallback = new OnDemandLoadCallback(); in OnDemandStart()
/base/startup/init/test/exec_test/
Dsa_service_ondemand_test.cpp27 class OnDemandLoadCallback : public SystemAbilityLoadCallbackStub { class
33 void OnDemandLoadCallback::OnLoadSystemAbilitySuccess(int32_t systemAbilityId, in OnLoadSystemAbilitySuccess()
40 void OnDemandLoadCallback::OnLoadSystemAbilityFail(int32_t systemAbilityId) in OnLoadSystemAbilityFail()
67 sptr<OnDemandLoadCallback> loadCallback_ = new OnDemandLoadCallback(); in main()
/base/hiviewdfx/hidumper/services/native/include/
Ddump_on_demand_load.h20 class OnDemandLoadCallback : public SystemAbilityLoadCallbackStub {
22 OnDemandLoadCallback();
23 ~OnDemandLoadCallback();
/base/hiviewdfx/hidumper/test/unittest/common/
Dhidumper_service_test.cpp53 sptr<OnDemandLoadCallback> loadCallback = new OnDemandLoadCallback();