Home
last modified time | relevance | path

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

/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
/foundation/multimedia/media_library/frameworks/services/media_distributed/include/device_manage/
H A Ddevice_permission_verification.h52 static bool CheckIsSameAccount();
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_device_manager_service_two.cpp223 bool ret = DeviceManagerService::GetInstance().CheckIsSameAccount(caller, callee); in HWTEST_F()
236 bool ret = DeviceManagerService::GetInstance().CheckIsSameAccount(caller, callee); in HWTEST_F()
H A DUTTest_device_manager_service.cpp2184 int ret = DeviceManagerService::GetInstance().CheckIsSameAccount(caller, callee); in HWTEST_F()
/foundation/distributedhardware/device_manager/services/implementation/include/
H A Ddevice_manager_service_impl_lite.h123 int32_t CheckIsSameAccount(const DmAccessCaller &caller, const std::string &srcUdid,
H A Ddevice_manager_service_impl.h124 int32_t CheckIsSameAccount(const DmAccessCaller &caller, const std::string &srcUdid,
/foundation/distributedhardware/device_manager/services/service/include/
H A Didevice_manager_service_impl.h259 virtual int32_t CheckIsSameAccount(const DmAccessCaller &caller, const std::string &srcUdid,
H A Ddevice_manager_service.h193 bool CheckIsSameAccount(const DmAccessCaller &caller, const DmAccessCallee &callee);
/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()
/foundation/distributedhardware/device_manager/commondependency/include/
H A Ddeviceprofile_connector.h125 int32_t CheckIsSameAccount(const DmAccessCaller &caller, const std::string &srcUdid,
/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) override;
/foundation/distributedhardware/device_manager/services/implementation/src/
H A Ddevice_manager_service_impl_lite.cpp425 int32_t DeviceManagerServiceImpl::CheckIsSameAccount(const DmAccessCaller &caller, const std::string &srcUdid, in CheckIsSameAccount() function in OHOS::DistributedHardware::DeviceManagerServiceImpl
H A Ddevice_manager_service_impl.cpp713 int32_t DeviceManagerServiceImpl::CheckIsSameAccount(const DmAccessCaller &caller, const std::string &srcUdid, in CheckIsSameAccount() function in OHOS::DistributedHardware::DeviceManagerServiceImpl
716 return DeviceProfileConnector::GetInstance().CheckIsSameAccount(caller, srcUdid, callee, sinkUdid); in CheckIsSameAccount()
/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service.cpp1554 bool DeviceManagerService::CheckIsSameAccount(const DmAccessCaller &caller, const DmAccessCallee &callee) in CheckIsSameAccount() function in OHOS::DistributedHardware::DeviceManagerService
1557 LOGE("The caller: %{public}s does not have permission to call CheckIsSameAccount.", caller.pkgName.c_str()); in CheckIsSameAccount()
1561 LOGE("CheckIsSameAccount failed, instance not init or init failed."); in CheckIsSameAccount()
1568 return dmServiceImpl_->CheckIsSameAccount(caller, srcUdid, callee, sinkUdid); in CheckIsSameAccount()
/foundation/distributedhardware/device_manager/commondependency/src/
H A Ddeviceprofile_connector.cpp811 int32_t DeviceProfileConnector::CheckIsSameAccount(const DmAccessCaller &caller, const std::string &srcUdid, in CheckIsSameAccount() function in OHOS::DistributedHardware::DeviceProfileConnector
814 LOGI("DeviceProfileConnector::CheckIsSameAccount pkgName %{public}s, srcUdid %{public}s, sinkUdid %{public}s", in CheckIsSameAccount()
/foundation/distributedhardware/device_manager/services/service/src/ipc/standard/
H A Dipc_cmd_parser.cpp1429 int32_t result = DeviceManagerService::GetInstance().CheckIsSameAccount(caller, callee); in ON_IPC_CMD()
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/
H A Ddevice_manager_impl.cpp2262 bool DeviceManagerImpl::CheckIsSameAccount(const DmAccessCaller &caller, const DmAccessCallee &callee) in CheckIsSameAccount() function in OHOS::DistributedHardware::DeviceManagerImpl
2271 DmRadarHelper::GetInstance().ReportDmBehavior(caller.pkgName, "CheckIsSameAccount", ret); in CheckIsSameAccount()
2272 LOGE("CheckIsSameAccount Send Request failed ret: %{public}d", ret); in CheckIsSameAccount()
2277 DmRadarHelper::GetInstance().ReportDmBehavior(caller.pkgName, "CheckIsSameAccount", ret); in CheckIsSameAccount()
2278 LOGE("CheckIsSameAccount Failed with ret: %{public}d", ret); in CheckIsSameAccount()
2281 DmRadarHelper::GetInstance().ReportDmBehavior(caller.pkgName, "CheckIsSameAccount", DM_OK); in CheckIsSameAccount()

Completed in 24 milliseconds