Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dmine_softbus_listener.cpp744 vector<int> matchItemResult(DM_MAX_SCOPE_TLV_NUM, 0); in MatchSearchScopeDevice() local
773 matchItemResult[DEVICE_ALIAS_NUMBER] = 1; in MatchSearchScopeDevice()
780 return GetMatchResult(matchItemNum, matchItemResult); in MatchSearchScopeDevice()
803 vector<int> matchItemResult(DM_MAX_VERTEX_TLV_NUM, 0); in MatchSearchVertexDevice() local
819 matchItemResult[DEVICE_TYPE_TYPE] = 1; in MatchSearchVertexDevice()
825 matchItemResult[DEVICE_SN_TYPE] = 1; in MatchSearchVertexDevice()
831 matchItemResult[DEVICE_UDID_TYPE] = 1; in MatchSearchVertexDevice()
837 return GetMatchResult(matchItemNum, matchItemResult); in MatchSearchVertexDevice()
1047 …oftbusListener::GetMatchResult(const vector<int> &matchItemNum, const vector<int> &matchItemResult) in GetMatchResult() argument
1052 size_t matchItemResultLen = matchItemResult.size(); in GetMatchResult()
[all …]
/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/softbus/
H A Dmine_softbus_listener.h149 … static Action GetMatchResult(const vector<int> &matchItemNum, const vector<int> &matchItemResult);
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusunittest/
H A DUTTest_mine_softbus_listener.cpp1184 std::vector<int> matchItemResult; variable
1186 auto ret = mineListener->GetMatchResult(matchItemNum, matchItemResult);
1194 std::vector<int> matchItemResult; variable
1195 matchItemResult.push_back(2);
1197 auto ret = mineListener->GetMatchResult(matchItemNum, matchItemResult);