Home
last modified time | relevance | path

Searched refs:bindTypeVec (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_deviceprofile_connector.cpp204 std::vector<int32_t> bindTypeVec; variable
206 EXPECT_EQ(bindTypeVec.empty(), false);
216 std::vector<int32_t> bindTypeVec; variable
218 EXPECT_EQ(bindTypeVec.empty(), false);
230 std::vector<int32_t> bindTypeVec; variable
232 EXPECT_EQ(bindTypeVec.empty(), false);
244 std::vector<int32_t> bindTypeVec; variable
256 std::vector<int32_t> bindTypeVec; variable
270 std::vector<int32_t> bindTypeVec; variable
284 std::vector<int32_t> bindTypeVec; variable
[all …]
/ohos5.0/foundation/distributedhardware/device_manager/commondependency/src/
H A Ddeviceprofile_connector.cpp229 std::vector<int32_t> bindTypeVec; in GetBindTypeByPkgName() local
236 return bindTypeVec; in GetBindTypeByPkgName()
240 std::string requestDeviceId, std::vector<int32_t> &bindTypeVec) in GetParamBindTypeVec() argument
243 bindTypeVec.push_back(IDENTICAL_ACCOUNT_TYPE); in GetParamBindTypeVec()
247 bindTypeVec.push_back(DEVICE_PEER_TO_PEER_TYPE); in GetParamBindTypeVec()
252 bindTypeVec.push_back(APP_PEER_TO_PEER_TYPE); in GetParamBindTypeVec()
256 bindTypeVec.push_back(APP_PEER_TO_PEER_TYPE); in GetParamBindTypeVec()
262 bindTypeVec.push_back(DEVICE_ACROSS_ACCOUNT_TYPE); in GetParamBindTypeVec()
267 bindTypeVec.push_back(APP_ACROSS_ACCOUNT_TYPE); in GetParamBindTypeVec()
271 bindTypeVec.push_back(APP_ACROSS_ACCOUNT_TYPE); in GetParamBindTypeVec()
[all …]
/ohos5.0/foundation/distributedhardware/device_manager/commondependency/include/
H A Ddeviceprofile_connector.h98 …rtual std::vector<int32_t> SyncAclByBindType(std::string pkgName, std::vector<int32_t> bindTypeVec,
130 std::vector<int32_t> SyncAclByBindType(std::string pkgName, std::vector<int32_t> bindTypeVec,
161 std::string requestDeviceId, std::vector<int32_t> &bindTypeVec);