Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_permission.h53 bool IsSceneBoardCall() const;
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_stub.cpp886 !DistributedSchedPermission::GetInstance().IsSceneBoardCall()) { in GetMissionInfosInner()
906 !DistributedSchedPermission::GetInstance().IsSceneBoardCall()) { in GetRemoteMissionSnapshotInfoInner()
1195 if (!CheckCallingUid() && !DistributedSchedPermission::GetInstance().IsSceneBoardCall()) { in SetMissionContinueStateInner()
H A Ddistributed_sched_permission.cpp378 bool DistributedSchedPermission::IsSceneBoardCall() const in IsSceneBoardCall() function in OHOS::DistributedSchedule::DistributedSchedPermission
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service_inner.h1617 bool IsSceneBoardCall();
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp1341 if (!IsSceneBoardCall()) { in ForceKillApplication()
7701 if (!IsSceneBoardCall()) { in NotifyAppFaultBySA()
7722 bool AppMgrServiceInner::IsSceneBoardCall() { in NotifyAppFaultBySA() function in OHOS::AppExecFwk::AppMgrServiceInner