/base/powermgr/display_manager/brightness_manager/src/ |
H A D | calculation_config_parser.cpp | 35 const Json::Value root = ConfigParserBase::Get().LoadConfigRoot(displayId, CONFIG_NAME);
in ParseConfig() local
|
H A D | brightness_config_parser.cpp | 35 const Json::Value root = ConfigParserBase::Get().LoadConfigRoot(0, CONFIG_NAME);
in ParseConfig() local
|
H A D | lux_threshold_config_parser.cpp | 73 const Json::Value root = ConfigParserBase::Get().LoadConfigRoot(displayId, CONFIG_NAME);
in ParseConfig() local
|
H A D | lux_filter_config_parser.cpp | 41 const Json::Value root = ConfigParserBase::Get().LoadConfigRoot(displayId, CONFIG_NAME);
in ParseConfig() local
|
/base/security/device_security_level/oem_property/include/ |
H A D | dslm_credential_utils.h | 35 PublicKey root; member
|
/base/update/updater/services/ui/view/layout/ |
H A D | auto_layout.cpp | 40 void AutoLayout::SetJsonLocation(JsonNode &root) in SetJsonLocation() argument
|
/base/update/updateservice/services/core/ability/adapter/src/ |
H A D | config_parse.cpp | 61 nlohmann::json root = nlohmann::json::parse(rawJson, nullptr, false); in LoadConfigInfo() local
|
/base/customization/enterprise_device_management/services/edm_plugin/src/utils/ |
H A D | fingerprint_policy_serializer.cpp | 26 cJSON* root = cJSON_Parse(data.c_str()); in Deserialize() local 55 cJSON* root = nullptr; in Serialize() local [all...] |
H A D | password_policy_serializer.cpp | 32 cJSON* root = cJSON_Parse(jsonString.c_str()); in Deserialize() local 54 cJSON* root = nullptr; in Serialize() local [all...] |
H A D | clipboard_policy_serializer.cpp | 26 cJSON* root = cJSON_Parse(data.c_str()); in Deserialize() local 53 cJSON* root = nullptr; in Serialize() local [all...] |
/base/customization/enterprise_device_management/test/unittest/interface/plugin_kits/utils/ |
H A D | cjson_serializer_test.cpp | 47 cJSON* root = cJSON_Parse(TEST_POLICY_DATA.c_str()); in HWTEST_F() local
|
/base/notification/distributed_notification_service/services/ans/src/common/ |
H A D | file_utils.cpp | 62 bool FileUtils::GetJsonFromFile(const char *path, nlohmann::json &root) in GetJsonFromFile() argument
|
H A D | notification_config_parse.cpp | 73 nlohmann::json root; in GetCurrentSlotReminder() local
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | system_dialog_connect_stb.cpp | 52 nlohmann::json root = nlohmann::json::parse(commandStr_); in OnAbilityConnectDone() local
|
H A D | notification_trust_list.cpp | 31 nlohmann::json root; in GetCcmPrivilegesConfig() local
|
/base/notification/distributed_notification_service/services/ans/src/notification_smart_reminder/ |
H A D | reminder_affected.cpp | 23 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 D | schedule_config.cpp | 30 nlohmann::json root = in InitConfig() local 52 uint64_t ScheduleConfig::ParseConfig(nlohmann::json &root, const std::string &key, uint64_t defaultValue) in ParseConfig() argument
|
/base/update/updater/test/unittest/flashd_test/ |
H A D | flashd_utils_unittest.cpp | 68 std::string root = GetPathRoot(path); in HWTEST_F() local
|
/base/inputmethod/imf/services/json/src/ |
H A D | serializable.cpp | 22 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 D | logger_event.cpp | 28 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 D | map_string_serializer.cpp | 26 Json::Value root; in Deserialize() local 59 Json::Value root; Serialize() local [all...] |
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/include/ |
H A D | rbtree.h | 47 struct RbTreeNode *root; member
|
/base/sensors/sensor/vibration_convert/core/native/src/ |
H A D | generate_vibration_json_file.cpp | 40 Json::Value root; in GenerateJsonFile() local
|
/base/startup/init/services/init/ |
H A D | init_config.c | 39 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 D | devicedebug_kill.c | 44 cJSON *root = cJSON_CreateObject(); in DeviceDebugJsonStringGeneral() local
|