Home
last modified time | relevance | path

Searched refs:CheckIsSameAccount (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_distributed/src/device_manage/
H A Ddevice_permission_verification.cpp34 if (!CheckIsSameAccount()) { in CheckPermission()
108 bool DevicePermissionVerification::CheckIsSameAccount() in CheckIsSameAccount() function in OHOS::Media::DevicePermissionVerification
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_distributed/include/device_manage/
H A Ddevice_permission_verification.h52 static bool CheckIsSameAccount();
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_device_manager_service_two.cpp233 bool ret = DeviceManagerService::GetInstance().CheckIsSameAccount(caller, callee);
246 bool ret = DeviceManagerService::GetInstance().CheckIsSameAccount(caller, callee);
/ohos5.0/base/msdp/device_status/intention/adapters/ddm_adapter/src/
H A Dddm_adapter_impl.cpp152 if (D_DEV_MGR.CheckIsSameAccount(Caller, Callee)) { in CheckSameAccountToLocal()
/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/
H A Didevice_manager_service_impl.h280 virtual int32_t CheckIsSameAccount(const DmAccessCaller &caller, const std::string &srcUdid,
H A Ddevice_manager_service.h197 bool CheckIsSameAccount(const DmAccessCaller &caller, const DmAccessCallee &callee);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/
H A Ddevice_manager_service_impl.h134 int32_t CheckIsSameAccount(const DmAccessCaller &caller, const std::string &srcUdid,
H A Ddevice_manager_service_impl_lite.h133 int32_t CheckIsSameAccount(const DmAccessCaller &caller, const std::string &srcUdid,
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_permission.cpp224 if (!DeviceManager::GetInstance().CheckIsSameAccount(dmSrcCaller, dmDstCallee)) { in CheckDstSameAccount()
513 if (DeviceManager::GetInstance().CheckIsSameAccount(dmSrcCaller, dmDstCallee)) { in CheckAccountAccessPermission()
/ohos5.0/foundation/distributedhardware/device_manager/commondependency/include/
H A Ddeviceprofile_connector.h151 int32_t CheckIsSameAccount(const DmAccessCaller &caller, const std::string &srcUdid,
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/
H A Ddevice_manager_service_impl.cpp735 int32_t DeviceManagerServiceImpl::CheckIsSameAccount(const DmAccessCaller &caller, const std::strin… in CheckIsSameAccount() function in OHOS::DistributedHardware::DeviceManagerServiceImpl
738 …return DeviceProfileConnector::GetInstance().CheckIsSameAccount(caller, srcUdid, callee, sinkUdid); in CheckIsSameAccount()
H A Ddevice_manager_service_impl_lite.cpp464 int32_t DeviceManagerServiceImpl::CheckIsSameAccount(const DmAccessCaller &caller, const std::strin… in CheckIsSameAccount() function in OHOS::DistributedHardware::DeviceManagerServiceImpl
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/
H A Ddevice_manager.h606 virtual bool CheckIsSameAccount(const DmAccessCaller &caller, const DmAccessCallee &callee) = 0;
H A Ddevice_manager_impl.h385 …virtual bool CheckIsSameAccount(const DmAccessCaller &caller, const DmAccessCallee &callee) overri…
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service.cpp1527 bool DeviceManagerService::CheckIsSameAccount(const DmAccessCaller &caller, const DmAccessCallee &c… in CheckIsSameAccount() function in OHOS::DistributedHardware::DeviceManagerService
1541 return dmServiceImpl_->CheckIsSameAccount(caller, srcUdid, callee, sinkUdid); in CheckIsSameAccount()
/ohos5.0/foundation/distributedhardware/device_manager/commondependency/src/
H A Ddeviceprofile_connector.cpp830 int32_t DeviceProfileConnector::CheckIsSameAccount(const DmAccessCaller &caller, const std::string … in CheckIsSameAccount() function in OHOS::DistributedHardware::DeviceProfileConnector
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/ipc/standard/
H A Dipc_cmd_parser.cpp1428 int32_t result = DeviceManagerService::GetInstance().CheckIsSameAccount(caller, callee); in ON_IPC_CMD()
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/
H A Ddevice_manager_impl.cpp2128 bool DeviceManagerImpl::CheckIsSameAccount(const DmAccessCaller &caller, const DmAccessCallee &call… in CheckIsSameAccount() function in OHOS::DistributedHardware::DeviceManagerImpl