Home
last modified time | relevance | path

Searched defs:stopReason (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/update/sys_installer/frameworks/ipc_server/src/
H A Dmodule_update_service.cpp197 void ModuleUpdateService::OnStop(const SystemAbilityOnDemandReason &stopReason) in OnStop()
/ohos5.0/foundation/systemabilitymgr/safwk/services/safwk/src/
H A Dsystem_ability.cpp250 nlohmann::json stopReason = LocalAbilityManager::GetInstance().GetStopReason(saId_); in Stop() local
399 void SystemAbility::OnStop(const SystemAbilityOnDemandReason& stopReason) in OnStop()
H A Dlocal_ability_manager.cpp475 nlohmann::json stopReason = ParseUtil::StringToJsonObj(eventStr); in StopAbility() local
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_system_ability.cpp201 void SystemAbility::OnStop(const SystemAbilityOnDemandReason& stopReason) in OnStop()
/ohos5.0/foundation/resourceschedule/soc_perf/test/unittest/mock/
H A Dmock_system_ability.cpp197 void SystemAbility::OnStop(const SystemAbilityOnDemandReason& stopReason) in OnStop()
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_system_ability.cpp228 void SystemAbility::OnStop(const SystemAbilityOnDemandReason& stopReason) in OnStop()
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/src/
H A Dmock_system_ability.cpp232 void SystemAbility::OnStop(const SystemAbilityOnDemandReason& stopReason) in OnStop()
/ohos5.0/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/src/cxx/
H A Dsystem_ability_wrapper.cpp94 void SystemAbilityWrapper::OnStop(const OHOS::SystemAbilityOnDemandReason &stopReason) in OnStop()
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Dscreen_capture_server.h138 StopReason stopReason = StopReason::STOP_REASON_INVALID; member
H A Dscreen_capture_server.cpp844 …creenCaptureServer::SetErrorInfo(int32_t errCode, const std::string &errMsg, StopReason stopReason, in SetErrorInfo()
/ohos5.0/base/update/updateservice/services/engine/src/
H A Dupdate_service.cpp467 void UpdateService::OnStop(const SystemAbilityOnDemandReason &stopReason) in OnStop()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_service.cpp165 void DistributedSchedService::OnStop(const SystemAbilityOnDemandReason &stopReason) in OnStop()