Home
last modified time | relevance | path

Searched refs:GetType (Results 1 – 25 of 118) sorted by relevance

12345

/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/
Ddlp_file_kits_test.cpp119 ASSERT_TRUE((want.GetType() == "text/plain"));
146 ASSERT_FALSE((want.GetType() == "text/plain"));
169 ASSERT_FALSE((want.GetType() == "text/plain"));
196 ASSERT_FALSE((want.GetType() == "text/plain"));
223 ASSERT_FALSE((want.GetType() == "text/plain"));
250 ASSERT_FALSE((want.GetType() == "text/plain"));
277 ASSERT_FALSE((want.GetType() == "text/plain"));
299 ASSERT_FALSE((want.GetType() == "text/plain"));
326 ASSERT_FALSE((want.GetType() == "text/plain"));
352 ASSERT_FALSE((want.GetType() == "text/plain"));
[all …]
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_javascript_execute_callback.cpp53 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
325 int32_t type = webJsMessageExt->GetType(); in GetType()
350 if (webJsMessageExt->GetType() != static_cast<int32_t>(JsMessageType::STRING)) { in GetString()
375 if (webJsMessageExt->GetType() != static_cast<int32_t>(JsMessageType::NUMBER)) { in GetNumber()
400 if (webJsMessageExt->GetType() != static_cast<int32_t>(JsMessageType::BOOLEAN)) { in GetBoolean()
[all …]
Dwebview_javascript_execute_callback.h44 static napi_value GetType(napi_env env, napi_callback_info info);
58 int32_t GetType();
/base/update/updater/services/diffpatch/diff/
Dupdate_diff.cpp155 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/usb/usb_manager/interfaces/innerkits/native/include/
Dusb_endpoint.h84 uint32_t GetType() const in GetType() function
104 .append(std::to_string(GetType())) in ToString()
148 endpoint["type"] = GetType(); in ToJson()
/base/hiviewdfx/hiview/base/event_report/event/
Dlogger_event.cpp93 size_t typeIndex = param.second.GetType(); in ToJsonString()
109 … if ((paramMap_.find(name) != paramMap_.end()) && (paramMap_[name].GetType() == value.GetType())) { in InnerUpdate()
/base/update/updateservice/frameworks/js/napi/base/src/
Dsession_manager.cpp116 if (listener->GetType() != SessionType::SESSION_SUBSCRIBE || in ProcessUnsubscribe()
143 if (iter->second->GetType() != SessionType::SESSION_SUBSCRIBE) { in Unsubscribe()
178 if (listener->GetType() != SessionType::SESSION_SUBSCRIBE) { in FindSessionByHandle()
197 if (iter.second->GetType() != SessionType::SESSION_SUBSCRIBE) { in FindSessionByHandle()
225 if (iter.second->GetType() != SessionType::SESSION_SUBSCRIBE) { in PublishToJS()
257 CLIENT_LOGI("SessionManager::Emit GetType %{public}d", updateSession->GetType()); in Emit()
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
Dnapi_util.cpp29 return GetType(env, value) == napi_null; in IsNull()
34 return GetType(env, value) == napi_boolean; in IsBoolean()
39 return GetType(env, value) == napi_number; in IsNumber()
44 return GetType(env, value) == napi_string; in IsString()
49 return GetType(env, value) == napi_object; in IsObject()
54 return GetType(env, value) == napi_function; in IsFunction()
78 napi_valuetype GetType(const napi_env env, const napi_value value) in GetType() function
104 type = GetType(env, element); in GetArrayType()
107 if (type != GetType(env, element)) { in GetArrayType()
408 napi_valuetype type = GetType(env, value); in ConvertToString()
/base/security/security_component_manager/services/security_component_service/sa/sa_main/
Dsec_comp_manager.cpp372 SecCompBase* report = SecCompInfoHelper::ParseComponent(sc->GetType(), jsonComponent); in UpdateSecurityComponent()
379 "SC_TYPE", sc->GetType()); in UpdateSecurityComponent()
386 SendCheckInfoEnhanceSysEvent(scId, sc->GetType(), "UPDATE", enhanceRes); in UpdateSecurityComponent()
410 SecCompBase* report = SecCompInfoHelper::ParseComponent(sc->GetType(), jsonComponent); in CheckClickSecurityComponentInfo()
417 sc->GetType()); in CheckClickSecurityComponentInfo()
425 sc->GetType()); in CheckClickSecurityComponentInfo()
431 SendCheckInfoEnhanceSysEvent(scId, sc->GetType(), "CLICK", enhanceRes); in CheckClickSecurityComponentInfo()
466 "CALLER_PID", IPCSkeleton::GetCallingPid(), "SC_ID", scId, "SC_TYPE", sc->GetType()); in ReportSecurityComponentClickEvent()
476 "CALLER_PID", IPCSkeleton::GetCallingPid(), "SC_ID", scId, "SC_TYPE", sc->GetType()); in ReportSecurityComponentClickEvent()
481 "CALLER_PID", IPCSkeleton::GetCallingPid(), "SC_ID", scId, "SC_TYPE", sc->GetType()); in ReportSecurityComponentClickEvent()
[all …]
Dsec_comp_entity.h40 SecCompType GetType() const in GetType() function
/base/location/interfaces/inner_api/include/
Dlocating_required_data_config.h36 SetType(LocatingRequiredDataConfig.GetType()); in LocatingRequiredDataConfig()
44 inline int GetType() const in GetType() function
/base/security/access_token/services/common/database/src/
Dstatement.cpp106 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()
Dvariant_value.cpp42 ValueType VariantValue::GetType() const in GetType() function in OHOS::Security::AccessToken::VariantValue
/base/hiviewdfx/hilog_lite/frameworks/js/builtin/include/
Dhilog_vector.h35 static ValueType GetType(const HilogVector *vector, size_t pos);
/base/web/webview/ohos_nweb/include/
Dnweb_hit_testresult.h80 int GetType() { in GetType() function
Dnweb_value.h72 Type GetType() { return type_; } in GetType() function
/base/global/i18n/frameworks/intl/include/
Dcharacter.h33 std::string GetType(const std::string &character);
/base/update/updateservice/frameworks/js/napi/client/
Diupdate_session.h30 virtual SessionType GetType() const = 0;
/base/global/i18n/frameworks/intl/test/fuzztest/character_fuzzer/
Dcharacter_fuzzer.cpp37 GetType(input); in DoSomethingInterestingWithMyAPI()
/base/security/access_token/services/common/database/include/
Dvariant_value.h41 ValueType GetType() const;
/base/web/webview/test/unittest/nweb_value_test/
Dnweb_value_test.cpp53 NWebValue::Type type = nwebValue->GetType();
60 type = nwebValue->GetType();
/base/powermgr/power_manager/test/unittest/include/
Drunning_lock_test.h41 ASSERT_TRUE(runningLockInner->GetType() == runningLockInfo.type); in TestRunningLockInnerExisit()
/base/powermgr/thermal_manager/interfaces/inner_api/native/include/
Dthermal_srv_sensor_info.h32 inline const std::string &GetType() const in GetType() function
/base/notification/distributed_notification_service/test/fuzztest/notificationslot_fuzzer/
Dnotificationslot_fuzzer.cpp37 notificationSlot.GetType(); in DoSomethingInterestingWithMyAPI()
/base/hiviewdfx/hiview/core/test/unittest/common/
Dplugin_bundle_test.cpp84 if (pluginPair->second->GetType() != Plugin::PluginType::PROXY) {

12345