Home
last modified time | relevance | path

Searched refs:CheckDeviceId (Results 1 - 8 of 8) sorted by relevance

/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& remoteDeviceId) in CheckDeviceId() function in OHOS::DistributedSchedule::DmsTokenCallback
H A Ddistributed_sched_service.cpp719 if (!GetLocalDeviceId(localDeviceId) || !CheckDeviceId(localDeviceId, deviceId)) { in StartRemoteAbility()
1602 if (!GetLocalDeviceId(localDeviceId) || !CheckDeviceId(localDeviceId, remoteDeviceId)) { in ConnectRemoteAbility()
1976 if (!GetLocalDeviceId(localDeviceId) || !CheckDeviceId(localDeviceId, remoteDeviceId)) { in StartRemoteAbilityByCall()
2188 if (CheckDeviceId(localDeviceId, remoteDeviceId)) { in StartShareFormFromRemote()
2369 bool DistributedSchedService::CheckDeviceId(const std::string& localDeviceId, const std::string& remoteDeviceId) in CheckDeviceId() function in OHOS::DistributedSchedule::DistributedSchedService
2648 if (!GetLocalDeviceId(localDeviceId) || !CheckDeviceId(localDeviceId, deviceId)) { in ProcessDeviceOffline()
3139 if (!GetLocalDeviceId(localDeviceId) || !CheckDeviceId(localDeviceId, deviceId)) { in StartRemoteFreeInstall()
3491 if (!GetLocalDeviceId(localDeviceId) || !CheckDeviceId(localDeviceId, srcDeviceId)) { in NotifyStateChanged()
3603 if (!GetLocalDeviceId(localDeviceId) || !CheckDeviceId(localDeviceId, deviceId)) { in StopRemoteExtensionAbility()
3604 HILOGE("CheckDeviceId faile in StopRemoteExtensionAbility()
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddms_token_callback_test.cpp165 * @tc.desc: call CheckDeviceId with empty deviceId
175 bool result = dmsTokenCallback_->CheckDeviceId(localDeviceId, remoteDeviceId); in HWTEST_F()
182 * @tc.desc: call CheckDeviceId with same deviceId
192 bool result = dmsTokenCallback_->CheckDeviceId(localDeviceId, remoteDeviceId); in HWTEST_F()
199 * @tc.desc: call CheckDeviceId with different deviceId
209 bool result = dmsTokenCallback_->CheckDeviceId(localDeviceId, remoteDeviceId); in HWTEST_F()
/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.h245 bool CheckDeviceId(const std::string& localDeviceId, const std::string& remoteDeviceId);
/foundation/deviceprofile/device_info_manager/old/services/core/include/authority/
H A Dtrust_group_manager.h49 static bool CheckDeviceId(const std::string udid);
/foundation/deviceprofile/device_info_manager/old/services/core/src/authority/
H A Dtrust_group_manager.cpp145 if (!CheckDeviceId(udid)) { in OnDeviceUnBoundAdapter()
172 bool TrustGroupManager::CheckDeviceId(const std::string udid) in CheckDeviceId() function in OHOS::DeviceProfile::TrustGroupManager
/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dprofile_authority_test.cpp376 EXPECT_EQ(false, TrustGroupManager::GetInstance().CheckDeviceId("")); in HWTEST_F()
377 EXPECT_EQ(true, TrustGroupManager::GetInstance().CheckDeviceId(TEST_DEVICEID)); in HWTEST_F()

Completed in 10 milliseconds