| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_navigation_stack.cpp | 560 ParseJsObject( std::unique_ptr<JsonValue>& json, const JSRef<JSObject>& obj, int32_t depthLimit, bool needLimit) const ParseJsObject() argument
|
| /foundation/arkui/ace_engine/frameworks/core/accessibility/ |
| H A D | accessibility_node.cpp | 458 auto json = JsonUtil::Create(true); in OnFocusChange() local
|
| /foundation/arkui/ace_engine/frameworks/core/common/ |
| H A D | event_manager.cpp | 2046 std::unique_ptr<JsonValue> json = JsonUtil::Create(true); in DumpEvent() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/menu/ |
| H A D | menu_origin_test_ng.cpp | 711 auto json = JsonUtil::Create(true); in HWTEST_F() local 748 auto json = JsonUtil::Create(true); HWTEST_F() local 1453 auto json = JsonUtil::Create(true); HWTEST_F() local 1476 auto json = JsonUtil::Create(true); HWTEST_F() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/ |
| H A D | select_pattern.cpp | 940 void SelectPattern::ToJsonValue(std::unique_ptr<JsonValue>& json, const InspectorFilter& filter) const in ToJsonValue() argument 986 ToJsonArrowAndText(std::unique_ptr<JsonValue>& json, const InspectorFilter& filter) const ToJsonArrowAndText() argument 1017 ToJsonMenuBackgroundStyle( std::unique_ptr<JsonValue>& json, const InspectorFilter& filter) const ToJsonMenuBackgroundStyle() argument 1041 ToJsonDivider(std::unique_ptr<JsonValue>& json, const InspectorFilter& filter) const ToJsonDivider() argument 1065 ToJsonOptionAlign(std::unique_ptr<JsonValue>& json, const InspectorFilter& filter) const ToJsonOptionAlign() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/ |
| H A D | ui_extension_pattern.cpp | 1384 void UIExtensionPattern::DumpInfo(std::unique_ptr<JsonValue>& json) in DumpInfo() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
| H A D | rich_editor_event_hub.cpp | 548 auto json = JsonUtil::Create(true); in GetDragExtraParams() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
| H A D | textpicker_pattern.cpp | 963 void TextPickerPattern::ToJsonValue(std::unique_ptr<JsonValue>& json, const InspectorFilter& filter) const in ToJsonValue() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/ |
| H A D | refresh_pattern.cpp | 1260 void RefreshPattern::DumpInfo(std::unique_ptr<JsonValue>& json) in DumpInfo() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/ |
| H A D | swiper_indicator_pattern.cpp | 1164 void SwiperIndicatorPattern::DumpAdvanceInfo(std::unique_ptr<JsonValue>& json) in DumpAdvanceInfo() argument
|
| /foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
| H A D | lnn_net_builder.c | 171 cJSON *json = NULL; in SyncElectMessage() local 546 JsonObj *json = JSON_Parse((const char *)msg, len); LnnProcessCompleteNotTrustedMsg() local 786 JsonObj *json = NULL; OnReceiveMasterElectMsg() local 829 cJSON *json = cJSON_Parse((char *)data); LnnUnpackNodeAddr() local [all...] |
| /foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/ |
| H A D | lnn_net_builder_deps_mock.cpp | 195 bool AddStringToJsonObject(cJSON *json, const char * const string, const char *value) in AddStringToJsonObject() argument 200 bool AddNumberToJsonObject(cJSON *json, const char * const string, int32_t num) in AddNumberToJsonObject() argument
|
| /foundation/communication/dsoftbus/core/connection/br/src/ |
| H A D | softbus_conn_br_manager.c | 848 cJSON *json = cJSON_ParseWithLength((const char *)data, dataLen); in ReceivedControlData() local [all...] |
| /foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/mock/ |
| H A D | lnn_data_cloud_sync_mock.cpp | 176 bool AddStringToJsonObject(cJSON *json, const char * const string, const char *value) in AddStringToJsonObject() argument 181 bool AddNumberToJsonObject(cJSON *json, const char * const string, int32_t num) in AddNumberToJsonObject() argument
|
| /test/testfwk/xdevice/plugins/ohos/src/ohos/environment/ |
| H A D | device.py | 18 import json namespace
|
| /test/testfwk/xdevice/src/xdevice/_core/report/ |
| H A D | reporter_helper.py | 18 import json namespace
|
| /third_party/gn/src/gn/ |
| H A D | command_format.cc | 1260 bool FormatJsonToString(const std::string& json, std::string* output) { in FormatJsonToString() argument [all...] |
| /third_party/cJSON/ |
| H A D | cJSON.c | 89 const unsigned char *json; member 3149 CJSON_PUBLIC(void) cJSON_Minify(char *json) in cJSON_Minify() argument [all...] |
| /third_party/node/tools/inspector_protocol/encoding/ |
| H A D | encoding.cc | 1166 namespace json { namespace 2140 ConvertCBORToJSONTmpl(const Platform& platform, span<uint8_t> cbor, C* json) ConvertCBORToJSONTmpl() argument 2150 ConvertCBORToJSON(const Platform& platform, span<uint8_t> cbor, std::vector<uint8_t>* json) ConvertCBORToJSON() argument 2155 ConvertCBORToJSON(const Platform& platform, span<uint8_t> cbor, std::string* json) ConvertCBORToJSON() argument 2162 ConvertJSONToCBORTmpl(const Platform& platform, span<T> json, C* cbor) ConvertJSONToCBORTmpl() argument 2169 ConvertJSONToCBOR(const Platform& platform, span<uint8_t> json, std::string* cbor) ConvertJSONToCBOR() argument 2174 ConvertJSONToCBOR(const Platform& platform, span<uint16_t> json, std::string* cbor) ConvertJSONToCBOR() argument 2179 ConvertJSONToCBOR(const Platform& platform, span<uint8_t> json, std::vector<uint8_t>* cbor) ConvertJSONToCBOR() argument 2184 ConvertJSONToCBOR(const Platform& platform, span<uint16_t> json, std::vector<uint8_t>* cbor) ConvertJSONToCBOR() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
| H A D | frame_capture_utils.cpp | 111 GroupScope(JsonSerializer *json, const std::string &name) : mJson(json) in GroupScope() argument 116 GroupScope(JsonSerializer *json, const std::string &name, int index) : mJson(json) in GroupScope() argument 124 GroupScope(JsonSerializer *json, int index) : GroupScope(json, "", index) {} in GroupScope() argument 132 void SerializeColorF(JsonSerializer *json, const ColorF &color) in SerializeColorF() argument 140 SerializeColorFWithGroup(JsonSerializer *json, const char *groupName, const ColorF &color) SerializeColorFWithGroup() argument 146 SerializeColorI(JsonSerializer *json, const ColorI &color) SerializeColorI() argument 154 SerializeColorUI(JsonSerializer *json, const ColorUI &color) SerializeColorUI() argument 162 SerializeExtents(JsonSerializer *json, const gl::Extents &extents) SerializeExtents() argument 170 SerializeOffsetBindingPointerVector( JsonSerializer *json, const char *groupName, const std::vector<gl::OffsetBindingPointer<ObjectType>> &offsetBindingPointerVector) SerializeOffsetBindingPointerVector() argument 187 SerializeBindingPointerVector( JsonSerializer *json, const std::vector<gl::BindingPointer<ObjectType>> &bindingPointerVector) SerializeBindingPointerVector() argument 206 SerializeRange(JsonSerializer *json, const gl::Range<T> &range) SerializeRange() argument 219 SerializeFormat(JsonSerializer *json, GLenum glFormat) SerializeFormat() argument 225 SerializeInternalFormat(JsonSerializer *json, const gl::InternalFormat *internalFormat) SerializeInternalFormat() argument 230 SerializeANGLEFormat(JsonSerializer *json, const angle::Format *format) SerializeANGLEFormat() argument 235 SerializeGLFormat(JsonSerializer *json, const gl::Format &format) SerializeGLFormat() argument 262 SerializeImageIndex(JsonSerializer *json, const gl::ImageIndex &imageIndex) SerializeImageIndex() argument 271 SerializeFramebufferAttachment(const gl::Context *context, JsonSerializer *json, ScratchBuffer *scratchBuffer, gl::Framebuffer *framebuffer, const gl::FramebufferAttachment &framebufferAttachment, gl::GLenumGroup enumGroup) SerializeFramebufferAttachment() argument 330 SerializeFramebufferState(const gl::Context *context, JsonSerializer *json, ScratchBuffer *scratchBuffer, gl::Framebuffer *framebuffer, const gl::FramebufferState &framebufferState) SerializeFramebufferState() argument 393 SerializeFramebuffer(const gl::Context *context, JsonSerializer *json, ScratchBuffer *scratchBuffer, gl::Framebuffer *framebuffer) SerializeFramebuffer() argument 402 SerializeRasterizerState(JsonSerializer *json, const gl::RasterizerState &rasterizerState) SerializeRasterizerState() argument 417 SerializeRectangle(JsonSerializer *json, const std::string &name, const gl::Rectangle &rectangle) SerializeRectangle() argument 428 SerializeBlendStateExt(JsonSerializer *json, const gl::BlendStateExt &blendStateExt) SerializeBlendStateExt() argument 442 SerializeDepthStencilState(JsonSerializer *json, const gl::DepthStencilState &depthStencilState) SerializeDepthStencilState() argument 464 SerializeVertexAttribCurrentValueData( JsonSerializer *json, const gl::VertexAttribCurrentValueData &vertexAttribCurrentValueData) SerializeVertexAttribCurrentValueData() argument 494 SerializePixelPackState(JsonSerializer *json, const gl::PixelPackState &pixelPackState) SerializePixelPackState() argument 506 SerializePixelUnpackState(JsonSerializer *json, const gl::PixelUnpackState &pixelUnpackState) SerializePixelUnpackState() argument 517 SerializeImageUnit(JsonSerializer *json, const gl::ImageUnit &imageUnit, int imageUnitIndex) SerializeImageUnit() argument 529 SerializeResourceID(JsonSerializer *json, const char *name, const ResourceType *resource) SerializeResourceID() argument 534 SerializeContextState(JsonSerializer *json, const gl::State &state) SerializeContextState() argument 674 SerializeBufferState(JsonSerializer *json, const gl::BufferState &bufferState) SerializeBufferState() argument 686 SerializeBuffer(const gl::Context *context, JsonSerializer *json, ScratchBuffer *scratchBuffer, gl::Buffer *buffer) SerializeBuffer() argument 709 SerializeColorGeneric(JsonSerializer *json, const std::string &name, const ColorGeneric &colorGeneric) SerializeColorGeneric() argument 732 SerializeSamplerState(JsonSerializer *json, const gl::SamplerState &samplerState) SerializeSamplerState() argument 748 SerializeSampler(JsonSerializer *json, gl::Sampler *sampler) SerializeSampler() argument 755 SerializeSwizzleState(JsonSerializer *json, const gl::SwizzleState &swizzleState) SerializeSwizzleState() argument 763 SerializeRenderbufferState(JsonSerializer *json, const gl::RenderbufferState &renderbufferState) SerializeRenderbufferState() argument 774 SerializeRenderbuffer(const gl::Context *context, JsonSerializer *json, ScratchBuffer *scratchBuffer, gl::Renderbuffer *renderbuffer) SerializeRenderbuffer() argument 822 SerializeWorkGroupSize(JsonSerializer *json, const sh::WorkGroupSize &workGroupSize) SerializeWorkGroupSize() argument 830 SerializeShaderVariable(JsonSerializer *json, const sh::ShaderVariable &shaderVariable) SerializeShaderVariable() argument 860 SerializeShaderVariablesVector(JsonSerializer *json, const std::vector<sh::ShaderVariable> &shaderVariables) SerializeShaderVariablesVector() argument 869 SerializeInterfaceBlocksVector(JsonSerializer *json, const std::vector<sh::InterfaceBlock> &interfaceBlocks) SerializeInterfaceBlocksVector() argument 888 SerializeShaderState(JsonSerializer *json, const gl::ShaderState &shaderState) SerializeShaderState() argument 928 SerializeShader(JsonSerializer *json, GLuint id, gl::Shader *shader) SerializeShader() argument 946 SerializeVariableLocationsVector(JsonSerializer *json, const std::string &group_name, const std::vector<gl::VariableLocation> &variableLocations) SerializeVariableLocationsVector() argument 961 SerializeBlockMemberInfo(JsonSerializer *json, const sh::BlockMemberInfo &blockMemberInfo) SerializeBlockMemberInfo() argument 971 SerializeActiveVariable(JsonSerializer *json, const gl::ActiveVariable &activeVariable) SerializeActiveVariable() argument 976 SerializeBufferVariablesVector(JsonSerializer *json, const std::vector<gl::BufferVariable> &bufferVariables) SerializeBufferVariablesVector() argument 990 SerializeProgramAliasedBindings(JsonSerializer *json, const gl::ProgramAliasedBindings &programAliasedBindings) SerializeProgramAliasedBindings() argument 1001 SerializeProgramState(JsonSerializer *json, const gl::ProgramState &programState) SerializeProgramState() argument 1033 SerializeProgramBindings(JsonSerializer *json, const gl::ProgramBindings &programBindings) SerializeProgramBindings() argument 1042 SerializeUniformData(JsonSerializer *json, const gl::Context *context, gl::Program *program, gl::UniformLocation loc, GLenum type, GLint size, void (gl::Program::*getFunc)(const gl::Context *, gl::UniformLocation, T *) const) SerializeUniformData() argument 1057 SerializeProgram(JsonSerializer *json, const gl::Context *context, GLuint id, gl::Program *program) SerializeProgram() argument 1131 SerializeImageDesc(JsonSerializer *json, size_t descIndex, const gl::ImageDesc &imageDesc) SerializeImageDesc() argument 1147 SerializeTextureState(JsonSerializer *json, const gl::TextureState &textureState) SerializeTextureState() argument 1178 SerializeTextureData(JsonSerializer *json, const gl::Context *context, gl::Texture *texture, ScratchBuffer *scratchBuffer) SerializeTextureData() argument 1248 SerializeTexture(const gl::Context *context, JsonSerializer *json, ScratchBuffer *scratchBuffer, gl::Texture *texture) SerializeTexture() argument 1268 SerializeVertexAttributeVector(JsonSerializer *json, const std::vector<gl::VertexAttribute> &vertexAttributes) SerializeVertexAttributeVector() argument 1284 SerializeVertexBindingsVector(JsonSerializer *json, const std::vector<gl::VertexBinding> &vertexBindings) SerializeVertexBindingsVector() argument 1299 SerializeVertexArrayState(JsonSerializer *json, const gl::VertexArrayState &vertexArrayState) SerializeVertexArrayState() argument 1323 SerializeVertexArray(JsonSerializer *json, gl::VertexArray *vertexArray) SerializeVertexArray() argument 1335 JsonSerializer json; SerializeContextToString() local [all...] |
| /third_party/skia/third_party/externals/spirv-cross/ |
| H A D | main.cpp | 1715 auto json = compiler.compile(); in main_inner() local
|
| /third_party/python/Lib/test/test_zoneinfo/ |
| H A D | test_zoneinfo.py | 8 import json namespace
|
| /third_party/vk-gl-cts/external/vulkancts/scripts/ |
| H A D | gen_framework.py | 27 import json namespace
|
| H A D | gen_framework_sc.py | 28 import json namespace
|
| H A D | ohos_gen_framework.py | 29 import json namespace
|