Home
last modified time | relevance | path

Searched refs:DM_IDENTICAL_ACCOUNT (Results 1 - 7 of 7) sorted by relevance

/foundation/distributedhardware/device_manager/commondependency/src/
H A Ddeviceprofile_connector.cpp153 if (profiles.GetBindType() == DM_IDENTICAL_ACCOUNT) { in HandleDmAuthForm()
191 case DM_IDENTICAL_ACCOUNT: in GetAuthForm()
242 if (profiles.GetBindType() == DM_IDENTICAL_ACCOUNT) { in GetParamBindTypeVec()
297 if (profiles.GetBindType() == DM_IDENTICAL_ACCOUNT) { in ProcessBindType()
400 if (item.GetBindType() == DM_IDENTICAL_ACCOUNT) { in GetOfflineParamFromAcl()
531 if (item.GetTrustDeviceId() != remoteUdid || item.GetBindType() == DM_IDENTICAL_ACCOUNT || in DeleteAppBindLevel()
568 if (item.GetTrustDeviceId() != remoteUdid || item.GetBindType() == DM_IDENTICAL_ACCOUNT) { in DeleteDeviceBindLevel()
600 if (item.GetTrustDeviceId() != remoteUdid || item.GetBindType() == DM_IDENTICAL_ACCOUNT || in DeleteServiceBindLevel()
667 if (item.GetBindType() == DM_IDENTICAL_ACCOUNT && item.GetStatus() == ACTIVE) { in CheckIdenticalAccount()
750 if (item.GetBindType() == DM_IDENTICAL_ACCOUNT) { // 同账号 in IsSameAccount()
[all...]
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_deviceprofile_connector.cpp73 profiles.SetBindType(DM_IDENTICAL_ACCOUNT); in HWTEST_F()
201 profiles.SetBindType(DM_IDENTICAL_ACCOUNT); in HWTEST_F()
340 profiles.SetBindType(DM_IDENTICAL_ACCOUNT); in HWTEST_F()
646 profile.SetBindType(DM_IDENTICAL_ACCOUNT); in HWTEST_F()
807 profile.SetBindType(DM_IDENTICAL_ACCOUNT); in HWTEST_F()
/foundation/distributedhardware/device_manager/commondependency/include/
H A Ddeviceprofile_connector.h34 constexpr uint32_t DM_IDENTICAL_ACCOUNT = 1; variable
/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service.cpp69 constexpr uint32_t DM_IDENTICAL_ACCOUNT = 1; member
1667 if (item.second == DM_IDENTICAL_ACCOUNT) { in HandleAccountLogout()
/foundation/distributedhardware/device_manager/services/implementation/src/
H A Ddevice_manager_service_impl.cpp775 if (bindType == DM_IDENTICAL_ACCOUNT) { in ConvertBindTypeToAuthForm()
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_device_manager_service_impl.cpp1485 int32_t bindType = DM_IDENTICAL_ACCOUNT; in HWTEST_F()
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp2250 aclInfo.bindType = DM_IDENTICAL_ACCOUNT; in PutAccessControlList()

Completed in 17 milliseconds