/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_hit_test_result_impl.cpp | 31 int ArkWebHitTestResultImpl::GetType() in GetType() function in OHOS::ArkWeb::ArkWebHitTestResultImpl 33 return nweb_hit_test_result_->GetType(); in GetType()
|
H A D | ark_web_media_source_info_impl.cpp | 27 int ArkWebMediaSourceInfoImpl::GetType() in GetType() function in OHOS::ArkWeb::ArkWebMediaSourceInfoImpl 29 return static_cast<int>(nweb_media_source_info_->GetType()); in GetType()
|
H A D | ark_web_select_popup_menu_item_impl.cpp | 27 int ArkWebSelectPopupMenuItemImpl::GetType() in GetType() function in OHOS::ArkWeb::ArkWebSelectPopupMenuItemImpl 29 return static_cast<int>(nweb_select_popup_menu_item_->GetType()); in GetType()
|
H A D | ark_web_date_time_chooser_impl.cpp | 29 int ArkWebDateTimeChooserImpl::GetType() in GetType() function in OHOS::ArkWeb::ArkWebDateTimeChooserImpl 31 return static_cast<int>(nweb_date_time_chooser_->GetType()); in GetType()
|
H A D | ark_web_native_embed_touch_event_impl.cpp | 44 size_t ArkWebNativeEmbedTouchEventImpl::GetType() in GetType() function in OHOS::ArkWeb::ArkWebNativeEmbedTouchEventImpl 46 return static_cast<size_t>(nweb_native_embed_touch_event_->GetType()); in GetType()
|
H A D | ark_web_native_embed_info_impl.cpp | 52 ArkWebString ArkWebNativeEmbedInfoImpl::GetType() in GetType() function in OHOS::ArkWeb::ArkWebNativeEmbedInfoImpl 54 return ArkWebStringClassToStruct(nweb_native_embed_info_->GetType()); in GetType()
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_hit_test_result_wrapper.cpp | 31 int ArkWebHitTestResultWrapper::GetType() in GetType() function in OHOS::ArkWeb::ArkWebHitTestResultWrapper 33 return ark_web_hit_test_result_->GetType(); in GetType()
|
H A D | ark_web_media_source_info_wrapper.cpp | 27 ArkWebSourceType ArkWebMediaSourceInfoWrapper::GetType() in GetType() function in OHOS::ArkWeb::ArkWebMediaSourceInfoWrapper 29 return static_cast<ArkWebSourceType>(ark_web_media_source_info_->GetType()); in GetType()
|
H A D | ark_web_date_time_chooser_wrapper.cpp | 29 ArkWebDateTimeChooserType ArkWebDateTimeChooserWrapper::GetType() in GetType() function in OHOS::ArkWeb::ArkWebDateTimeChooserWrapper 31 return static_cast<ArkWebDateTimeChooserType>(ark_web_date_time_chooser_->GetType()); in GetType()
|
H A D | ark_web_native_embed_touch_event_wrapper.cpp | 44 ArkWebTouchType ArkWebNativeEmbedTouchEventWrapper::GetType() in GetType() function in OHOS::ArkWeb::ArkWebNativeEmbedTouchEventWrapper 46 return static_cast<ArkWebTouchType>(ark_web_native_embed_touch_event_->GetType()); in GetType()
|
H A D | ark_web_select_popup_menu_item_wrapper.cpp | 27 NWebSelectPopupMenuItemType ArkWebSelectPopupMenuItemWrapper::GetType() in GetType() function in OHOS::ArkWeb::ArkWebSelectPopupMenuItemWrapper 29 return static_cast<NWebSelectPopupMenuItemType>(ark_web_select_popup_menu_item_->GetType()); in GetType()
|
/base/web/webview/interfaces/kits/cj/src/ |
H A D | webview_message_ffi.cpp | 159 WEBVIEWLOGD("FfiOHOSWebMessageExtImplGetType::GetType start"); in FfiOHOSWebMessageExtImplGetType() 162 WEBVIEWLOGE("FfiOHOSWebMessageExtImplGetType::GetType error"); in FfiOHOSWebMessageExtImplGetType() 166 int32_t type = webMessageExt->GetType(); in FfiOHOSWebMessageExtImplGetType() 181 if (webMessageExt->GetType() != static_cast<int32_t>(WebMessageType::STRING)) { in FfiOHOSWebMessageExtImplGetString() 207 if (webMessageExt->GetType() != static_cast<int32_t>(WebMessageType::NUMBER)) { in FfiOHOSWebMessageExtImplGetNumber() 217 if (data->GetType() == NWebValue::Type::INTEGER) { in FfiOHOSWebMessageExtImplGetNumber() 235 if (webMessageExt->GetType() != static_cast<int32_t>(WebMessageType::BOOLEAN)) { in FfiOHOSWebMessageExtImplGetBoolean() 260 if (webMessageExt->GetType() != static_cast<int32_t>(WebMessageType::ARRAYBUFFER)) { in FfiOHOSWebMessageExtImplGetArrayBuffer() 285 if (data->GetType() == NWebValue::Type::STRINGARRAY) { in ConvertToCArr() 289 } else if (data->GetType() in ConvertToCArr() [all...] |
H A D | webview_javascript_execute_callback.cpp | 53 int32_t WebJsMessageExtImpl::GetType() in GetType() function in OHOS::Webview::WebJsMessageExtImpl 56 return ConvertToJsType(value_->GetType()); in GetType() 93 if (result->GetType() == NWebValue::Type::STRING && result->GetString().empty()) { in OnReceiveValue()
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | webview_javascript_execute_callback.cpp | 53 DECLARE_NAPI_FUNCTION("getType", NapiJsMessageExt::GetType), in InitJSExcute() 145 if (result->GetType() == NWebValue::Type::STRING && result->GetString().empty()) { in UvAfterWorkCbAsync() 225 if (result->GetType() == NWebValue::Type::STRING && result->GetString().empty()) { in UvAfterWorkCbPromise() 269 int32_t WebJsMessageExt::GetType() in GetType() function in OHOS::NWeb::WebJsMessageExt 272 return ConvertToJsType(value_->GetType()); in GetType() 301 napi_value NapiJsMessageExt::GetType(napi_env env, napi_callback_info info) in GetType() function in OHOS::NWeb::NapiJsMessageExt 303 WVLOG_D("GetType webJsMessageExt start"); in GetType() 325 int32_t type = webJsMessageExt->GetType(); in GetType() 350 if (webJsMessageExt->GetType() != static_cast<int32_t>(JsMessageType::STRING)) { in GetString() 375 if (webJsMessageExt->GetType() ! in GetNumber() [all...] |
/base/powermgr/power_manager/utils/vibrator/src/ |
H A D | power_vibrator.cpp | 56 if (!source.IsEnable() || source.GetType() == "") {
in StartVibrator() 60 int32_t ret = Sensors::StartVibrator(source.GetType().c_str());
in StartVibrator()
|
/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/ |
H A D | date_time_filter.cpp | 34 int DateTimeFilter::GetType(std::string& name) in GetType() function in OHOS::Global::I18n::DateTimeFilter 222 int type = GetType(matchRegex); in FilterDate() 296 int lType = lastMatch.GetType(); in FilterDateTime() 297 int cType = match.GetType(); in FilterDateTime() 351 int cType = currentMatch.GetType(); in FilterPeriod() 352 int nType = match.GetType(); in FilterPeriod() 394 int cType = currentMatch.GetType(); in FilterDateTimePunc() 395 int lType = match.GetType(); in FilterDateTimePunc() 427 int lType = lastMatch.GetType(); in DealBrackets() 428 int cType = currentMatch.GetType(); in DealBrackets() [all...] |
/base/update/updater/services/diffpatch/diff/ |
H A D | update_diff.cpp | 155 PATCH_DEBUG("UpdateDiff::MakePatch type: %d %d", newParser_->GetType(), oldParser_->GetType());
in MakePatch() 156 if (newParser_->GetType() != oldParser_->GetType()) {
in MakePatch() 165 switch (newParser_->GetType()) {
in MakePatch()
|
/base/hiviewdfx/hiview/base/event_report/event/ |
H A D | logger_event.cpp | 93 size_t typeIndex = param.second.GetType();
in ToJsonString() 109 if ((paramMap_.find(name) != paramMap_.end()) && (paramMap_[name].GetType() == value.GetType())) {
in InnerUpdate()
|
/base/accesscontrol/sandbox_manager/services/common/database/src/ |
H A D | statement.cpp | 120 if (value.GetType() == ValueType::TYPE_STRING) { in Bind() 122 } else if (value.GetType() == ValueType::TYPE_INT) { in Bind() 124 } else if (value.GetType() == ValueType::TYPE_INT64) { in Bind()
|
/base/security/access_token/services/common/database/src/ |
H A D | statement.cpp | 106 if (value.GetType() == ValueType::TYPE_STRING) { in Bind() 108 } else if (value.GetType() == ValueType::TYPE_INT) { in Bind() 110 } else if (value.GetType() == ValueType::TYPE_INT64) { in Bind()
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_hit_test_result.h | 32 virtual int GetType() = 0;
|
H A D | ark_web_media_source_info.h | 29 virtual int GetType() = 0;
|
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/ |
H A D | dlp_file_kits_test.cpp | 184 ASSERT_FALSE((want.GetType() == "text/plain")); in HWTEST_F() 207 ASSERT_FALSE((want.GetType() == "text/plain")); in HWTEST_F() 250 ASSERT_FALSE((want.GetType() == "text/plain")); in HWTEST_F() 277 ASSERT_FALSE((want.GetType() == "text/plain")); in HWTEST_F() 299 ASSERT_FALSE((want.GetType() == "text/plain")); in HWTEST_F() 326 ASSERT_FALSE((want.GetType() == "text/plain")); in HWTEST_F() 352 ASSERT_FALSE((want.GetType() == "text/plain")); in HWTEST_F() 379 ASSERT_FALSE((want.GetType() == "text/plain")); in HWTEST_F() 409 ASSERT_FALSE((want.GetType() == "text/plain")); in HWTEST_F()
|
/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_value.h | 247 return GetType() == Type::NONE; in IsNone() 252 return GetType() == Type::BOOLEAN; in IsBoolean() 257 return GetType() == Type::STRING; in IsString() 262 return GetType() == Type::DOUBLE; in IsDouble() 267 return GetType() == Type::INTEGER; in IsINTEGER() 272 return GetType() == Type::LIST; in IsList() 277 return GetType() == Type::DICTIONARY; in IsDictionary() 282 return GetType() == Type::BINARY; in IsBinary() 436 Type GetType() in GetType() function in OHOS::NWeb::NWebValue
|
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/ |
H A D | napi_util.cpp | 41 return GetType(env, value) == napi_null;
in IsNull() 46 return GetType(env, value) == napi_boolean;
in IsBoolean() 51 return GetType(env, value) == napi_number;
in IsNumber() 56 return GetType(env, value) == napi_string;
in IsString() 61 return GetType(env, value) == napi_object;
in IsObject() 66 return GetType(env, value) == napi_function;
in IsFunction() 90 napi_valuetype GetType(const napi_env env, const napi_value value)
in GetType() function 116 type = GetType(env, element);
in GetArrayType() 119 if (type != GetType(env, element)) {
in GetArrayType() 466 napi_valuetype type = GetType(en in ConvertToString() [all...] |