/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/ |
H A D | auth_message_processor.cpp | 355 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 D | hisysevent_record.cpp | 313 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 D | oh_preferences_value.cpp | 76 } 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 D | dscreen_json_util.h | 31 bool IsBool(const nlohmann::json &jsonObj, const std::string &key);
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/utils/common/ |
H A D | json_helper.cpp | 54 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 D | hisysevent_value.h | 42 bool IsBool() const;
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/lowlatency/ |
H A D | low_latency_listener.cpp | 61 if (!IsBool(jsonObj, LOW_LATENCY_ENABLE)) { in OnMessage()
|
/ohos5.0/foundation/multimedia/av_session/services/session/server/remote/ |
H A D | json_utils.cpp | 93 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 D | json_utils.h | 52 static bool IsBool(const json& jsonObj, const std::string& key);
|
/ohos5.0/foundation/distributedhardware/device_manager/common/include/ |
H A D | dm_anonymous.h | 36 bool IsBool(const nlohmann::json &jsonObj, const std::string &key);
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/utils/include/ |
H A D | dh_utils_tool.h | 58 bool IsBool(const cJSON* jsonObj, const std::string& key);
|
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/ |
H A D | UTTest_dm_anonymous.cpp | 365 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 D | dscreen_json_util.cpp | 97 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 D | video_param.cpp | 135 if (IsBool(j, KEY_PARTIALREFREAH)) { in from_json()
|
/ohos5.0/foundation/distributeddatamgr/preferences/interfaces/inner_api/include/ |
H A D | preferences_value.h | 229 PREF_API_EXPORT bool IsBool() const;
|
/ohos5.0/foundation/window/window_manager/wmserver/src/ |
H A D | window_manager_service.cpp | 337 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 D | preferences_value.cpp | 139 bool PreferencesValue::IsBool() const in IsBool() function in OHOS::NativePreferences::PreferencesValue
|
/ohos5.0/foundation/multimedia/image_effect/interfaces/inner_api/native/utils/ |
H A D | json_helper.h | 40 IMAGE_EFFECT_EXPORT bool IsBool() const;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/json/ |
H A D | json_util.cpp | 34 bool JsonValue::IsBool() const in IsBool() function in OHOS::Ace::JsonValue 81 if (Contains(key) && GetValue(key)->IsBool()) { in GetBool()
|
H A D | json_util.h | 40 bool IsBool() const;
|
H A D | node_object.cpp | 35 } else if (item->IsBool()) { in FromJsonObject()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/ |
H A D | js_function.cpp | 84 } else if (value->IsBool()) { in ExecuteInternal()
|
/ohos5.0/foundation/window/window_manager/utils/include/ |
H A D | xml_config_base.h | 227 bool IsBool() const in IsBool() function
|
/ohos5.0/foundation/distributedhardware/device_manager/common/src/ |
H A D | dm_anonymous.cpp | 132 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 D | napi_storage.cpp | 359 if (context->defValue.IsBool()) { in GetValue() 376 if (context->defValue.IsBool()) { in GetValue() 449 if (context->defValue.IsBool()) { in SetValue()
|