Home
last modified time | relevance | path

Searched defs:root (Results 226 – 250 of 571) sorted by relevance

12345678910>>...23

/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/src/client/
H A Dapp_spawn_client.cpp99 cJSON *root = cJSON_CreateObject(); in SpawnProcess() local
/ohos5.0/base/telephony/telephony_data/common/src/
H A Dparser_util.cpp121 cJSON *root = cJSON_Parse(content); in ParserPdpProfileJson() local
243 cJSON *root = cJSON_Parse(content); in ParserOpKeyJson() local
358 cJSON *root = cJSON_Parse(content); in ParserNumMatchJson() local
451 cJSON *root = cJSON_Parse(content); in ParserEccDataJson() local
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request_calendar.cpp800 nlohmann::json root; in SerializationRRule() local
811 nlohmann::json root; in SerializationExcludeDates() local
829 nlohmann::json root = nlohmann::json::parse(str, nullptr, false); in DeserializationRRule() local
854 nlohmann::json root = nlohmann::json::parse(str, nullptr, false); in DeserializationExcludeDates() local
/aosp14/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuPresenter.java75 public MenuView getMenuView(ViewGroup root); in getMenuView()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/config/
H A Daudio_strategy_router_parser.cpp48 xmlNode *root = xmlDocGetRootElement(doc_); in Parse() local
/aosp14/system/core/init/
H A Dfirmware_handler.cpp65 static void LoadFirmware(const std::string& firmware, const std::string& root, int fw_fd, in LoadFirmware()
233 void FirmwareHandler::ProcessFirmwareEvent(const std::string& root, in ProcessFirmwareEvent()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_installer.cpp528 cJSON *root = BundleUtil::GetJsonStream(THIRD_SYSTEM_BUNDLE_JSON); in CheckIsThirdSystemBundle() local
565 cJSON *root = BundleUtil::GetJsonStream(path); in RecordThirdSystemBundle() local
608 cJSON *root = cJSON_CreateObject(); in InitThirdSystemBundleRecord() local
H A Dgt_bundle_installer.cpp642 cJSON *root = BundleUtil::GetJsonStream(THIRD_SYSTEM_BUNDLE_JSON); in CheckIsThirdSystemBundle() local
675 cJSON *root = BundleUtil::GetJsonStream(path); in RecordThirdSystemBundle() local
707 cJSON *root = cJSON_CreateObject(); in InitThirdSystemBundleRecord() local
/ohos5.0/base/startup/init/services/modules/bootevent/
H A Dbootevent.c180 static int AddItemToJson(cJSON *root, const char *name, double startTime, int pid, double durTime) in AddItemToJson()
194 static int BootEventTraversal(ListNode *node, void *root) in BootEventTraversal()
252 cJSON *root = cJSON_CreateArray(); in SaveServiceBootEvent() local
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DRunningTasks.java59 WindowContainer<?> root, int callingUid, ArraySet<Integer> profileIds) { in getTasks()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_object_hierarchy_observer.h111 void SetTarget(const IObject::Ptr& root) in SetTarget()
/ohos5.0/base/powermgr/power_manager/utils/vibrator/src/
H A Dvibrator_source_parser.cpp75 Json::Value root; in ParseSources() local
/aosp14/frameworks/base/tools/aapt2/io/
H A DFileSystem.cpp70 std::unique_ptr<FileCollection> FileCollection::Create(android::StringPiece root, in Create()
/ohos5.0/base/customization/enterprise_device_management/test/unittest/interface/plugin_kits/
H A Dpolicy_serializer_test.cpp413 Json::Value root; variable
435 Json::Value root; variable
/aosp14/frameworks/base/core/java/android/view/
H A DLayoutInflater.java484 public View inflate(@LayoutRes int resource, @Nullable ViewGroup root) { in inflate()
504 public View inflate(XmlPullParser parser, @Nullable ViewGroup root) { in inflate()
525 public View inflate(@LayoutRes int resource, @Nullable ViewGroup root, boolean attachToRoot) { in inflate()
545 View tryInflatePrecompiled(@LayoutRes int resource, Resources res, @Nullable ViewGroup root, in tryInflatePrecompiled()
633 public View inflate(XmlPullParser parser, @Nullable ViewGroup root, boolean attachToRoot) { in inflate()
/ohos5.0/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
/ohos5.0/drivers/peripheral/vibrator/chipset/drv2605l/
H A Dvibrator_drv2605l_driver.h52 const struct DeviceResourceNode *root; member
/ohos5.0/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_scheduler.cpp115 auto root = std::make_unique<SCPUEUTask>( variable
/ohos5.0/base/hiviewdfx/hiview/plugins/privacy_controller/config/
H A Darea_policy.cpp39 auto root = CJsonUtil::ParseJsonRoot(configPath); in Parse() local
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
H A Dhdf_device_info_hcs.py22 def __init__(self, root, vendor, module, board, driver, path): argument
H A Dhdf_defconfig_patch.py19 def __init__(self, root, vendor, kernel, argument
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/base/
H A Defilter_factory.cpp76 std::shared_ptr<EFilter> EFilterFactory::Restore(const std::string &name, const EffectJsonPtr &root in Restore()
/ohos5.0/base/powermgr/power_manager/services/native/src/wakeup_action/
H A Dwakeup_action_source_parser.cpp83 Json::Value root; in ParseSources() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/fragments/
H A DFragmentService.java94 View root = view.getRootView(); in getFragmentHostManager() local
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/inspector/
H A Djs_inspector_manager.cpp210 auto root = JsonUtil::ParseJsonString(jsCode); in OperateComponent() local
299 …tr<Component> JsInspectorManager::GetNewComponentWithJsCode(const std::unique_ptr<JsonValue>& root) in GetNewComponentWithJsCode()
327 …r<NG::UINode> JsInspectorManager::GetNewFrameNodeWithJsCode(const std::unique_ptr<JsonValue>& root) in GetNewFrameNodeWithJsCode()

12345678910>>...23