Home
last modified time | relevance | path

Searched refs:JSON_GetBoolFromOject (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_json.h46 bool JSON_GetBoolFromOject(const JsonObj *obj, const char *key, bool *value);
/ohos5.0/foundation/communication/dsoftbus/adapter/common/json/nlohmann/
H A Dsoftbus_adapter_json.cpp134 bool JSON_GetBoolFromOject(const JsonObj *obj, const char *key, bool *value) in JSON_GetBoolFromOject() function
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_json.c225 if (JSON_GetBoolFromOject(json, key, target)) { in OptBool()
1540 (void)JSON_GetBoolFromOject(json, BLE_P2P, &info->isBleP2p); in ParseCommonJsonInfo()
1542 (void)JSON_GetBoolFromOject(json, IS_CHARGING, &info->batteryInfo.isCharging); in ParseCommonJsonInfo()
1544 (void)JSON_GetBoolFromOject(json, IS_SUPPORT_IPV6, &info->isSupportIpv6); in ParseCommonJsonInfo()