Home
last modified time | relevance | path

Searched refs:DM_POINT_TO_POINT (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_deviceprofile_connector.cpp82 profiles.SetBindType(DM_POINT_TO_POINT);
92 profiles.SetBindType(DM_POINT_TO_POINT);
106 profiles.SetBindType(DM_POINT_TO_POINT);
212 profiles.SetBindType(DM_POINT_TO_POINT);
224 profiles.SetBindType(DM_POINT_TO_POINT);
238 profiles.SetBindType(DM_POINT_TO_POINT);
352 profiles.SetBindType(DM_POINT_TO_POINT);
365 profiles.SetBindType(DM_POINT_TO_POINT);
382 profiles.SetBindType(DM_POINT_TO_POINT);
753 profile.SetBindType(DM_POINT_TO_POINT);
[all …]
/ohos5.0/foundation/distributedhardware/device_manager/commondependency/src/
H A Ddeviceprofile_connector.cpp156 if (profiles.GetBindType() == DM_POINT_TO_POINT) { in HandleDmAuthForm()
194 case DM_POINT_TO_POINT: in GetAuthForm()
245 if (profiles.GetBindType() == DM_POINT_TO_POINT) { in GetParamBindTypeVec()
301 if (profiles.GetBindType() == DM_POINT_TO_POINT) { in ProcessBindType()
807 case DM_POINT_TO_POINT: in SingleUserProcess()
/ohos5.0/foundation/distributedhardware/device_manager/commondependency/include/
H A Ddeviceprofile_connector.h34 constexpr uint32_t DM_POINT_TO_POINT = 256; variable
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp2205 aclInfo.bindType = DM_POINT_TO_POINT; in CompatiblePutAcl()
2547 aclInfo.bindType = DM_POINT_TO_POINT; in PutAccessControlList()