| /third_party/rust/crates/nom/examples/ |
| H A D | json.rs | 173 fn root<'a, E: ParseError<&'a str> + ContextError<&'a str>>( in json_value() functions [all...] |
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| H A D | es2fAttribLocationTests.cpp | 61 TestCaseGroup* const root = new TestCaseGroup (context, "attribute_location", "Attribute location tests"); in createAttributeLocationTests() local
|
| /base/inputmethod/imf/services/json/src/ |
| H A D | serializable.cpp | 22 auto root = cJSON_Parse(content.c_str()); in Unmarshall() local 34 cJSON *root = cJSON_CreateObject(); in Marshall() local [all...] |
| /base/hiviewdfx/hiview/base/event_report/event/ |
| H A D | logger_event.cpp | 28 void AddUint8Value(Json::Value &root, const std::string &name, const ParamValue& value)
in AddUint8Value() argument 33 void AddUint16Value(Json::Value &root, const std::string &name, const ParamValue& value)
in AddUint16Value() argument 38 void AddUint32Value(Json::Value &root, const std::string &name, const ParamValue& value)
in AddUint32Value() argument 43 void AddUint64Value(Json::Value &root, const std::string &name, const ParamValue& value)
in AddUint64Value() argument 48 void AddStringValue(Json::Value &root, cons argument 53 AddUint32VecValue(Json::Value &root, const std::string &name, const ParamValue& value) AddUint32VecValue() argument 61 AddStringVecValue(Json::Value &root, const std::string &name, const ParamValue& value) AddStringVecValue() argument 87 Json::Value root; ToJsonString() local [all...] |
| /base/customization/enterprise_device_management/interfaces/inner_api/plugin_kits/src/utils/ |
| H A D | map_string_serializer.cpp | 26 Json::Value root; in Deserialize() local 59 Json::Value root; Serialize() local [all...] |
| /base/customization/enterprise_device_management/services/edm_plugin/src/utils/ |
| H A D | password_policy_serializer.cpp | 32 cJSON* root = cJSON_Parse(jsonString.c_str()); in Deserialize() local 54 cJSON* root = nullptr; in Serialize() local [all...] |
| H A D | clipboard_policy_serializer.cpp | 26 cJSON* root = cJSON_Parse(data.c_str()); in Deserialize() local 53 cJSON* root = nullptr; in Serialize() local [all...] |
| /base/notification/distributed_notification_service/services/ans/src/common/ |
| H A D | notification_config_parse.cpp | 73 nlohmann::json root; in GetCurrentSlotReminder() local
|
| /base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/include/ |
| H A D | rbtree.h | 47 struct RbTreeNode *root; member
|
| /base/sensors/sensor/vibration_convert/core/native/src/ |
| H A D | generate_vibration_json_file.cpp | 40 Json::Value root; in GenerateJsonFile() local
|
| /base/startup/init/services/init/ |
| H A D | init_config.c | 39 static void ParseInitCfgContents(const char *cfgName, const cJSON *root)
in ParseInitCfgContents() argument 69 static void ParseAllImports(const cJSON *root)
in ParseAllImports() argument
|
| /base/startup/appspawn/service/devicedebug/kill/src/ |
| H A D | devicedebug_kill.c | 44 cJSON *root = cJSON_CreateObject(); in DeviceDebugJsonStringGeneral() local
|
| /base/update/updater/utils/json/ |
| H A D | json_node.cpp | 57 cJSON *root = cJSON_Parse(content.c_str()); in JsonNode() local 67 JsonNode::JsonNode(const cJSON *root, bool needDelete) in JsonNode() argument 78 Init(const cJSON *root, bool needDelete) Init() argument 89 Parse(const cJSON *root) Parse() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/root/ |
| H A D | root_element.cpp | 28 const RefPtr<RootComponent> root = AceType::DynamicCast<RootComponent>(component_); in PerformBuild() local
|
| /foundation/arkui/ace_engine/adapter/preview/external/ability/stage/ |
| H A D | stage_app_info.cpp | 19 void StageAppInfo::Parse(const std::unique_ptr<JsonValue>& root) in Parse() argument [all...] |
| /foundation/multimedia/audio_framework/services/audio_policy/server/src/service/config/ |
| H A D | audio_affinity_parser.cpp | 50 xmlNode *root = xmlDocGetRootElement(mDoc_); in Parse() local
|
| H A D | audio_concurrency_parser.cpp | 25 xmlNode *root = xmlDocGetRootElement(doc_); in LoadConfig() local
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/serializable/ |
| H A D | serializable.cpp | 21 json root; in Marshall() local
|
| /foundation/distributeddatamgr/relational_store/frameworks/native/appdatafwk/src/ |
| H A D | serializable.cpp | 20 json root; in Marshall() local
|
| /foundation/filemanagement/app_file_service/utils/src/b_tarball/ |
| H A D | b_tarball_cmdline.cpp | 60 void BTarballCmdline::Tar(string_view root, vector<string_view> includes, vector<string_view> excludes) in Tar() argument 100 void BTarballCmdline::Untar(string_view root) in Untar() argument
|
| /foundation/filemanagement/app_file_service/tests/unittests/backup_ext/ |
| H A D | tar_file_test.cpp | 112 string root = tm.GetRootDirCurTest(); in HWTEST_F() local 138 string root = tm.GetRootDirCurTest(); in HWTEST_F() local 177 string root = tm.GetRootDirCurTest(); in HWTEST_F() local 247 string root = tm.GetRootDirCurTest(); in HWTEST_F() local 292 string root = tm.GetRootDirCurTest(); HWTEST_F() local 338 string root = tm.GetRootDirCurTest(); HWTEST_F() local [all...] |
| /foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
| H A D | rb_tree.c | 22 static void FillpRbRotateLeft(struct RbNode *x, struct RbRoot *root) in FillpRbRotateLeft() argument 53 static void FillpRbRotateRight(struct RbNode *x, struct RbRoot *root) in FillpRbRotateRight() argument 83 static struct RbNode *EqualRight(struct RbNode *x, struct RbRoot *root) in EqualRight() argument 93 static struct RbNode *EqualLeft(struct RbNode *x, struct RbRoot *root) in EqualLeft() argument 103 void FillpRbInsertColor(struct RbNode *x, struct RbRoot *root) in FillpRbInsertColor() argument 149 FillpRbEraseColorAtLeft(struct RbNode **x, struct RbNode **parent, struct RbRoot *root) FillpRbEraseColorAtLeft() argument 184 FillpRbEraseColorAtRight(struct RbNode **x, struct RbNode **parent, struct RbRoot *root) FillpRbEraseColorAtRight() argument 219 FillpRbEraseColor(struct RbNode *x, struct RbNode *parent, struct RbRoot *root) FillpRbEraseColor() argument 249 FillpRbEraseLowlvlNode(struct RbNode *node, struct RbRoot *root) FillpRbEraseLowlvlNode() argument 301 FillpRbErase(struct RbNode *node, struct RbRoot *root) FillpRbErase() argument [all...] |
| /foundation/window/window_manager/wmserver/include/ |
| H A D | window_controller.h | 36 WindowController(sptr<WindowRoot>& root, sptr<InputWindowMonitor> inputWindowMonitor) : windowRoot_(root), in WindowController() argument
|
| /foundation/window/window_manager/wmserver/test/unittest/ |
| H A D | window_snapshot_test.cpp | 59 sptr<WindowRoot> root = nullptr;
in HWTEST_F() local 73 sptr<WindowRoot> root = nullptr;
in HWTEST_F() local 92 sptr<WindowRoot> root = nullptr;
in HWTEST_F() local 111 sptr<WindowRoot> root = new WindowRoot([](Event event, const sptr<IRemoteObject>& remoteObject) {});
in HWTEST_F() local
|
| /third_party/glslang/SPIRV/ |
| H A D | InReadableOrder.cpp | 128 void spv::inReadableOrder(Block* root, std::function<void(Block*, spv::ReachReason, Block*)> callback) in inReadableOrder() argument
|