Home
last modified time | relevance | path

Searched refs:CheckDeviceId (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddms_token_callback_test.cpp175 bool result = dmsTokenCallback_->CheckDeviceId(localDeviceId, remoteDeviceId);
192 bool result = dmsTokenCallback_->CheckDeviceId(localDeviceId, remoteDeviceId);
209 bool result = dmsTokenCallback_->CheckDeviceId(localDeviceId, remoteDeviceId);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddms_token_callback.cpp51 if (!GetLocalDeviceId(localDeviceId) || !CheckDeviceId(localDeviceId, deviceId)) { in SendResult()
92 bool DmsTokenCallback::CheckDeviceId(const std::string& localDeviceId, const std::string& remoteDev… in CheckDeviceId() function in OHOS::DistributedSchedule::DmsTokenCallback
H A Ddistributed_sched_service.cpp456 if (!GetLocalDeviceId(localDeviceId) || !CheckDeviceId(localDeviceId, deviceId)) { in StartRemoteAbility()
1338 if (!GetLocalDeviceId(localDeviceId) || !CheckDeviceId(localDeviceId, remoteDeviceId)) { in ConnectRemoteAbility()
1705 if (!GetLocalDeviceId(localDeviceId) || !CheckDeviceId(localDeviceId, remoteDeviceId)) { in StartRemoteAbilityByCall()
1917 if (CheckDeviceId(localDeviceId, remoteDeviceId)) { in StartShareFormFromRemote()
2098 bool DistributedSchedService::CheckDeviceId(const std::string& localDeviceId, const std::string& re… in CheckDeviceId() function in OHOS::DistributedSchedule::DistributedSchedService
2372 if (!GetLocalDeviceId(localDeviceId) || !CheckDeviceId(localDeviceId, deviceId)) { in ProcessDeviceOffline()
2863 if (!GetLocalDeviceId(localDeviceId) || !CheckDeviceId(localDeviceId, deviceId)) { in StartRemoteFreeInstall()
3215 if (!GetLocalDeviceId(localDeviceId) || !CheckDeviceId(localDeviceId, srcDeviceId)) { in NotifyStateChanged()
3327 if (!GetLocalDeviceId(localDeviceId) || !CheckDeviceId(localDeviceId, deviceId)) { in StopRemoteExtensionAbility()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/authority/
H A Dtrust_group_manager.cpp141 if (!CheckDeviceId(udid)) { in OnDeviceUnBoundAdapter()
168 bool TrustGroupManager::CheckDeviceId(const std::string udid) in CheckDeviceId() function in OHOS::DeviceProfile::TrustGroupManager
/ohos5.0/base/notification/distributed_notification_service/services/distributed/src/
H A Ddistributed_notification_manager.cpp128 bool DistributedNotificationManager::CheckDeviceId(const std::string &deviceId, const std::string &… in CheckDeviceId() function in OHOS::Notification::DistributedNotificationManager
148 if (!CheckDeviceId(deviceId, key)) { in OnDatabaseInsert()
178 if (!CheckDeviceId(deviceId, key)) { in OnDatabaseUpdate()
208 if (!CheckDeviceId(deviceId, key)) { in OnDatabaseDelete()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddms_token_callback.h36 bool CheckDeviceId(const std::string& localDeviceId, const std::string& remoteDeviceId);
H A Ddistributed_sched_service.h230 bool CheckDeviceId(const std::string& localDeviceId, const std::string& remoteDeviceId);
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/authority/
H A Dtrust_group_manager.h49 static bool CheckDeviceId(const std::string udid);
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dprofile_authority_test.cpp376 EXPECT_EQ(false, TrustGroupManager::GetInstance().CheckDeviceId(""));
377 EXPECT_EQ(true, TrustGroupManager::GetInstance().CheckDeviceId(TEST_DEVICEID));
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/
H A Ddistributed_notification_manager_test.cpp305 EXPECT_EQ(distributedManager_->CheckDeviceId(deviceId, key), false);
325 EXPECT_EQ(distributedManager_->CheckDeviceId(deviceId, key), true);
/ohos5.0/base/notification/distributed_notification_service/services/distributed/include/
H A Ddistributed_notification_manager.h159 bool CheckDeviceId(const std::string &deviceId, const std::string &key);