Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_json.h46 bool JSON_GetBoolFromOject(const JsonObj *obj, const char *key, bool *value);
/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
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_json.c225 if (JSON_GetBoolFromOject(json, key, target)) { in OptBool()
1556 (void)JSON_GetBoolFromOject(json, BLE_P2P, &info->isBleP2p); in ParseCommonJsonInfo()
1558 (void)JSON_GetBoolFromOject(json, IS_CHARGING, &info->batteryInfo.isCharging); in ParseCommonJsonInfo()
1560 (void)JSON_GetBoolFromOject(json, IS_SUPPORT_IPV6, &info->isSupportIpv6); in ParseCommonJsonInfo()

Completed in 5 milliseconds