Home
last modified time | relevance | path

Searched defs:root (Results 201 - 225 of 1131) sorted by relevance

12345678910>>...46

/third_party/rust/crates/nom/examples/
H A Djson.rs173 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 Des2fAttribLocationTests.cpp61 TestCaseGroup* const root = new TestCaseGroup (context, "attribute_location", "Attribute location tests"); in createAttributeLocationTests() local
/base/inputmethod/imf/services/json/src/
H A Dserializable.cpp22 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 Dlogger_event.cpp28 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 Dmap_string_serializer.cpp26 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 Dpassword_policy_serializer.cpp32 cJSON* root = cJSON_Parse(jsonString.c_str()); in Deserialize() local
54 cJSON* root = nullptr; in Serialize() local
[all...]
H A Dclipboard_policy_serializer.cpp26 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 Dnotification_config_parse.cpp73 nlohmann::json root; in GetCurrentSlotReminder() local
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/include/
H A Drbtree.h47 struct RbTreeNode *root; member
/base/sensors/sensor/vibration_convert/core/native/src/
H A Dgenerate_vibration_json_file.cpp40 Json::Value root; in GenerateJsonFile() local
/base/startup/init/services/init/
H A Dinit_config.c39 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 Ddevicedebug_kill.c44 cJSON *root = cJSON_CreateObject(); in DeviceDebugJsonStringGeneral() local
/base/update/updater/utils/json/
H A Djson_node.cpp57 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 Droot_element.cpp28 const RefPtr<RootComponent> root = AceType::DynamicCast<RootComponent>(component_); in PerformBuild() local
/foundation/arkui/ace_engine/adapter/preview/external/ability/stage/
H A Dstage_app_info.cpp19 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 Daudio_affinity_parser.cpp50 xmlNode *root = xmlDocGetRootElement(mDoc_); in Parse() local
H A Daudio_concurrency_parser.cpp25 xmlNode *root = xmlDocGetRootElement(doc_); in LoadConfig() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/serializable/
H A Dserializable.cpp21 json root; in Marshall() local
/foundation/distributeddatamgr/relational_store/frameworks/native/appdatafwk/src/
H A Dserializable.cpp20 json root; in Marshall() local
/foundation/filemanagement/app_file_service/utils/src/b_tarball/
H A Db_tarball_cmdline.cpp60 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 Dtar_file_test.cpp112 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 Drb_tree.c22 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 Dwindow_controller.h36 WindowController(sptr<WindowRoot>& root, sptr<InputWindowMonitor> inputWindowMonitor) : windowRoot_(root), in WindowController() argument
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_snapshot_test.cpp59 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 DInReadableOrder.cpp128 void spv::inReadableOrder(Block* root, std::function<void(Block*, spv::ReachReason, Block*)> callback) in inReadableOrder() argument

Completed in 10 milliseconds

12345678910>>...46