/foundation/multimedia/av_session/services/session/server/test/ |
H A D | json_utils_test.cpp | 106 * @tc.desc: test IsBool 114 bool ret = JsonUtils::IsBool(jsonTest, "test"); in HWTEST() 121 * @tc.desc: test IsBool 129 bool ret = JsonUtils::IsBool(jsonTest, "test"); in HWTEST()
|
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/ |
H A D | auth_message_processor.cpp | 331 if (IsBool(json, TAG_AUTH_FINISH)) { in ParseResponseFinishMessage() 389 if (IsBool(json, TAG_IS_SHOW_DIALOG)) { in ParseAuthRequestMessage() 455 if (IsBool(json, TAG_ISONLINE)) { in ParsePkgNegotiateMessage() 458 if (IsBool(json, TAG_IDENTICAL_ACCOUNT)) { in ParsePkgNegotiateMessage() 461 if (IsBool(json, TAG_AUTHED)) { in ParsePkgNegotiateMessage() 472 if (IsBool(json, TAG_HAVECREDENTIAL)) { in ParsePkgNegotiateMessage() 496 if (IsBool(json, TAG_CRYPTO_SUPPORT)) { in ParseNegotiateMessage() 533 if (IsBool(json, TAG_IDENTICAL_ACCOUNT)) { in ParseRespNegotiateMessage() 542 if (IsBool(json, TAG_IS_AUTH_CODE_READY)) { in ParseRespNegotiateMessage()
|
/foundation/distributedhardware/distributed_screen/common/include/ |
H A D | dscreen_json_util.h | 31 bool IsBool(const nlohmann::json &jsonObj, const std::string &key);
|
/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()
|
/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()
|
/foundation/multimedia/av_session/services/session/server/remote/ |
H A D | json_utils.h | 52 static bool IsBool(const json& jsonObj, const std::string& key);
|
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_ERROR, in GetSessionDescriptor()
|
/foundation/distributedhardware/device_manager/common/include/ |
H A D | dm_anonymous.h | 36 bool IsBool(const nlohmann::json &jsonObj, const std::string &key);
|
/foundation/distributedhardware/distributed_hardware_fwk/utils/include/ |
H A D | dh_utils_tool.h | 58 bool IsBool(const cJSON* jsonObj, const std::string& key);
|
/foundation/multimedia/image_effect/frameworks/native/utils/common/ |
H A D | effect_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()
|
/foundation/distributeddatamgr/preferences/interfaces/inner_api/include/ |
H A D | preferences_value.h | 229 PREF_API_EXPORT bool IsBool() const;
|
/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
|
/foundation/distributedhardware/distributed_screen/services/common/utils/src/ |
H A D | video_param.cpp | 152 if (IsBool(j, KEY_PARTIALREFRESH)) { in from_json()
|
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/ |
H A D | rs_graphic_config_unit_test.cpp | 143 ASSERT_TRUE(item.IsBool()); in HWTEST_F() 205 ASSERT_FALSE(item.IsBool());
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_graphic_config_test.cpp | 142 ASSERT_TRUE(item.IsBool()); in HWTEST_F() 205 ASSERT_FALSE(item.IsBool());
|
/foundation/multimedia/image_effect/interfaces/inner_api/native/utils/ |
H A D | effect_json_helper.h | 40 IMAGE_EFFECT_EXPORT bool IsBool() const;
|
/foundation/distributeddatamgr/preferences/frameworks/native/src/ |
H A D | preferences_value.cpp | 139 bool PreferencesValue::IsBool() const in IsBool() function in OHOS::NativePreferences::PreferencesValue
|
/foundation/CastEngine/castengine_wifi_display/services/configuration/src/ |
H A D | sharing_data.cpp | 31 bool SharingValue::IsBool() in IsBool() function in OHOS::Sharing::SharingValue 68 } else if (IsBool()) { in Print()
|
H A D | json_parser.cpp | 145 if (value->IsBool()) { in SaveModuleConfig()
|
/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 | node_object.cpp | 35 } else if (item->IsBool()) { in FromJsonObject()
|
H A D | json_util.h | 40 bool IsBool() const;
|
/foundation/distributedhardware/device_manager/test/commonunittest/ |
H A D | UTTest_dm_anonymous.cpp | 365 bool ret = IsBool(jsonObj, TAG_CRYPTO_SUPPORT); in HWTEST_F() 385 bool ret = IsBool(jsonObj, TAG_CRYPTO_SUPPORT); in HWTEST_F()
|
/foundation/CastEngine/castengine_wifi_display/services/configuration/include/ |
H A D | sharing_data.h | 64 bool IsBool();
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/ |
H A D | js_function.cpp | 84 } else if (value->IsBool()) { in ExecuteInternal()
|