Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_deviceprofile_connector.cpp204 std::vector<int32_t> bindTypeVec; in HWTEST_F() local
205 DeviceProfileConnector::GetInstance().GetParamBindTypeVec(profiles, pkgName, requestDeviceId, bindTypeVec); in HWTEST_F()
206 EXPECT_EQ(bindTypeVec.empty(), false); in HWTEST_F()
216 std::vector<int32_t> bindTypeVec; in HWTEST_F() local
217 DeviceProfileConnector::GetInstance().GetParamBindTypeVec(profiles, pkgName, requestDeviceId, bindTypeVec); in HWTEST_F()
218 EXPECT_EQ(bindTypeVec.empty(), false); in HWTEST_F()
230 std::vector<int32_t> bindTypeVec; in HWTEST_F() local
231 DeviceProfileConnector::GetInstance().GetParamBindTypeVec(profiles, pkgName, requestDeviceId, bindTypeVec); in HWTEST_F()
232 EXPECT_EQ(bindTypeVec.empty(), false); in HWTEST_F()
244 std::vector<int32_t> bindTypeVec; in HWTEST_F() local
256 std::vector<int32_t> bindTypeVec; HWTEST_F() local
270 std::vector<int32_t> bindTypeVec; HWTEST_F() local
284 std::vector<int32_t> bindTypeVec; HWTEST_F() local
446 std::vector<int32_t> bindTypeVec; HWTEST_F() local
[all...]
/foundation/distributedhardware/device_manager/commondependency/src/
H A Ddeviceprofile_connector.cpp229 std::vector<int32_t> bindTypeVec; in GetBindTypeByPkgName() local
234 GetParamBindTypeVec(item, pkgName, requestDeviceId, bindTypeVec); in GetBindTypeByPkgName()
236 return bindTypeVec; in GetBindTypeByPkgName()
240 std::string requestDeviceId, std::vector<int32_t> &bindTypeVec) in GetParamBindTypeVec()
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 in GetParamBindTypeVec()
239 GetParamBindTypeVec(AccessControlProfile profiles, std::string pkgName, std::string requestDeviceId, std::vector<int32_t> &bindTypeVec) GetParamBindTypeVec() argument
339 SyncAclByBindType(std::string pkgName, std::vector<int32_t> bindTypeVec, std::string localDeviceId, std::string targetDeviceId) SyncAclByBindType() argument
[all...]
/foundation/distributedhardware/device_manager/commondependency/include/
H A Ddeviceprofile_connector.h106 std::vector<int32_t> SyncAclByBindType(std::string pkgName, std::vector<int32_t> bindTypeVec,
143 std::string requestDeviceId, std::vector<int32_t> &bindTypeVec);

Completed in 4 milliseconds