Home
last modified time | relevance | path

Searched defs:json (Results 726 - 750 of 762) sorted by relevance

1...<<2122232425262728293031

/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.cpp1178 bool JsCardParser::ParseComplexExpression(std::string& value, const std::unique_ptr<JsonValue>& json) in ParseComplexExpression() argument
1194 ParseArrayExpression( const std::string& expression, std::stack<std::string>& keyStack, const std::unique_ptr<JsonValue>& json) ParseArrayExpression() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate_impl.cpp167 void FrontendDelegateImpl::GetI18nData(std::unique_ptr<JsonValue>& json) in GetI18nData() argument
176 void FrontendDelegateImpl::GetResourceConfiguration(std::unique_ptr<JsonValue>& json) in GetResourceConfiguration() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_pattern.cpp1303 void SearchPattern::ToJsonValueForTextField(std::unique_ptr<JsonValue>& json, const InspectorFilter& filter) const in ToJsonValueForTextField() argument
1386 ToJsonValueForSearchIcon(std::unique_ptr<JsonValue>& json, const InspectorFilter& filter) const ToJsonValueForSearchIcon() argument
1438 ToJsonValueForCancelButton(std::unique_ptr<JsonValue>& json, const InspectorFilter& filter) const ToJsonValueForCancelButton() argument
1493 ToJsonValueForSearchButtonOption( std::unique_ptr<JsonValue>& json, const InspectorFilter& filter) const ToJsonValueForSearchButtonOption() argument
1518 ToJsonValueForCursor(std::unique_ptr<JsonValue>& json, const InspectorFilter& filter) const ToJsonValueForCursor() argument
1542 ToJsonValue(std::unique_ptr<JsonValue>& json, const InspectorFilter& filter) const ToJsonValue() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_pattern.cpp521 auto json = JsonUtil::Create(true); in OnCurrentTimeChange() local
530 auto json = JsonUtil::Create(true); in ChangePlayerStatus() local
539 auto json = JsonUtil::Create(true); in ChangePlayerStatus() local
548 auto json = JsonUtil::Create(true); ChangePlayerStatus() local
597 auto json = JsonUtil::Create(true); OnError() local
666 auto json = JsonUtil::Create(true); OnPrepared() local
701 auto json = JsonUtil::Create(true); OnCompletion() local
1696 auto json = JsonUtil::Create(true); OnModifyDone() local
1709 auto json = JsonUtil::Create(true); OnModifyDone() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.cpp1994 void XComponentPattern::DumpInfo(std::unique_ptr<JsonValue>& json) in DumpInfo() argument
2001 void XComponentPattern::DumpAdvanceInfo(std::unique_ptr<JsonValue>& json) in DumpAdvanceInfo() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler.cpp1139 JsonWriter json; in OnParallelRenderBegin() local
[all...]
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_json.c192 static void OptString(const JsonObj *json, const char * const key, in OptString() argument
205 static void OptInt(const JsonObj *json, const char * const key, int *target, int defaultValue) in OptInt() argument
214 static void OptInt64(const JsonObj *json, const char * const key, int64_t *target, int64_t defaultValue) in OptInt64() argument
223 static void OptBool(const JsonObj *json, const char * const key, bool *target, bool defaultValue) in OptBool() argument
1097 static void GetAndSetLocalUnifiedName(JsonObj *json) in GetAndSetLocalUnifiedName() argument
1115 PackCommonDevInfo(JsonObj *json, const NodeInfo *info, bool isMetaAuth) PackCommonDevInfo() argument
1145 PackCommonFastAuth(JsonObj *json, const NodeInfo *info) PackCommonFastAuth() argument
1158 PackOsInfo(JsonObj *json, const NodeInfo *info) PackOsInfo() argument
1164 PackDeviceVersion(JsonObj *json, const NodeInfo *info) PackDeviceVersion() argument
1170 PackCommP2pInfo(JsonObj *json, const NodeInfo *info) PackCommP2pInfo() argument
1189 PackWifiDirectInfo( const AuthConnInfo *connInfo, JsonObj *json, const NodeInfo *info, const char *remoteUuid, bool isMetaAuth) PackWifiDirectInfo() argument
1288 PackCipherRpaInfo(JsonObj *json, const NodeInfo *info) PackCipherRpaInfo() argument
1333 UnpackCipherRpaInfo(const JsonObj *json, NodeInfo *info) UnpackCipherRpaInfo() argument
1375 PackCommonEx(JsonObj *json, const NodeInfo *info) PackCommonEx() argument
1426 PackCommon(JsonObj *json, const NodeInfo *info, SoftBusVersion version, bool isMetaAuth) PackCommon() argument
1500 UnpackWifiDirectInfo(const JsonObj *json, NodeInfo *info, bool isMetaAuth) UnpackWifiDirectInfo() argument
1530 ParseCommonJsonInfo(const JsonObj *json, NodeInfo *info, bool isMetaAuth) ParseCommonJsonInfo() argument
1583 UnpackCommon(const JsonObj *json, NodeInfo *info, SoftBusVersion version, bool isMetaAuth) UnpackCommon() argument
1638 AddDiscoveryType(JsonObj *json, const char *remoteUuid) AddDiscoveryType() argument
1665 PackBt(JsonObj *json, const NodeInfo *info, SoftBusVersion version, bool isMetaAuth, const char *remoteUuid) PackBt() argument
1703 UnpackBt(const JsonObj *json, NodeInfo *info, SoftBusVersion version, bool isMetaAuth) UnpackBt() argument
1719 PackWiFi(JsonObj *json, const NodeInfo *info, SoftBusVersion version, bool isMetaAuth) PackWiFi() argument
1749 CheckBusVersion(const JsonObj *json) CheckBusVersion() argument
1768 UnpackWiFi(const JsonObj *json, NodeInfo *info, SoftBusVersion version, bool isMetaAuth) UnpackWiFi() argument
1794 PackDeviceInfoMac(JsonObj *json, const NodeInfo *info, bool isMetaAuth) PackDeviceInfoMac() argument
1807 PackDeviceInfoBtV1(JsonObj *json, const NodeInfo *info, bool isMetaAuth) PackDeviceInfoBtV1() argument
1843 UnpackDeviceInfoBtV1(const JsonObj *json, NodeInfo *info) UnpackDeviceInfoBtV1() argument
1880 PackCertificateInfo(JsonObj *json, const AuthSessionInfo *info) PackCertificateInfo() argument
1909 UnpackCertificateInfo(JsonObj *json, NodeInfo *nodeInfo, const AuthSessionInfo *info) UnpackCertificateInfo() argument
1997 JsonObj *json = JSON_CreateObject(); PackDeviceInfoMessage() local
2082 JsonObj *json = JSON_Parse(devInfo->msg, devInfo->len); UnpackDeviceInfoMessage() local
[all...]
/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/
H A Ddisc_ble.c678 cJSON *json = cJSON_ParseWithLength((const char *)g_bleInfoManager[infoIndex].capabilityData[pos], in DiscBleGetCustData() local
/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_manager.c987 cJSON *json = cJSON_ParseWithLength((const char *)data, dataLen); in ReceivedControlData() local
/third_party/python/Lib/test/
H A Dtest_subprocess.py26 import json namespace
H A Dtest_logging.py34 import json namespace
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp.c819 struct wpabuf *buf, *json; in dpp_build_conf_req_helper() local
657 dpp_build_conf_req_attr(struct dpp_authentication *auth, const char *json) dpp_build_conf_req_attr() argument
784 dpp_build_conf_req(struct dpp_authentication *auth, const char *json) dpp_build_conf_req() argument
3277 struct wpabuf *json; dpp_build_conn_status() local
3308 struct wpabuf *msg = NULL, *clear = NULL, *json; dpp_build_conn_status_result() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_presentation_pattern.cpp2530 void SheetPresentationPattern::DumpAdvanceInfo(std::unique_ptr<JsonValue>& json) in GetSheetTypeWithAuto() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_pattern.cpp2989 void NavigationPattern::DumpInfo(std::unique_ptr<JsonValue>& json) in DumpInfo() argument
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.cpp2538 std::unique_ptr<JsonValue> json = JsonUtil::ParseJsonString(parsedConfig.themeTag); in ProcessThemeUpdate() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.cpp209 void FrontendDelegateDeclarative::GetI18nData(std::unique_ptr<JsonValue>& json) in GetI18nData() argument
218 void FrontendDelegateDeclarative::GetResourceConfiguration(std::unique_ptr<JsonValue>& json) in GetResourceConfiguration() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.cpp154 void ScrollablePattern::ToJsonValue(std::unique_ptr<JsonValue>& json, const InspectorFilter& filter) const in ToJsonValue() argument
3479 void ScrollablePattern::GetPaintPropertyDumpInfo(std::unique_ptr<JsonValue>& json) in GetPaintPropertyDumpInfo() argument
3506 GetAxisDumpInfo(std::unique_ptr<JsonValue>& json) GetAxisDumpInfo() argument
3531 GetPanDirectionDumpInfo(std::unique_ptr<JsonValue>& json) GetPanDirectionDumpInfo() argument
3557 GetEventDumpInfo(std::unique_ptr<JsonValue>& json) GetEventDumpInfo() argument
3588 DumpAdvanceInfo(std::unique_ptr<JsonValue>& json) DumpAdvanceInfo() argument
3634 GetEdgeEffectDumpInfo(std::unique_ptr<JsonValue>& json) GetEdgeEffectDumpInfo() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_pattern.cpp2826 void TabBarPattern::ToJsonValue(std::unique_ptr<JsonValue>& json, const InspectorFilter& filter) const in ToJsonValue() argument
2864 void TabBarPattern::FromJson(const std::unique_ptr<JsonValue>& json) in FromJson() argument
3239 SetRegionInfo(std::unique_ptr<JsonValue>& json) SetRegionInfo() argument
3269 DumpAdvanceInfo(std::unique_ptr<JsonValue>& json) DumpAdvanceInfo() argument
[all...]
/third_party/vulkan-loader/loader/
H A Dloader.c2660 VkResult loader_add_layer_properties(const struct loader_instance *inst, struct loader_layer_list *layer_instance_list, cJSON *json, in loader_add_layer_properties() argument
[all...]
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.cpp6029 CreateNodeInfoJson(const RefPtr<NG::FrameNode>& node, const CommonProperty& commonProperty, std::unique_ptr<JsonValue>& json, int32_t childSize) CreateNodeInfoJson() argument
6071 auto json = JsonUtil::Create(true); DumpTreeNodeInfoInJson() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp8983 void RichEditorPattern::ToJsonValue(std::unique_ptr<JsonValue>& json, const InspectorFilter& filter) const in ToJsonValue() argument
11221 void RichEditorPattern::DumpInfo(std::unique_ptr<JsonValue>& json) in DumpInfo() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.cpp2665 void TextPattern::ToJsonValue(std::unique_ptr<JsonValue>& json, const InspectorFilter& filter) const in ToJsonValue() argument
4371 DumpAdvanceInfo(std::unique_ptr<JsonValue>& json) DumpAdvanceInfo() argument
4406 SetTextStyleDumpInfo(std::unique_ptr<JsonValue>& json) SetTextStyleDumpInfo() argument
4427 DumpInfo(std::unique_ptr<JsonValue>& json) DumpInfo() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_context.h415 virtual void DumpInfo(std::unique_ptr<JsonValue>& json) {} in DumpInfo() argument
416 virtual void DumpSimplifyInfo(std::unique_ptr<JsonValue>& json) {} in DumpSimplifyInfo() argument
418 virtual void DumpAdvanceInfo(std::unique_ptr<JsonValue>& json) {} in DumpAdvanceInfo() argument
/third_party/ffmpeg/fftools/
H A Dffprobe.c1572 DEFINE_WRITER_CLASS(json); variable
1576 JSONContext *json = wctx->priv; in json_init() local
1608 JSONContext *json = wctx->priv; in json_print_section_header() local
1647 JSONContext *json = wctx->priv; json_print_section_footer() local
1681 JSONContext *json = wctx->priv; json_print_str() local
1694 JSONContext *json = wctx->priv; json_print_int() local
[all...]
/third_party/json/single_include/nlohmann/
H A Djson.hpp6103 enum class input_format_t { json, cbor, msgpack, ubjson, bson, bjdata }; global() member in detail::input_format_t
[all...]

Completed in 125 milliseconds

1...<<2122232425262728293031