Searched refs:bindTypeIndex (Results 1 - 3 of 3) sorted by relevance
/foundation/distributedhardware/device_manager/test/commonunittest/ |
H A D | UTTest_dm_deviceprofile_connector.cpp | 343 std::vector<int32_t> bindTypeIndex; in HWTEST_F() local 345 DeviceProfileConnector::GetInstance().ProcessBindType(profiles, paramInfo, sinkBindType, bindTypeIndex, index); in HWTEST_F() 356 std::vector<int32_t> bindTypeIndex; in HWTEST_F() local 358 DeviceProfileConnector::GetInstance().ProcessBindType(profiles, paramInfo, sinkBindType, bindTypeIndex, index); in HWTEST_F() 373 std::vector<int32_t> bindTypeIndex; in HWTEST_F() local 375 DeviceProfileConnector::GetInstance().ProcessBindType(profiles, paramInfo, sinkBindType, bindTypeIndex, index); in HWTEST_F() 390 std::vector<int32_t> bindTypeIndex; in HWTEST_F() local 392 DeviceProfileConnector::GetInstance().ProcessBindType(profiles, paramInfo, sinkBindType, bindTypeIndex, index); in HWTEST_F() 403 std::vector<int32_t> bindTypeIndex; in HWTEST_F() local 405 DeviceProfileConnector::GetInstance().ProcessBindType(profiles, paramInfo, sinkBindType, bindTypeIndex, inde in HWTEST_F() 420 std::vector<int32_t> bindTypeIndex; HWTEST_F() local 437 std::vector<int32_t> bindTypeIndex; HWTEST_F() local [all...] |
/foundation/distributedhardware/device_manager/commondependency/src/ |
H A D | deviceprofile_connector.cpp | 280 std::vector<int32_t> bindTypeIndex; in CompareBindType() local 289 ProcessBindType(profiles[index], paramInfo, sinkBindType, bindTypeIndex, index); in CompareBindType() 291 return bindTypeIndex; in CompareBindType() 295 std::vector<int32_t> &sinkBindType, std::vector<int32_t> &bindTypeIndex, uint32_t index) in ProcessBindType() 299 bindTypeIndex.push_back(index); in ProcessBindType() 304 bindTypeIndex.push_back(index); in ProcessBindType() 310 bindTypeIndex.push_back(index); in ProcessBindType() 315 bindTypeIndex.push_back(index); in ProcessBindType() 322 bindTypeIndex.push_back(index); in ProcessBindType() 328 bindTypeIndex in ProcessBindType() 294 ProcessBindType(AccessControlProfile profiles, DmDiscoveryInfo paramInfo, std::vector<int32_t> &sinkBindType, std::vector<int32_t> &bindTypeIndex, uint32_t index) ProcessBindType() argument 346 std::vector<int32_t> bindTypeIndex = SyncAclByBindType() local [all...] |
/foundation/distributedhardware/device_manager/commondependency/include/ |
H A D | deviceprofile_connector.h | 145 std::vector<int32_t> &sinkBindType, std::vector<int32_t> &bindTypeIndex, uint32_t index);
|
Completed in 4 milliseconds