Home
last modified time | relevance | path

Searched refs:IsBool (Results 1 - 25 of 51) sorted by relevance

123

/foundation/multimedia/av_session/services/session/server/test/
H A Djson_utils_test.cpp106 * @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 Dauth_message_processor.cpp331 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 Ddscreen_json_util.h31 bool IsBool(const nlohmann::json &jsonObj, const std::string &key);
/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()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/lowlatency/
H A Dlow_latency_listener.cpp61 if (!IsBool(jsonObj, LOW_LATENCY_ENABLE)) { in OnMessage()
/foundation/multimedia/av_session/services/session/server/remote/
H A Djson_utils.h52 static bool IsBool(const json& jsonObj, const std::string& key);
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_ERROR, in GetSessionDescriptor()
/foundation/distributedhardware/device_manager/common/include/
H A Ddm_anonymous.h36 bool IsBool(const nlohmann::json &jsonObj, const std::string &key);
/foundation/distributedhardware/distributed_hardware_fwk/utils/include/
H A Ddh_utils_tool.h58 bool IsBool(const cJSON* jsonObj, const std::string& key);
/foundation/multimedia/image_effect/frameworks/native/utils/common/
H A Deffect_json_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()
/foundation/distributeddatamgr/preferences/interfaces/inner_api/include/
H A Dpreferences_value.h229 PREF_API_EXPORT bool IsBool() const;
/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
/foundation/distributedhardware/distributed_screen/services/common/utils/src/
H A Dvideo_param.cpp152 if (IsBool(j, KEY_PARTIALREFRESH)) { in from_json()
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/
H A Drs_graphic_config_unit_test.cpp143 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 Drs_graphic_config_test.cpp142 ASSERT_TRUE(item.IsBool()); in HWTEST_F()
205 ASSERT_FALSE(item.IsBool());
/foundation/multimedia/image_effect/interfaces/inner_api/native/utils/
H A Deffect_json_helper.h40 IMAGE_EFFECT_EXPORT bool IsBool() const;
/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_value.cpp139 bool PreferencesValue::IsBool() const in IsBool() function in OHOS::NativePreferences::PreferencesValue
/foundation/CastEngine/castengine_wifi_display/services/configuration/src/
H A Dsharing_data.cpp31 bool SharingValue::IsBool() in IsBool() function in OHOS::Sharing::SharingValue
68 } else if (IsBool()) { in Print()
H A Djson_parser.cpp145 if (value->IsBool()) { in SaveModuleConfig()
/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 Dnode_object.cpp35 } else if (item->IsBool()) { in FromJsonObject()
H A Djson_util.h40 bool IsBool() const;
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_anonymous.cpp365 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 Dsharing_data.h64 bool IsBool();
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_function.cpp84 } else if (value->IsBool()) { in ExecuteInternal()

Completed in 11 milliseconds

123