Home
last modified time | relevance | path

Searched refs:IsDeviceUniversallyUniqueId (Results 1 - 3 of 3) sorted by relevance

/base/security/access_token/services/tokensyncmanager/include/device/
H A Ddevice_info_manager.h100 bool IsDeviceUniversallyUniqueId(const std::string &nodeId) const;
/base/security/access_token/services/tokensyncmanager/src/device/
H A Ddevice_info_manager.cpp157 bool DeviceInfoManager::IsDeviceUniversallyUniqueId(const std::string &nodeId) const in IsDeviceUniversallyUniqueId() function in OHOS::Security::AccessToken::DeviceInfoManager
160 ACCESSTOKEN_LOG_ERROR(LABEL, "IsDeviceUniversallyUniqueId: nodeId is invalid"); in IsDeviceUniversallyUniqueId()
/base/security/access_token/services/tokensyncmanager/test/unittest/
H A Dtoken_sync_service_test.cpp1101 * @tc.desc: DeviceInfoManager::IsDeviceUniversallyUniqueId function test
1108 ASSERT_EQ(false, DeviceInfoManager::GetInstance().IsDeviceUniversallyUniqueId(nodeId)); // nodeId invalid in HWTEST_F()
1111 ASSERT_EQ(false, DeviceInfoManager::GetInstance().IsDeviceUniversallyUniqueId(nodeId)); // FindDeviceInfo false in HWTEST_F()
1121 ASSERT_EQ(true, DeviceInfoManager::GetInstance().IsDeviceUniversallyUniqueId(nodeId)); // FindDeviceInfo true in HWTEST_F()

Completed in 3 milliseconds