/ohos5.0/base/update/sys_installer/frameworks/ipc_server/src/ |
H A D | module_update_service.cpp | 197 void ModuleUpdateService::OnStop(const SystemAbilityOnDemandReason &stopReason) in OnStop() argument 199 LOG(INFO) << "OnStop, stopReason name: " << stopReason.GetName() << ", id: " << in OnStop() 200 static_cast<int32_t>(stopReason.GetId()) << ", value: " << stopReason.GetValue(); in OnStop()
|
/ohos5.0/foundation/systemabilitymgr/safwk/services/safwk/src/ |
H A D | system_ability.cpp | 250 nlohmann::json stopReason = LocalAbilityManager::GetInstance().GetStopReason(saId_); in Stop() local 252 LocalAbilityManager::GetInstance().JsonToOnDemandReason(stopReason); in Stop() 399 void SystemAbility::OnStop(const SystemAbilityOnDemandReason& stopReason) in OnStop() argument
|
H A D | local_ability_manager.cpp | 475 nlohmann::json stopReason = ParseUtil::StringToJsonObj(eventStr); in StopAbility() local 476 SetStopReason(systemAbilityId, stopReason); in StopAbility()
|
/ohos5.0/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/src/cxx/ |
H A D | system_ability_wrapper.cpp | 94 void SystemAbilityWrapper::OnStop(const OHOS::SystemAbilityOnDemandReason &stopReason) in OnStop() argument 96 ability_->OnStopWithReason(BuildReasonWrapper(stopReason)); in OnStop()
|
/ohos5.0/base/update/sys_installer/frameworks/ipc_server/include/ |
H A D | module_update_service.h | 45 void OnStop(const SystemAbilityOnDemandReason &stopReason) override;
|
/ohos5.0/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/include/ |
H A D | system_ability_wrapper.h | 59 void OnStop(const OHOS::SystemAbilityOnDemandReason &stopReason) override;
|
/ohos5.0/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/ |
H A D | system_ability.h | 142 virtual void OnStop(const SystemAbilityOnDemandReason& stopReason);
|
/ohos5.0/foundation/systemabilitymgr/safwk/services/safwk/include/ |
H A D | system_ability.h | 142 virtual void OnStop(const SystemAbilityOnDemandReason& stopReason);
|
/ohos5.0/foundation/resourceschedule/soc_perf/test/unittest/mock/ |
H A D | mock_system_ability.cpp | 197 void SystemAbility::OnStop(const SystemAbilityOnDemandReason& stopReason) in OnStop() argument
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/src/ |
H A D | mock_system_ability.cpp | 201 void SystemAbility::OnStop(const SystemAbilityOnDemandReason& stopReason) in OnStop() argument
|
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/ |
H A D | mock_system_ability.cpp | 228 void SystemAbility::OnStop(const SystemAbilityOnDemandReason& stopReason) in OnStop() argument
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/src/ |
H A D | mock_system_ability.cpp | 232 void SystemAbility::OnStop(const SystemAbilityOnDemandReason& stopReason) in OnStop() argument
|
/ohos5.0/base/update/updateservice/services/engine/include/ |
H A D | update_service.h | 105 void OnStop(const SystemAbilityOnDemandReason &stopReason) override;
|
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/server/ |
H A D | screen_capture_server.h | 138 StopReason stopReason = StopReason::STOP_REASON_INVALID; member 357 …void SetErrorInfo(int32_t errCode, const std::string &errMsg, StopReason stopReason, bool userAgre…
|
H A D | screen_capture_server.cpp | 352 meta->SetData(Tag::SCREEN_CAPTURE_STOP_REASON, statisticalEventInfo_.stopReason); in SetMetaDataReport() 844 …creenCaptureServer::SetErrorInfo(int32_t errCode, const std::string &errMsg, StopReason stopReason, in SetErrorInfo() argument 849 statisticalEventInfo_.stopReason = stopReason; in SetErrorInfo()
|
/ohos5.0/base/update/updateservice/services/engine/src/ |
H A D | update_service.cpp | 467 void UpdateService::OnStop(const SystemAbilityOnDemandReason &stopReason) in OnStop() argument 470 ModuleManager::GetInstance().HandleOnStartOnStopFunc("OnStop", stopReason); in OnStop()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributed_sched_service.h | 93 void OnStop(const SystemAbilityOnDemandReason &stopReason) override;
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_service.cpp | 165 void DistributedSchedService::OnStop(const SystemAbilityOnDemandReason &stopReason) in OnStop() argument 167 …LOGI("OnStart reason %{public}s, reasonId_:%{public}d", stopReason.GetName().c_str(), stopReason.G… in OnStop()
|