Home
last modified time | relevance | path

Searched defs:def (Results 1 - 22 of 22) sorted by relevance

/base/startup/init/test/fuzztest/getparametercpp_fuzzer/
H A Dgetparametercpp_fuzzer.cpp24 const std::string def = ""; in FuzzGetParameter() local
/base/powermgr/power_manager/utils/param/src/
H A Dsysparam.cpp39 int32_t SysParam::GetIntValue(const std::string& key, int32_t def) in GetIntValue() argument
[all...]
/base/startup/appspawn/util/include/
H A Djson_utils.h44 __attribute__((always_inline)) inline bool GetBoolValueFromJsonObj(const cJSON *json, const char *key, bool def) in GetBoolValueFromJsonObj() argument
55 __attribute__((always_inline)) inline uint32_t GetIntValueFromJsonObj(const cJSON *json, const char *key, uint32_t def) in GetIntValueFromJsonObj() argument
/base/update/updateservice/services/core/ability/adapter/src/
H A Ddevice_adapter.cpp43 std::string DeviceAdapter::GetParameter(const std::string &key, const std::string &def) in GetParameter() argument
/base/startup/init/interfaces/kits/cj/src_enhance/
H A Dsystem_parameter_ffi.cpp64 RetDataCString FfiOHOSSysTemParameterGet(const char* key, const char* def) in FfiOHOSSysTemParameterGet() argument
/base/powermgr/power_manager/test/unittest/src/interface_test/
H A Dpower_mgr_util_test.cpp339 int32_t def = 0; in HWTEST_F() local
/base/security/asset/services/db_operator/src/test/
H A Dtest_database.rs62 let mut def = DbMap::from(DB_DATA); in open_db_and_insert_data() variables
138 let mut def = DbMap::from(DB_DATA); in insert_data_with_different_alias() variables
212 let mut def = DbMap::from(DB_DATA); in query_ordered_data() variables
276 let mut def = DbMap::from(DB_DATA); backup_and_restore() variables
288 let mut def = DbMap::from(DB_DATA); insert_duplicated_data() variables
[all...]
/base/startup/init/interfaces/innerkits/syspara/
H A Dparam_wrapper.cpp68 std::string GetParameter(const std::string& key, const std::string& def) in GetParameter() argument
85 bool GetBoolParameter(const std::string& key, bool def) in GetBoolParameter() argument
103 int GetStringParameter(const std::string &key, std::string &value, const std::string def) in GetStringParameter() argument
123 T GetIntParameter(const std::string& key, T def, T min, T max) in GetIntParameter() argument
142 GetUintParameter(const std::string& key, T def, T max) GetUintParameter() argument
180 GetIntParameter(const std::string &key, int def) GetIntParameter() argument
[all...]
H A Dparam_comm.c69 INIT_LOCAL_API int GetParameter_(const char *key, const char *def, char *value, uint32_t len) in GetParameter_() argument
H A Dparameter.c83 int GetParameter(const char *key, const char *def, char *value, uint32_t len) in GetParameter() argument
333 int32_t GetIntParameter(const char *key, int32_t def) in GetIntParameter() argument
352 uint32_t GetUintParameter(const char *key, uint32_t def) in GetUintParameter() argument
[all...]
/base/security/access_token/services/accesstokenmanager/main/cpp/src/permission/
H A Dpermission_definition_cache.cpp195 PermissionDef def; in RestorePermDefInfo() local
H A Dpermission_policy_set.cpp590 void PermissionPolicySet::PermDefToString(const PermissionDef& def, std::string& info) const in PermDefToString() argument
[all...]
/base/startup/appspawn/test/mock/
H A Dapp_spawn_stub.cpp54 bool GetIntParameter(const std::string &key, bool def, bool arg1 = false, bool arg2 = false) in GetIntParameter() argument
59 bool GetBoolParameter(const std::string &key, bool def) in GetBoolParameter() argument
121 int GetParameter(const char *key, const char *def, char *value, uint32_t len) in GetParameter() argument
/base/security/access_token/interfaces/innerkits/accesstoken/test/unittest/accesstoken_mock_test/
H A Daccesstoken_kit_test.cpp251 PermissionDef def; in HWTEST_F() local
/base/startup/appspawn/interfaces/innerkits/client/
H A Dappspawn_client.c41 static uint32_t GetDefaultTimeout(uint32_t def) in GetDefaultTimeout() argument
/base/startup/init/test/moduletest/
H A Dsyspara_moduleTest.cpp90 static void GetParameterTestReInt(const char *key, const char *def, char *value, uint32_t len) in GetParameterTestReInt() argument
97 static void GetParameterTestFuncReStr(string key, string def) in GetParameterTestFuncReStr() argument
/base/startup/init/simulator/parameter/src/
H A Dparameter_common.c59 int GetParameter(const char *key, const char *def, char *value, unsigned int len) in GetParameter() argument
/base/startup/appspawn/util/src/
H A Dappspawn_utils.c411 uint32_t GetSpawnTimeout(uint32_t def) in GetSpawnTimeout() argument
/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_util.c130 long def = 1000L; in SetWaitTimeout() local
/base/customization/config_policy/frameworks/config_policy/src/
H A Dconfig_policy_utils.c332 static char *ExpandStr(char *src, const char *def, QueryFunc queryFunc) in ExpandStr() argument
/base/startup/appspawn/modules/sandbox/
H A Dsandbox_load.c122 APPSPAWN_STATIC unsigned long GetMountModeFromConfig(const cJSON *config, const char *key, unsigned long def) in GetMountModeFromConfig() argument
135 static uint32_t GetNameGroupTypeFromConfig(const cJSON *config, const char *key, unsigned long def) in GetNameGroupTypeFromConfig() argument
/base/security/access_token/services/accesstokenmanager/test/unittest/
H A Daccesstoken_info_manager_test.cpp1842 PermissionDef def = { in HWTEST_F() local

Completed in 27 milliseconds