/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/include/ |
H A D | system_ability_state_scheduler_test.h | 32 void OnSystemProcessStarted(SystemProcessInfo& systemProcessInfo) override; 35 void SystemProcessStatusChange::OnSystemProcessStarted(SystemProcessInfo& systemProcessInfo) in OnSystemProcessStarted() function
|
H A D | system_ability_mgr_proxy_test.h | 33 void OnSystemProcessStarted(SystemProcessInfo& systemProcessInfo) override;
|
H A D | system_ability_mgr_test.h | 33 void OnSystemProcessStarted(SystemProcessInfo& systemProcessInfo) override;
|
H A D | system_ability_mgr_stub_test.h | 35 void OnSystemProcessStarted(SystemProcessInfo& systemProcessInfo) override;
|
H A D | ondemand_helper.h | 65 void OnSystemProcessStarted(SystemProcessInfo& systemProcessInfo) override;
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/ |
H A D | isystem_process_status_change.h | 42 virtual void OnSystemProcessStarted(SystemProcessInfo& systemProcessInfo) = 0;
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/ |
H A D | system_process_status_change_proxy.h | 29 void OnSystemProcessStarted(SystemProcessInfo& systemProcessInfo) override;
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/ |
H A D | system_process_status_change_proxy.cpp | 27 void SystemProcessStatusChangeProxy::OnSystemProcessStarted(SystemProcessInfo& systemProcessInfo) in OnSystemProcessStarted() function in OHOS::SystemProcessStatusChangeProxy
|
/ohos5.0/foundation/systemabilitymgr/samgr/frameworks/native/source/ |
H A D | system_process_status_change_stub.cpp | 61 OnSystemProcessStarted(systemProcessInfo); in OnSystemProcessStartedInner()
|
/ohos5.0/foundation/systemabilitymgr/samgr/test/fuzztest/samgr_fuzzer/include/ |
H A D | fuzztest_utils.h | 60 void OnSystemProcessStarted(SystemProcessInfo& systemProcessInfo) override {} in OnSystemProcessStarted() function
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/include/ |
H A D | status_change_wrapper.h | 49 void OnSystemProcessStarted(OHOS::SystemProcessInfo &systemProcessInfo) override;
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/cxx/ |
H A D | status_change_wrapper.cpp | 52 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 D | ondemand_helper.cpp | 114 void OnDemandHelper::SystemProcessStatusChange::OnSystemProcessStarted(SystemProcessInfo& systemPro… in OnSystemProcessStarted() function in OHOS::OnDemandHelper::SystemProcessStatusChange
|
H A D | system_ability_mgr_proxy_test.cpp | 45 void SystemProcessStatusChange::OnSystemProcessStarted(SystemProcessInfo& systemProcessInfo) in OnSystemProcessStarted() function in OHOS::SystemProcessStatusChange
|
H A D | system_ability_mgr_test.cpp | 69 void SystemProcessStatusChange::OnSystemProcessStarted(SystemProcessInfo& systemProcessInfo) in OnSystemProcessStarted() function in OHOS::SystemProcessStatusChange 2400 systemProcessStatusChange->OnSystemProcessStarted(systemProcessInfos);
|
H A D | system_ability_mgr_stub_test.cpp | 48 void SystemProcessStatusChange::OnSystemProcessStarted(SystemProcessInfo& systemProcessInfo) in OnSystemProcessStarted() function in OHOS::SystemProcessStatusChange
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/ |
H A D | system_ability_state_scheduler.cpp | 906 listener->OnSystemProcessStarted(systemProcessInfo); in NotifyProcessStarted()
|