/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_input_ai_checker.cpp | 21 …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 D | text_input_ai_checker.h | 31 static bool NeedAIAnalysis(const std::string& content, NG::CaretUpdateType targetType,
|
H A D | text_select_controller.h | 229 bool NeedAIAnalysis(int32_t& index, const CaretUpdateType targetType, const Offset& touchOffset,
|
/ohos5.0/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()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_processor.h | 77 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 D | TargetManager.ets | 30 targetType: number; 55 targetType: TargetType.UI_EXTENSION,
|
/ohos5.0/base/hiviewdfx/hichecker/interfaces/js/kits/napi/src/ |
H A D | napi_hichecker.cpp | 189 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 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()
|
/ohos5.0/base/hiviewdfx/hichecker/interfaces/js/kits/napi/include/ |
H A D | napi_hichecker.h | 33 static bool MatchValueType(napi_env env, napi_value value, napi_valuetype targetType);
|
/ohos5.0/base/global/i18n_lite/frameworks/i18n/src/ |
H A D | data_resource.cpp | 102 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 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()
|
/ohos5.0/base/startup/init/interfaces/innerkits/fs_manager/libfs_dm/ |
H A D | fs_dm.c | 140 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 D | napi_call_manager_utils.cpp | 137 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 D | napi_call_manager_utils.h | 67 static bool MatchValueType(napi_env env, napi_value value, napi_valuetype targetType);
|
/ohos5.0/base/customization/config_policy/interfaces/kits/js/include/ |
H A D | config_policy_napi.h | 64 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 D | common.h | 111 static bool MatchValueType(napi_env env, napi_value value, napi_valuetype targetType);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/src/ |
H A D | font_parser.h | 140 const std::string& targetType);
|
H A D | font_parser.cpp | 324 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 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()
|
/ohos5.0/base/telephony/core_service/frameworks/js/napi/ |
H A D | napi_util.h | 36 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 D | napi_edm_common.h | 62 bool MatchValueType(napi_env env, napi_value value, napi_valuetype targetType);
|
/ohos5.0/base/security/device_auth/services/legacy/group_manager/inc/ |
H A D | group_operation_common.h | 38 int32_t AssertGroupTypeMatch(int32_t inputType, int32_t targetType);
|
/ohos5.0/foundation/multimedia/av_session/frameworks/js/napi/session/src/ |
H A D | napi_avcast_picker_helper.cpp | 223 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 D | rs_render_node.h | 209 constexpr auto targetType = static_cast<uint32_t>(T::Type); in IsInstanceOf() local 210 return (static_cast<uint32_t>(GetType()) & targetType) == targetType; in IsInstanceOf()
|