Home
last modified time | relevance | path

Searched refs:IsBool (Results 1 – 25 of 45) sorted by relevance

12

/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Dauth_message_processor.cpp355 if (IsBool(json, TAG_AUTH_FINISH)) { in ParseResponseFinishMessage()
413 if (IsBool(json, TAG_IS_SHOW_DIALOG)) { in ParseAuthRequestMessage()
479 if (IsBool(json, TAG_ISONLINE)) { in ParsePkgNegotiateMessage()
482 if (IsBool(json, TAG_IDENTICAL_ACCOUNT)) { in ParsePkgNegotiateMessage()
485 if (IsBool(json, TAG_AUTHED)) { in ParsePkgNegotiateMessage()
496 if (IsBool(json, TAG_HAVECREDENTIAL)) { in ParsePkgNegotiateMessage()
520 if (IsBool(json, TAG_CRYPTO_SUPPORT)) { in ParseNegotiateMessage()
557 if (IsBool(json, TAG_IDENTICAL_ACCOUNT)) { in ParseRespNegotiateMessage()
566 if (IsBool(json, TAG_IS_AUTH_CODE_READY)) { in ParseRespNegotiateMessage()
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/
H A Dhisysevent_record.cpp313 return val->IsInt64() || val->IsNull() || val->IsBool(); in IsInt64ValueType()
318 return val->IsUInt64() || val->IsNull() || val->IsBool(); in IsUInt64ValueType()
323 return val->IsDouble() || val->IsNull() || val->IsBool(); in IsDoubleValueType()
328 return val->IsNull() || val->IsBool() || val->IsNumeric() || val->IsString(); in IsStringValueType()
423 bool HiSysEventValue::IsBool() const in ParseJsonStr() function in OHOS::HiviewDFX::HiSysEventValue
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/ndk/src/
H A Doh_preferences_value.cpp76 } else if (self->value_.IsBool()) { in OH_PreferencesValue_GetValueType()
109 if (self->value_.IsBool()) { in OH_PreferencesValue_GetBool()
/ohos5.0/foundation/distributedhardware/distributed_screen/common/include/
H A Ddscreen_json_util.h31 bool IsBool(const nlohmann::json &jsonObj, const std::string &key);
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/utils/common/
H A Djson_helper.cpp54 bool EffectJson::IsBool() const in IsBool() function in OHOS::Media::Effect::EffectJson
185 if (!IsBool()) { in GetBool()
194 if (element == nullptr || element->IsNull() || !element->IsBool()) { in GetBool()
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/
H A Dhisysevent_value.h42 bool IsBool() const;
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/lowlatency/
H A Dlow_latency_listener.cpp61 if (!IsBool(jsonObj, LOW_LATENCY_ENABLE)) { in OnMessage()
/ohos5.0/foundation/multimedia/av_session/services/session/server/remote/
H A Djson_utils.cpp93 bool JsonUtils::IsBool(const json& jsonObj, const std::string& key) in IsBool() function in OHOS::AVSession::JsonUtils
243 … && IsString(it.value(), "tag") && IsBool(it.value(), "isThirdPartyApp"), AVSESSION_ERROR, in GetSessionDescriptors()
290 …&& IsString(sessionDescriptor, "tag") && IsBool(sessionDescriptor, "isThirdPartyApp"), AVSESSION_E… in GetSessionDescriptor()
H A Djson_utils.h52 static bool IsBool(const json& jsonObj, const std::string& key);
/ohos5.0/foundation/distributedhardware/device_manager/common/include/
H A Ddm_anonymous.h36 bool IsBool(const nlohmann::json &jsonObj, const std::string &key);
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/utils/include/
H A Ddh_utils_tool.h58 bool IsBool(const cJSON* jsonObj, const std::string& key);
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_anonymous.cpp365 bool ret = IsBool(jsonObj, TAG_CRYPTO_SUPPORT);
385 bool ret = IsBool(jsonObj, TAG_CRYPTO_SUPPORT);
/ohos5.0/foundation/distributedhardware/distributed_screen/common/src/
H A Ddscreen_json_util.cpp97 bool IsBool(const nlohmann::json &jsonObj, const std::string &key) in IsBool() function
/ohos5.0/foundation/distributedhardware/distributed_screen/services/common/utils/src/
H A Dvideo_param.cpp135 if (IsBool(j, KEY_PARTIALREFREAH)) { in from_json()
/ohos5.0/foundation/distributeddatamgr/preferences/interfaces/inner_api/include/
H A Dpreferences_value.h229 PREF_API_EXPORT bool IsBool() const;
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_manager_service.cpp337 if (item.IsBool()) { in ConfigureWindowManagerService()
341 if (item.IsBool()) { in ConfigureWindowManagerService()
364 if (item.IsBool()) { in ConfigureWindowManagerService()
410 if (item.IsBool()) { in ConfigureWindowManagerService()
443 if (item.IsBool()) { in ConfigureWindowManagerService()
461 if (item.IsBool()) { in ConfigDecor()
559 if (item.IsBool()) { in ConfigStartingWindowAnimation()
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_value.cpp139 bool PreferencesValue::IsBool() const in IsBool() function in OHOS::NativePreferences::PreferencesValue
/ohos5.0/foundation/multimedia/image_effect/interfaces/inner_api/native/utils/
H A Djson_helper.h40 IMAGE_EFFECT_EXPORT bool IsBool() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/json/
H A Djson_util.cpp34 bool JsonValue::IsBool() const in IsBool() function in OHOS::Ace::JsonValue
81 if (Contains(key) && GetValue(key)->IsBool()) { in GetBool()
H A Djson_util.h40 bool IsBool() const;
H A Dnode_object.cpp35 } else if (item->IsBool()) { in FromJsonObject()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_function.cpp84 } else if (value->IsBool()) { in ExecuteInternal()
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dxml_config_base.h227 bool IsBool() const in IsBool() function
/ohos5.0/foundation/distributedhardware/device_manager/common/src/
H A Ddm_anonymous.cpp132 bool IsBool(const nlohmann::json &jsonObj, const std::string &key) in IsBool() function
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/storage/src/
H A Dnapi_storage.cpp359 if (context->defValue.IsBool()) { in GetValue()
376 if (context->defValue.IsBool()) { in GetValue()
449 if (context->defValue.IsBool()) { in SetValue()

12