Home
last modified time | relevance | path

Searched refs:targetType (Results 1 - 21 of 21) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_input_ai_checker.cpp19 bool InputAIChecker::NeedAIAnalysis(const std::string& content, const NG::CaretUpdateType targetType, in NeedAIAnalysis() argument
22 if (targetType != CaretUpdateType::DOUBLE_CLICK) { in NeedAIAnalysis()
23 TAG_LOGI(AceLogTag::ACE_TEXTINPUT, "NeedAIAnalysis type is %{public}d,return!", static_cast<int>(targetType)); in NeedAIAnalysis()
35 if (targetType == CaretUpdateType::PRESSED && timeout.count() < AIPOS_RECTIFIED_INTERVAL_MS) { in NeedAIAnalysis()
H A Dtext_input_ai_checker.h31 static bool NeedAIAnalysis(const std::string& content, NG::CaretUpdateType targetType,
H A Dtext_select_controller.h230 bool NeedAIAnalysis(int32_t& index, const CaretUpdateType targetType, const Offset& touchOffset,
H A Dtext_select_controller.cpp737 bool TextSelectController::NeedAIAnalysis(int32_t& index, const CaretUpdateType targetType, const Offset& touchOffset, in NeedAIAnalysis() argument
745 if (!InputAIChecker::NeedAIAnalysis(contentController_->GetTextValue(), targetType, timeout)) { in NeedAIAnalysis()
748 if (IsClickAtBoundary(index, touchOffset) && targetType == CaretUpdateType::PRESSED) { in NeedAIAnalysis()
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtest_utils.cpp32 AVCodecType targetType = isEncoder ? AVCODEC_TYPE_VIDEO_ENCODER : AVCODEC_TYPE_VIDEO_DECODER; in GetCodecName() local
33 auto it = find_if(caps.begin(), caps.end(), [&mime, targetType](const CapabilityData& cap) { in GetCodecName()
34 return cap.mimeType == mime && cap.codecType == targetType; in GetCodecName()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_processor.h79 constexpr auto targetType = static_cast<uint32_t>(T::Type); in IsInstanceOf() local
80 return (static_cast<uint32_t>(GetType()) & targetType) == targetType; in IsInstanceOf()
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H A Dtag_host.cpp411 uint32_t targetType = static_cast<uint32_t>(tagTechList_[index]); in ParseTechExtras() local
412 DebugLog("ParseTechExtras::targetType: %{public}d", targetType); in ParseTechExtras()
413 switch (targetType) { in ParseTechExtras()
452 DebugLog("ParseTechExtras::unhandle for : %{public}d", targetType); in ParseTechExtras()
/foundation/filemanagement/user_file_service/interfaces/kits/picker/src/
H A Dpicker_n_exporter.cpp301 std::string targetType = request.GetStringParam("extType"); in StartPickerExtension() local
306 request.SetParam(ABILITY_WANT_PARAMS_UIEXTENSIONTARGETTYPE, targetType); in StartPickerExtension()
320 targetType.c_str(), pickerType.c_str()); in StartPickerExtension()
/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/include/
H A Dcommon.h108 * @param targetType The target type.
111 static bool MatchValueType(napi_env env, napi_value value, napi_valuetype targetType);
/foundation/communication/netmanager_base/frameworks/js/napi/common/
H A Dnapi_common.h82 static bool MatchValueType(napi_env env, napi_value value, napi_valuetype targetType);
H A Dnapi_common.cpp204 bool NapiCommon::MatchValueType(napi_env env, napi_value value, napi_valuetype targetType) in MatchValueType() argument
208 return valueType == targetType; in MatchValueType()
/foundation/arkui/ace_engine/interfaces/napi/kits/observer/
H A Dui_observer.h109 static bool MatchValueType(napi_env env, napi_value value, napi_valuetype targetType);
H A Dui_observer.cpp1186 bool UIObserver::MatchValueType(napi_env env, napi_value value, napi_valuetype targetType) in MatchValueType() argument
1190 return valueType == targetType; in MatchValueType()
H A Djs_ui_observer.cpp102 bool MatchValueType(napi_env env, napi_value value, napi_valuetype targetType) in MatchValueType() argument
106 return valueType == targetType; in MatchValueType()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_render_node.h216 constexpr auto targetType = static_cast<uint32_t>(T::Type); in IsInstanceOf() local
217 return (static_cast<uint32_t>(GetType()) & targetType) == targetType; in IsInstanceOf()
/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dcommon.cpp380 bool Common::MatchValueType(napi_env env, napi_value value, napi_valuetype targetType) in MatchValueType() argument
384 return valueType == targetType; in MatchValueType()
/foundation/communication/nfc/frameworks/js/napi/common/
H A Dnfc_napi_common_utils.cpp509 bool MatchValueType(napi_env env, napi_value value, napi_valuetype targetType) in MatchValueType() argument
513 return valueType == targetType; in MatchValueType()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store_connection.cpp454 int targetType = 0; in SetConflictNotifier() local
466 targetType = conflictType; in SetConflictNotifier()
469 ResetConflictNotifierCount(targetType); in SetConflictNotifier()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp2892 auto targetType = static_cast<uint32_t>(type); in IsInstanceOf() local
2895 return (instanceType & targetType) == targetType; in IsInstanceOf()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_service.cpp2967 std::string targetType = extensionSessionInfo->want.GetStringParam(UIEXTENSION_TARGET_TYPE_KEY); in SetPickerElementName() local
2971 COMMON_PICKER_TYPE.find(targetType) != COMMON_PICKER_TYPE.end()) { in SetPickerElementName()
2981 extensionSessionInfo->want.GetElement().GetAbilityName().empty() && !targetType.empty()) { in SetPickerElementName()
2987 auto it = pickerMap.find(targetType); in SetPickerElementName()
2989 TAG_LOGE(AAFwkTag::ABILITYMGR, "can not find targetType:%{public}s", targetType.c_str()); in SetPickerElementName()
2996 TAG_LOGI(AAFwkTag::ABILITYMGR, "targetType: %{public}s, pickerType: %{public}s, userId: %{public}d", in SetPickerElementName()
2997 targetType.c_str(), pickerType.c_str(), validUserId); in SetPickerElementName()
/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_library_napi.cpp8372 std::string targetType = "photoPicker"; in InitRequestPhotoUrisReadPermissionRequest() local
8373 want.SetParam(ABILITY_WANT_PARAMS_UIEXTENSIONTARGETTYPE, targetType); in InitRequestPhotoUrisReadPermissionRequest()
8587 std::string targetType = "photoPicker"; in StartPickerExtension() local
8588 request.SetParam(ABILITY_WANT_PARAMS_UIEXTENSIONTARGETTYPE, targetType); in StartPickerExtension()

Completed in 57 milliseconds