/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/ |
D | dlp_file_kits_test.cpp | 119 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/ |
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 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 …]
|
D | webview_javascript_execute_callback.h | 44 static napi_value GetType(napi_env env, napi_callback_info info); 58 int32_t GetType();
|
/base/update/updater/services/diffpatch/diff/ |
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/usb/usb_manager/interfaces/innerkits/native/include/ |
D | usb_endpoint.h | 84 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/ |
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/update/updateservice/frameworks/js/napi/base/src/ |
D | session_manager.cpp | 116 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/ |
D | napi_util.cpp | 29 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/ |
D | sec_comp_manager.cpp | 372 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 …]
|
D | sec_comp_entity.h | 40 SecCompType GetType() const in GetType() function
|
/base/location/interfaces/inner_api/include/ |
D | locating_required_data_config.h | 36 SetType(LocatingRequiredDataConfig.GetType()); in LocatingRequiredDataConfig() 44 inline int GetType() const in GetType() function
|
/base/security/access_token/services/common/database/src/ |
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()
|
D | variant_value.cpp | 42 ValueType VariantValue::GetType() const in GetType() function in OHOS::Security::AccessToken::VariantValue
|
/base/hiviewdfx/hilog_lite/frameworks/js/builtin/include/ |
D | hilog_vector.h | 35 static ValueType GetType(const HilogVector *vector, size_t pos);
|
/base/web/webview/ohos_nweb/include/ |
D | nweb_hit_testresult.h | 80 int GetType() { in GetType() function
|
D | nweb_value.h | 72 Type GetType() { return type_; } in GetType() function
|
/base/global/i18n/frameworks/intl/include/ |
D | character.h | 33 std::string GetType(const std::string &character);
|
/base/update/updateservice/frameworks/js/napi/client/ |
D | iupdate_session.h | 30 virtual SessionType GetType() const = 0;
|
/base/global/i18n/frameworks/intl/test/fuzztest/character_fuzzer/ |
D | character_fuzzer.cpp | 37 GetType(input); in DoSomethingInterestingWithMyAPI()
|
/base/security/access_token/services/common/database/include/ |
D | variant_value.h | 41 ValueType GetType() const;
|
/base/web/webview/test/unittest/nweb_value_test/ |
D | nweb_value_test.cpp | 53 NWebValue::Type type = nwebValue->GetType(); 60 type = nwebValue->GetType();
|
/base/powermgr/power_manager/test/unittest/include/ |
D | running_lock_test.h | 41 ASSERT_TRUE(runningLockInner->GetType() == runningLockInfo.type); in TestRunningLockInnerExisit()
|
/base/powermgr/thermal_manager/interfaces/inner_api/native/include/ |
D | thermal_srv_sensor_info.h | 32 inline const std::string &GetType() const in GetType() function
|
/base/notification/distributed_notification_service/test/fuzztest/notificationslot_fuzzer/ |
D | notificationslot_fuzzer.cpp | 37 notificationSlot.GetType(); in DoSomethingInterestingWithMyAPI()
|
/base/hiviewdfx/hiview/core/test/unittest/common/ |
D | plugin_bundle_test.cpp | 84 if (pluginPair->second->GetType() != Plugin::PluginType::PROXY) {
|