Searched refs:matched (Results 1 - 6 of 6) sorted by relevance
/foundation/ability/ability_runtime/services/abilitymgr/src/utils/ |
H A D | insight_intent_utils.cpp | 31 bool matched = false; in CheckAbilityName() local 35 matched = info.uiAbilityIntentInfo.abilityName == abilityName; in CheckAbilityName() 38 matched = info.uiExtensionIntentInfo.abilityName == abilityName; in CheckAbilityName() 41 matched = info.serviceExtensionIntentInfo.abilityName == abilityName; in CheckAbilityName() 46 if (!matched) { in CheckAbilityName() 49 return matched; in CheckAbilityName() 87 // Get srcEntry when intentName matched in GetSrcEntry()
|
/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/ |
H A D | instant_statistics.cpp | 148 static InstantRemoteInfo *InstCreateAndAddRemoteInfo(SoftBusList *remoteChannelInfoList, bool matched) 150 if (matched) { 178 bool matched = false; 181 matched = true; 186 rInfo = InstCreateAndAddRemoteInfo(remoteChannelInfoList, matched); 428 bool matched = false; 431 matched = true; 436 rInfo = InstCreateAndAddRemoteInfo(remoteChannelInfoList, matched); 454 bool matched = false; 457 matched [all...] |
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/muxer/ |
H A D | ffmpeg_muxer_plugin.cpp | 116 bool matched = true; in SetCodecByMime() local 119 matched = id == fmt->video_codec; in SetCodecByMime() 122 matched = id == fmt->audio_codec; in SetCodecByMime() 125 matched = id == fmt->subtitle_codec; in SetCodecByMime() 128 matched = false; in SetCodecByMime() 130 FALSE_RETURN_V_MSG_E(matched, Status::ERROR_UNSUPPORTED_FORMAT, "codec of mime " PUBLIC_LOG_S in SetCodecByMime() 131 " is not matched with " PUBLIC_LOG_S " muxer", mime.c_str(), fmt->name); in SetCodecByMime()
|
/foundation/multimedia/media_foundation/src/pipeline/ |
H A D | pipeline.cpp | 247 bool matched = false; in AddHeadFilters() local 250 matched = true; in AddHeadFilters() 254 if (!matched) { in AddHeadFilters()
|
/foundation/multimedia/media_foundation/engine/pipeline/core/ |
H A D | pipeline_core.cpp | 144 bool matched = false; in AddFilters() local 147 matched = true; in AddFilters() 151 if (!matched) { in AddFilters()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_manager_service.cpp | 637 TAG_LOGE(AAFwkTag::ABILITYMGR, "no such bundle matched intentId"); in StartAbilityByInsightIntent() 642 TAG_LOGE(AAFwkTag::ABILITYMGR, "no such bundle matched token"); in StartAbilityByInsightIntent() 9595 bool matched = false; in CheckUIExtensionCallerPidByHostWindowId() local 9606 matched = true; in CheckUIExtensionCallerPidByHostWindowId() 9610 if (!matched) { in CheckUIExtensionCallerPidByHostWindowId() 10726 TAG_LOGE(AAFwkTag::ABILITYMGR, "matched bundleName failed, intentId:%{public}" PRIu64"", intentId); in ExecuteInsightIntentDone() 11400 TAG_LOGD(AAFwkTag::ABILITYMGR, "No matched token pass"); in ShouldPreventStartAbility()
|
Completed in 23 milliseconds