Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/commondependency/src/
H A Ddeviceprofile_connector.cpp94 std::vector<int32_t> bindTypes; in GetDeviceAclParam() local
108 bindTypes.push_back(bindType); in GetDeviceAclParam()
110 if (std::count(bindTypes.begin(), bindTypes.end(), DmAuthForm::IDENTICAL_ACCOUNT) > 0) { in GetDeviceAclParam()
116 if (std::count(bindTypes.begin(), bindTypes.end(), DmAuthForm::PEER_TO_PEER) > 0) { in GetDeviceAclParam()
122 if (std::count(bindTypes.begin(), bindTypes.end(), DmAuthForm::ACROSS_ACCOUNT) > 0) { in GetDeviceAclParam()

Completed in 2 milliseconds