Home
last modified time | relevance | path

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

/foundation/filemanagement/user_file_service/frameworks/js/napi/file_access_module/file_info/
H A Dnapi_file_iterator_exporter.cpp188 std::smatch matchResult; in FilterTrashAndRecentDir() local
189 return std::regex_match(uri, matchResult, TRASH_RECENT_DIR_REGEX) && matchResult.length() > 0; in FilterTrashAndRecentDir()
/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dmine_softbus_listener.cpp652 Action matchResult = BUSINESS_EXACT_NOT_MATCH; in ParseBroadcastInfo() local
661 matchResult = MatchSearchAllDevice(deviceInfo, broadcastHead); in ParseBroadcastInfo()
665 matchResult = MatchSearchScopeDevice(deviceInfo, output + sizeof(BroadcastHead), in ParseBroadcastInfo()
670 matchResult = MatchSearchVertexDevice(deviceInfo, output + sizeof(BroadcastHead), in ParseBroadcastInfo()
677 LOGI("parse broadcast info matchResult: %{public}d.", (int)matchResult); in ParseBroadcastInfo()
678 if (matchResult == BUSINESS_EXACT_MATCH) { in ParseBroadcastInfo()
679 return SendReturnwave(deviceInfo, broadcastHead, matchResult); in ParseBroadcastInfo()
841 Action matchResult) in SendReturnwave()
866 retValue = SetDiscoveryPolicy(DM_PKG_NAME, &deviceInfo, (int32_t)matchResult); in SendReturnwave()
840 SendReturnwave(DeviceInfo &deviceInfo, const BroadcastHead &broadcastHead, Action matchResult) SendReturnwave() argument
[all...]
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/fontdescriptor_napi/src/
H A Djs_fontdescriptor.cpp96 std::set<FontDescSharedPtr> matchResult; in MatchFontDescriptorsAsync() member
138 FontDescriptorMgrInstance.MatchFontDescriptors(cb->matchDesc, cb->matchResult); in MatchFontDescriptorsAsync()
141 output = JsFontDescriptor::CreateFontDescriptorArray(env, cb->matchResult); in MatchFontDescriptorsAsync()
/foundation/arkui/ace_engine/interfaces/napi/kits/mediaquery/
H A Djs_media_query.cpp393 bool matchResult = queryer.MatchCondition(conditionStr, mediaFeature); in JSMatchMediaSync() local
394 MediaQueryListener* listener = new MediaQueryListener(matchResult, conditionStr); in JSMatchMediaSync()
/foundation/distributedhardware/device_manager/services/service/include/softbus/
H A Dmine_softbus_listener.h137 static int32_t SendReturnwave(DeviceInfo &deviceInfo, const BroadcastHead &broadcastHead, Action matchResult);
/foundation/distributedhardware/device_manager/test/softbusunittest/
H A DUTTest_mine_softbus_listener.cpp976 Action matchResult = static_cast<Action>(1); in HWTEST_F() local
978 auto ret = mineListener->SendReturnwave(deviceInfo, broadcastHead, matchResult); in HWTEST_F()

Completed in 10 milliseconds