Home
last modified time | relevance | path

Searched defs:root (Results 1 - 25 of 336) sorted by relevance

12345678910>>...14

/foundation/arkui/ace_engine/adapter/preview/external/ability/fa/
H A Dfa_hap_module_info.cpp19 void FaHapModuleInfo::Parse(const std::unique_ptr<JsonValue>& root) in Parse() argument
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/effect_kit/src/
H A Deffect_kit_napi_utils.cpp21 napi_valuetype EffectKitNapiUtils::GetType(napi_env env, napi_value root) in GetType() argument
/foundation/window/window_manager/wmserver/include/
H A Dinput_window_monitor.h30 explicit InputWindowMonitor(sptr<WindowRoot>& root) : windowRoot_(root) {} in InputWindowMonitor() argument
H A Dwindow_dumper.h32 explicit WindowDumper(const sptr<WindowRoot>& root) : windowRoot_(root) {} in WindowDumper() argument
H A Daccessibility_connection.h31 explicit AccessibilityConnection(sptr<WindowRoot>& root) : windowRoot_(root) {} in AccessibilityConnection() argument
/base/powermgr/display_manager/brightness_manager/src/
H A Dcalculation_config_parser.cpp35 const Json::Value root = ConfigParserBase::Get().LoadConfigRoot(displayId, CONFIG_NAME); in ParseConfig() local
H A Dbrightness_config_parser.cpp35 const Json::Value root = ConfigParserBase::Get().LoadConfigRoot(0, CONFIG_NAME); in ParseConfig() local
H A Dlux_threshold_config_parser.cpp73 const Json::Value root = ConfigParserBase::Get().LoadConfigRoot(displayId, CONFIG_NAME); in ParseConfig() local
H A Dlux_filter_config_parser.cpp41 const Json::Value root = ConfigParserBase::Get().LoadConfigRoot(displayId, CONFIG_NAME); in ParseConfig() local
/base/security/device_security_level/oem_property/include/
H A Ddslm_credential_utils.h35 PublicKey root; member
/base/update/updater/services/ui/view/layout/
H A Dauto_layout.cpp40 void AutoLayout::SetJsonLocation(JsonNode &root) in SetJsonLocation() argument
/base/update/updateservice/services/core/ability/adapter/src/
H A Dconfig_parse.cpp61 nlohmann::json root = nlohmann::json::parse(rawJson, nullptr, false); in LoadConfigInfo() local
/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_defs.h48 auto root = svgContext->GetSvgRoot(); variable
/foundation/arkui/ace_engine/frameworks/bridge/common/manifest/
H A Dmanifest_widget.cpp30 void ManifestWidgetGroup::WidgetParse(const std::unique_ptr<JsonValue>& root) in WidgetParse() argument
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/container/
H A Dobject_hierarchy_observer.h37 auto& Target(const IObject::Ptr& root) in Target() argument
42 auto& Target(const IObject::Ptr& root, HierarchyChangeModeValue mode) in Target() argument
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/ui_effect/src/
H A Dui_effect_napi_utils.cpp25 napi_valuetype UIEffectNapiUtils::getType(napi_env env, napi_value root) in getType() argument
/foundation/filemanagement/app_file_service/tests/mock/b_tarball/
H A Db_tarball_cmdline_mock.cpp29 void BTarballCmdline::Tar(string_view root, vector<string_view> includes, vector<string_view> excludes) in Tar() argument
34 void BTarballCmdline::Untar(string_view root) in Untar() argument
/foundation/window/window_manager/wmserver/include/window_snapshot/
H A Dsnapshot_controller.h34 SnapshotController(sptr<WindowRoot>& root, std::shared_ptr<AppExecFwk::EventHandler>& handler) in SnapshotController() argument
/base/customization/enterprise_device_management/services/edm_plugin/src/utils/
H A Dfingerprint_policy_serializer.cpp26 cJSON* root = cJSON_Parse(data.c_str()); in Deserialize() local
55 cJSON* root = nullptr; in Serialize() local
[all...]
/base/customization/enterprise_device_management/test/unittest/interface/plugin_kits/utils/
H A Dcjson_serializer_test.cpp47 cJSON* root = cJSON_Parse(TEST_POLICY_DATA.c_str()); in HWTEST_F() local
/base/notification/distributed_notification_service/services/ans/src/common/
H A Dfile_utils.cpp62 bool FileUtils::GetJsonFromFile(const char *path, nlohmann::json &root) in GetJsonFromFile() argument
/base/notification/distributed_notification_service/services/ans/src/
H A Dsystem_dialog_connect_stb.cpp52 nlohmann::json root = nlohmann::json::parse(commandStr_); in OnAbilityConnectDone() local
H A Dnotification_trust_list.cpp31 nlohmann::json root; in GetCcmPrivilegesConfig() local
/base/notification/distributed_notification_service/services/ans/src/notification_smart_reminder/
H A Dreminder_affected.cpp23 bool ReminderAffected::FromJson(const nlohmann::json &root) in FromJson() argument
42 ValidAndGetAffectedBy( const nlohmann::json &root, std::vector<std::pair<std::string, std::string>> &affectedBy) ValidAndGetAffectedBy() argument
76 ValidStatus(const nlohmann::json &root, std::string &status) ValidStatus() argument
[all...]
/base/update/updateservice/services/startup/manage/src/
H A Dschedule_config.cpp30 nlohmann::json root = in InitConfig() local
52 uint64_t ScheduleConfig::ParseConfig(nlohmann::json &root, const std::string &key, uint64_t defaultValue) in ParseConfig() argument

Completed in 6 milliseconds

12345678910>>...14