Home
last modified time | relevance | path

Searched defs:root (Results 401 - 425 of 1131) sorted by relevance

1...<<11121314151617181920>>...46

/base/update/updater/services/updater_binary/
H A Dupdate_partitions.cpp95 cJSON* root = cJSON_Parse(partitionInfo.c_str()); in ParsePartitionInfo() local
/base/update/updateservice/services/firmware/check/include/
H A Dfirmware_icheck.h110 nlohmann::json root = nlohmann::json::parse(response.content, nullptr, false); in DoAction() local
/base/update/updateservice/services/engine/src/
H A Dupdate_notify.cpp73 cJSON *root = cJSON_CreateObject(); in ConnectToAppService() local
/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dwidget_json_test.cpp176 nlohmann::json root = widgetCommand; in HWTEST_F() local
206 nlohmann::json root = widgetCommand; in HWTEST_F() local
245 nlohmann::json root = widgetCmdParameters; in HWTEST_F() local
274 nlohmann::json root = widgetCmdParameters; in HWTEST_F() local
293 nlohmann::json root = widgetNotice; in HWTEST_F() local
302 auto root = nlohmann::json::parse("", nullptr, false); HWTEST_F() local
310 auto root = nlohmann::json::parse(data, nullptr, false); HWTEST_F() local
318 auto root = nlohmann::json::parse(data, nullptr, false); HWTEST_F() local
327 auto root = nlohmann::json::parse("{\\"payload\\":123}", nullptr, false); HWTEST_F() local
334 auto root = nlohmann::json::parse("{\\"payload\\":{\\"type\\":123}}", nullptr, false); HWTEST_F() local
341 auto root = nlohmann::json::parse("{\\"payload\\":{\\"type\\":[\\"pin\\", 123]}}", nullptr, false); HWTEST_F() local
348 auto root = nlohmann::json::parse("{\\"payload\\":{\\"type\\":[\\"pin\\"]}}", nullptr, false); HWTEST_F() local
356 auto root = nlohmann::json::parse("{\\"payload\\":{\\"endAfterFirstFail\\":123}}", nullptr, false); HWTEST_F() local
363 auto root = nlohmann::json::parse("{\\"payload\\":{\\"endAfterFirstFail\\":true}}", nullptr, false); HWTEST_F() local
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_internal.h204 drm_debugfs_init(struct drm_minor *minor, int minor_id, struct dentry *root) drm_debugfs_init() argument
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/
H A Ddrm_internal.h204 drm_debugfs_init(struct drm_minor *minor, int minor_id, struct dentry *root) drm_debugfs_init() argument
/foundation/arkui/ace_engine/frameworks/core/components/dialog_modal/
H A Ddialog_modal_element.cpp239 auto root = AceType::DynamicCast<RenderRoot>(rootElement->GetRenderNode()); in AnimateToEnterApp() local
270 auto root = AceType::DynamicCast<RenderRoot>(rootElement->GetRenderNode()); in AnimateToExitApp() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dform_render_window.cpp136 void FormRenderWindow::SetRootFrameNode(const RefPtr<NG::FrameNode>& root) in SetRootFrameNode() argument
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_short_key_dialog.cpp228 nlohmann::json root; in BuildStartCommand() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/mock/
H A Dmock_rosen_window.cpp38 void RosenWindow::SetRootFrameNode(const RefPtr<NG::FrameNode>& root) {} in SetRootFrameNode() argument
/foundation/multimedia/audio_framework/services/audio_service/server/src/config/
H A Daudio_param_parser.cpp65 xmlNode *root = xmlDocGetRootElement(doc); in LoadConfiguration() local
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/config/
H A Daudio_usage_strategy_parser.cpp41 xmlNode *root = xmlDocGetRootElement(doc_); in Parse() local
/foundation/graphic/graphic_3d/lume/metaobject/src/engine/
H A Dengine_value_manager.cpp166 auto root = path.substr(0, path.find_first_of('.')); in ConstructValueImpl() local
184 auto root = path.substr(0, path.find_first_of('.')); in ConstructValueImpl() local
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_object_hierarchy_observer.h111 void SetTarget(const IObject::Ptr& root) in SetTarget() argument
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dhierarchy_controller.cpp115 void IterateHierarchy(const IObject::Ptr& root, bool reverse, Callback&& callback) in IterateHierarchy() argument
138 void NodeHierarchyController::AttachHierarchy(const IObject::Ptr& root) in AttachHierarchy() argument
158 DetachHierarchy(const IObject::Ptr& root) DetachHierarchy() argument
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/backend/
H A Djson_input.cpp178 json::value root; in ImportRootObject() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rsuisurface_fuzzer/
H A Drsuisurface_fuzzer.cpp93 NodeId root = GetData<NodeId>(); in RSUIDirectorFuzzTest() local
/foundation/multimedia/image_framework/plugins/manager/src/framework/
H A Dplugin_mgr.cpp140 json root = nlohmann::json::parse(metadata, nullptr, false); // no callback, no exceptions in CheckPluginMetaFile() local
233 json root = nlohmann::json::parse(metadataJson, nullptr, false); // no callback, no exceptions in RegisterPlugin() local
/foundation/multimedia/player_framework/services/utils/
H A Dxml_parse.cpp42 xmlNode *root = xmlDocGetRootElement(mDoc_); in Parse() local
/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_scheduler.cpp116 auto root = std::make_unique<SCPUEUTask>( in HWTEST_F() local
/foundation/resourceschedule/work_scheduler/frameworks/test/unittest/src/
H A Dworkinfo_test.cpp348 Json::Value root; in HWTEST_F() local
404 Json::Value root; HWTEST_F() local
461 Json::Value root; HWTEST_F() local
488 Json::Value root; HWTEST_F() local
[all...]
/foundation/resourceschedule/qos_manager/services/src/
H A Dconcurrent_task_service_stub.cpp149 Json::Value root; in StringToJson() local
/foundation/communication/netmanager_base/utils/common_utils/include/
H A Dsuffix_match_trie.h173 void FreeTrie(TrieNode *root) in FreeTrie() argument
/foundation/communication/netstack/frameworks/js/napi/http/cache/lru_cache/src/
H A Dlru_cache.cpp144 cJSON* root = cJSON_CreateObject(); in WriteCacheToJsonValue() local
163 void LRUCache::ReadCacheFromJsonValue(const cJSON* root) in ReadCacheFromJsonValue() argument
/foundation/communication/wifi/wifi/base/utils/
H A Dxml_parser.cpp64 xmlNodePtr root = xmlDocGetRootElement(mDoc_); in Parse() local

Completed in 12 milliseconds

1...<<11121314151617181920>>...46