Home
last modified time | relevance | path

Searched refs:CheckDstSameAccount (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_permission.h65 bool CheckDstSameAccount(const std::string& dstNetworkId, const AccountInfo& dmsAccountInfo,
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_permission.cpp162 if (CheckDstSameAccount(remoteNetworkId, accountInfo, callerInfo)) { in GetAccountInfo()
204 bool DistributedSchedPermission::CheckDstSameAccount(const std::string& dstNetworkId, in CheckDstSameAccount() function in OHOS::DistributedSchedule::DistributedSchedPermission
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_permission_test.cpp1786 …DistributedSchedPermission::GetInstance().CheckDstSameAccount(dstNetworkId, dmsAccountInfo, caller…