/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_input_ai_checker.cpp | 19 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 D | text_input_ai_checker.h | 31 static bool NeedAIAnalysis(const std::string& content, NG::CaretUpdateType targetType,
|
H A D | text_select_controller.h | 230 bool NeedAIAnalysis(int32_t& index, const CaretUpdateType targetType, const Offset& touchOffset,
|
H A D | text_select_controller.cpp | 737 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 D | test_utils.cpp | 32 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 D | rs_processor.h | 79 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 D | tag_host.cpp | 411 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 D | picker_n_exporter.cpp | 301 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 D | common.h | 108 * @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 D | napi_common.h | 82 static bool MatchValueType(napi_env env, napi_value value, napi_valuetype targetType);
|
H A D | napi_common.cpp | 204 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 D | ui_observer.h | 109 static bool MatchValueType(napi_env env, napi_value value, napi_valuetype targetType);
|
H A D | ui_observer.cpp | 1186 bool UIObserver::MatchValueType(napi_env env, napi_value value, napi_valuetype targetType) in MatchValueType() argument 1190 return valueType == targetType; in MatchValueType()
|
H A D | js_ui_observer.cpp | 102 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 D | rs_render_node.h | 216 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 D | common.cpp | 380 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 D | nfc_napi_common_utils.cpp | 509 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 D | sqlite_single_ver_natural_store_connection.cpp | 454 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 D | rs_node.cpp | 2892 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 D | ability_manager_service.cpp | 2967 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 D | media_library_napi.cpp | 8372 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()
|