Home
last modified time | relevance | path

Searched defs:root (Results 126 - 150 of 1802) sorted by relevance

12345678910>>...73

/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
/kernel/linux/linux-5.10/drivers/block/drbd/
H A Ddrbd_interval.c25 drbd_insert_interval(struct rb_root *root, struct drbd_interval *this) in drbd_insert_interval() argument
68 drbd_contains_interval(struct rb_root *root, sector_t sector, in drbd_contains_interval() argument
95 drbd_remove_interval(struct rb_root *root, struct drbd_interval *this) in drbd_remove_interval() argument
112 drbd_find_overlap(struct rb_root *root, sector_t sector, unsigned int size) in drbd_find_overlap() argument
/kernel/linux/linux-5.10/drivers/cpuidle/
H A Dcpuidle-big_little.c166 struct device_node *root = of_find_node_by_path("/"); in bl_idle_init() local
/kernel/linux/linux-5.10/arch/powerpc/platforms/85xx/
H A Dxes_mpc85xx.c116 struct device_node *root; in xes_mpc85xx_setup_arch() local
/kernel/linux/linux-6.6/arch/mips/pic32/pic32mzda/
H A Dinit.c92 struct device_node *root, *np; in pic32_of_prepare_platform_data() local
/kernel/linux/linux-6.6/arch/s390/hypfs/
H A Dhypfs_vm_fs.c86 int hypfs_vm_create_files(struct dentry *root) in hypfs_vm_create_files() argument
/kernel/linux/linux-5.10/drivers/mmc/core/
H A Ddebugfs.c227 struct dentry *root; in mmc_add_host_debugfs() local
255 struct dentry *root; in mmc_add_card_debugfs() local
[all...]

Completed in 10 milliseconds

12345678910>>...73