Home
last modified time | relevance | path

Searched refs:targetType (Results 1 – 25 of 39) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_input_ai_checker.cpp21 …ol InputAIChecker::NeedAIAnalysis(const std::string& content, const NG::CaretUpdateType targetType, in NeedAIAnalysis() argument
24 if (targetType != CaretUpdateType::DOUBLE_CLICK) { in NeedAIAnalysis()
25 …eLogTag::ACE_TEXTINPUT, "NeedAIAnalysis type is %{public}d,return!", static_cast<int>(targetType)); in NeedAIAnalysis()
37 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.h229 bool NeedAIAnalysis(int32_t& index, const CaretUpdateType targetType, const Offset& touchOffset,
/ohos5.0/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()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_processor.h77 constexpr auto targetType = static_cast<uint32_t>(T::Type); in IsInstanceOf() local
78 return (static_cast<uint32_t>(GetType()) & targetType) == targetType; in IsInstanceOf()
/ohos5.0/foundation/ability/ability_runtime/services/dialog_ui/ams_system_dialog/entry/src/main/ets/data/
H A DTargetManager.ets30 targetType: number;
55 targetType: TargetType.UI_EXTENSION,
/ohos5.0/base/hiviewdfx/hichecker/interfaces/js/kits/napi/src/
H A Dnapi_hichecker.cpp189 bool MatchValueType(napi_env env, napi_value value, napi_valuetype targetType) in MatchValueType() argument
193 return valueType == targetType; in MatchValueType()
/ohos5.0/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()
/ohos5.0/base/hiviewdfx/hichecker/interfaces/js/kits/napi/include/
H A Dnapi_hichecker.h33 static bool MatchValueType(napi_env env, napi_value value, napi_valuetype targetType);
/ohos5.0/base/global/i18n_lite/frameworks/i18n/src/
H A Ddata_resource.cpp102 uint32_t targetType = loaded[index]; in GetString() local
103 if (targetType == DataResourceType::RESOURCE_TYPE_END) { in GetString()
106 switch (targetType) { in GetString()
/ohos5.0/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()
/ohos5.0/base/startup/init/interfaces/innerkits/fs_manager/libfs_dm/
H A Dfs_dm.c140 char *targetType = needDmVerity ? "verity" : "linear"; in LoadDmDeviceTable() local
141 err = strcpy_s(ts->target_type, sizeof(ts->target_type), targetType); in LoadDmDeviceTable()
/ohos5.0/base/telephony/call_manager/frameworks/js/napi/src/
H A Dnapi_call_manager_utils.cpp137 bool NapiCallManagerUtils::MatchValueType(napi_env env, napi_value value, napi_valuetype targetType) in MatchValueType() argument
141 return valueType == targetType; in MatchValueType()
/ohos5.0/base/telephony/call_manager/frameworks/js/napi/include/
H A Dnapi_call_manager_utils.h67 static bool MatchValueType(napi_env env, napi_value value, napi_valuetype targetType);
/ohos5.0/base/customization/config_policy/interfaces/kits/js/include/
H A Dconfig_policy_napi.h64 static bool MatchValueType(napi_env env, napi_value value, napi_valuetype targetType);
/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/include/
H A Dcommon.h111 static bool MatchValueType(napi_env env, napi_value value, napi_valuetype targetType);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_parser.h140 const std::string& targetType);
H A Dfont_parser.cpp324 const std::string& targetType) in ConvertToString() argument
327 iconv_t conv = iconv_open(targetType.c_str(), srcType.c_str()); in ConvertToString()
/ohos5.0/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()
/ohos5.0/base/telephony/core_service/frameworks/js/napi/
H A Dnapi_util.h36 static bool MatchValueType(napi_env env, napi_value value, napi_valuetype targetType);
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/common/include/
H A Dnapi_edm_common.h62 bool MatchValueType(napi_env env, napi_value value, napi_valuetype targetType);
/ohos5.0/base/security/device_auth/services/legacy/group_manager/inc/
H A Dgroup_operation_common.h38 int32_t AssertGroupTypeMatch(int32_t inputType, int32_t targetType);
/ohos5.0/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_avcast_picker_helper.cpp223 std::string targetType = "sysPicker/mediaControl"; in SelectAVPicker() local
224 request.SetParam(ABILITY_WANT_PARAMS_UIEXTENSIONTARGETTYPE, targetType); in SelectAVPicker()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_render_node.h209 constexpr auto targetType = static_cast<uint32_t>(T::Type); in IsInstanceOf() local
210 return (static_cast<uint32_t>(GetType()) & targetType) == targetType; in IsInstanceOf()

12