Home
last modified time | relevance | path

Searched refs:OnSystemProcessStarted (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/include/
H A Dsystem_ability_state_scheduler_test.h32 void OnSystemProcessStarted(SystemProcessInfo& systemProcessInfo) override;
35 void SystemProcessStatusChange::OnSystemProcessStarted(SystemProcessInfo& systemProcessInfo) in OnSystemProcessStarted() function
H A Dsystem_ability_mgr_proxy_test.h33 void OnSystemProcessStarted(SystemProcessInfo& systemProcessInfo) override;
H A Dsystem_ability_mgr_test.h33 void OnSystemProcessStarted(SystemProcessInfo& systemProcessInfo) override;
H A Dsystem_ability_mgr_stub_test.h35 void OnSystemProcessStarted(SystemProcessInfo& systemProcessInfo) override;
H A Dondemand_helper.h65 void OnSystemProcessStarted(SystemProcessInfo& systemProcessInfo) override;
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Disystem_process_status_change.h42 virtual void OnSystemProcessStarted(SystemProcessInfo& systemProcessInfo) = 0;
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsystem_process_status_change_proxy.h29 void OnSystemProcessStarted(SystemProcessInfo& systemProcessInfo) override;
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_process_status_change_proxy.cpp27 void SystemProcessStatusChangeProxy::OnSystemProcessStarted(SystemProcessInfo& systemProcessInfo) in OnSystemProcessStarted() function in OHOS::SystemProcessStatusChangeProxy
/ohos5.0/foundation/systemabilitymgr/samgr/frameworks/native/source/
H A Dsystem_process_status_change_stub.cpp61 OnSystemProcessStarted(systemProcessInfo); in OnSystemProcessStartedInner()
/ohos5.0/foundation/systemabilitymgr/samgr/test/fuzztest/samgr_fuzzer/include/
H A Dfuzztest_utils.h60 void OnSystemProcessStarted(SystemProcessInfo& systemProcessInfo) override {} in OnSystemProcessStarted() function
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/include/
H A Dstatus_change_wrapper.h49 void OnSystemProcessStarted(OHOS::SystemProcessInfo &systemProcessInfo) override;
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/cxx/
H A Dstatus_change_wrapper.cpp52 void SystemProcessStatusChangeWrapper::OnSystemProcessStarted(OHOS::SystemProcessInfo &systemProces… in OnSystemProcessStarted() function in OHOS::SamgrRust::SystemProcessStatusChangeWrapper
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dondemand_helper.cpp114 void OnDemandHelper::SystemProcessStatusChange::OnSystemProcessStarted(SystemProcessInfo& systemPro… in OnSystemProcessStarted() function in OHOS::OnDemandHelper::SystemProcessStatusChange
H A Dsystem_ability_mgr_proxy_test.cpp45 void SystemProcessStatusChange::OnSystemProcessStarted(SystemProcessInfo& systemProcessInfo) in OnSystemProcessStarted() function in OHOS::SystemProcessStatusChange
H A Dsystem_ability_mgr_test.cpp69 void SystemProcessStatusChange::OnSystemProcessStarted(SystemProcessInfo& systemProcessInfo) in OnSystemProcessStarted() function in OHOS::SystemProcessStatusChange
2400 systemProcessStatusChange->OnSystemProcessStarted(systemProcessInfos);
H A Dsystem_ability_mgr_stub_test.cpp48 void SystemProcessStatusChange::OnSystemProcessStarted(SystemProcessInfo& systemProcessInfo) in OnSystemProcessStarted() function in OHOS::SystemProcessStatusChange
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
H A Dsystem_ability_state_scheduler.cpp906 listener->OnSystemProcessStarted(systemProcessInfo); in NotifyProcessStarted()