| /base/startup/init/test/unittest/begetctl/ |
| D | begetctl_unittest.cpp | 38 const char *args[] = { variable 47 const char *args[] = { variable 56 const char *args[] = { variable 65 const char *args[] = { variable 74 const char *args[] = { variable 83 const char *args[] = { variable 92 const char *args[] = { variable 100 const char *args[] = { variable 109 const char *args[] = { variable 117 const char *args[] = { variable [all …]
|
| /base/powermgr/battery_manager/services/native/test/unittest/src/ |
| D | battery_dump_test.cpp | 42 std::vector<std::u16string> args; variable 57 std::vector<std::u16string> args; variable 72 std::vector<std::u16string> args; variable 87 std::vector<std::u16string> args; variable 102 std::vector<std::u16string> args; variable 117 std::vector<std::u16string> args; variable 132 std::vector<std::u16string> args; variable 146 std::vector<std::u16string> args; variable 160 std::vector<std::u16string> args; variable 176 std::vector<std::u16string> args; variable [all …]
|
| /base/telephony/ril_adapter/utils/native/include/ |
| D | telephony_log_c.h | 36 #define DECORATOR_HILOG(op, fmt, args...) \ argument 56 #define TELEPHONY_LOGE(fmt, args...) DECORATOR_HILOG(HILOG_ERROR, fmt, ##args) argument 57 #define TELEPHONY_LOGW(fmt, args...) DECORATOR_HILOG(HILOG_WARN, fmt, ##args) argument 58 #define TELEPHONY_LOGI(fmt, args...) DECORATOR_HILOG(HILOG_INFO, fmt, ##args) argument 59 #define TELEPHONY_LOGF(fmt, args...) DECORATOR_HILOG(HILOG_FATAL, fmt, ##args) argument 60 #define TELEPHONY_LOGD(fmt, args...) DECORATOR_HILOG(HILOG_DEBUG, fmt, ##args) argument
|
| /base/security/appverify/interfaces/innerkits/appverify_lite/products/ipcamera/ |
| D | app_verify_base.h | 32 #define LOG_INFO(fmt, args...) HILOG_INFO(LOG_DOMAIN, "[%s:%d]: "fmt, __FUNCTION__, __LINE__, ##arg… argument 33 #define LOG_DEBUG(fmt, args...) HILOG_DEBUG(LOG_DOMAIN, "[%s:%d]: "fmt, __FUNCTION__, __LINE__, ##a… argument 34 #define LOG_WARN(fmt, args...) HILOG_WARN(LOG_DOMAIN, "[%s:%d]: "fmt, __FUNCTION__, __LINE__, ##arg… argument 35 #define LOG_ERROR(fmt, args...) HILOG_ERROR(LOG_DOMAIN, "[%s:%d]: "fmt, __FUNCTION__, __LINE__, ##a… argument 36 #define LOG_PRINT_STR(fmt, args...) HILOG_INFO(LOG_DOMAIN, "[%s:%d]: "fmt, __FUNCTION__, __LINE__, … argument
|
| /base/telephony/core_service/utils/log/include/ |
| D | telephony_log_c.h | 36 #define DECORATOR_HILOG(op, fmt, args...) \ argument 56 #define TELEPHONY_LOGE(fmt, args...) DECORATOR_HILOG(HILOG_ERROR, fmt, ##args) argument 57 #define TELEPHONY_LOGW(fmt, args...) DECORATOR_HILOG(HILOG_WARN, fmt, ##args) argument 58 #define TELEPHONY_LOGI(fmt, args...) DECORATOR_HILOG(HILOG_INFO, fmt, ##args) argument 59 #define TELEPHONY_LOGF(fmt, args...) DECORATOR_HILOG(HILOG_FATAL, fmt, ##args) argument
|
| /base/hiviewdfx/hiview/plugins/faultlogger/service/sanitizer_collector/ |
| D | sanitizerd_log.h | 33 #define SANITIZERD_DECORATOR_HILOG(op, fmt, args...) … argument 38 #define SANITIZERD_LOGF(fmt, args...) SANITIZERD_DECORATOR_HILOG(OHOS::HiviewDFX::HiLog::Fatal, fmt… argument 39 #define SANITIZERD_LOGE(fmt, args...) SANITIZERD_DECORATOR_HILOG(OHOS::HiviewDFX::HiLog::Error, fmt… argument 40 #define SANITIZERD_LOGW(fmt, args...) SANITIZERD_DECORATOR_HILOG(OHOS::HiviewDFX::HiLog::Warn, fmt,… argument 41 #define SANITIZERD_LOGI(fmt, args...) SANITIZERD_DECORATOR_HILOG(OHOS::HiviewDFX::HiLog::Info, fmt,… argument
|
| /base/security/selinux/scripts/ |
| D | build_contexts.py | 123 def check_common_contexts(args, contexts_file): argument 141 def check_sehap_contexts(args, contexts_file, domain): argument 203 def build_file_contexts(args, output_path, policy_path): argument 224 def build_common_contexts(args, output_path, contexts_file_name, policy_path): argument 235 def build_sehap_contexts(args, output_path, policy_path): argument 263 def main(args): argument
|
| D | build_policy.py | 95 def build_conf(args, output_conf, input_policy_file_list): argument 106 def build_cil(args, output_cil, input_conf): argument 114 def build_policy(args, output_policy, input_cil): argument 139 def main(args): argument
|
| /base/hiviewdfx/hidumper/frameworks/native/src/util/ |
| D | config_utils.cpp | 164 auto args = OptionArgs::Create(); in HandleDumpLog() local 189 std::shared_ptr<OptionArgs> args; in HandleDumpList() local 195 std::shared_ptr<OptionArgs> args; in HandleDumpList() local 201 std::shared_ptr<OptionArgs> args; in HandleDumpList() local 221 std::shared_ptr<OptionArgs> args; in HandleDumpService() local 240 auto args = OptionArgs::Create(); in HandleDumpAbility() local 261 std::shared_ptr<OptionArgs> args; in HandleDumpSystem() local 268 auto args = OptionArgs::Create(); in HandleDumpSystem() local 299 std::shared_ptr<OptionArgs> args; in HandleDumpCpuFreq() local 325 std::shared_ptr<OptionArgs> args; in HandleDumpCpuUsage() local [all …]
|
| /base/useriam/face_auth/ui/Settings_FaceAuth/.idea/previewer/phone/ |
| D | phoneSettingConfig_P40.json | 5 "args": { object 14 "args": { object 19 "args": { object
|
| D | phoneSettingConfig_MateX2.json | 5 "args": { object 14 "args": { object 19 "args": { object
|
| /base/powermgr/battery_lite/frameworks/js/builtin/src/ |
| D | battery_module.cpp | 23 void SuccessCallBack(const JSIValue thisVal, const JSIValue args, JSIValue jsiValue) in SuccessCallBack() 44 JSIValue BatteryModule::GetBatterySOC(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in GetBatterySOC() 60 JSIValue BatteryModule::GetChargingStatus(const JSIValue thisVal, const JSIValue *args, uint8_t arg… in GetChargingStatus() 76 JSIValue BatteryModule::GetHealthStatus(const JSIValue thisVal, const JSIValue *args, uint8_t argsN… in GetHealthStatus() 92 JSIValue BatteryModule::GetPluggedType(const JSIValue thisVal, const JSIValue *args, uint8_t argsNu… in GetPluggedType() 109 JSIValue BatteryModule::GetVoltage(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in GetVoltage() 125 JSIValue BatteryModule::GetTechnology(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in GetTechnology() 141 JSIValue BatteryModule::GetTemperature(const JSIValue thisVal, const JSIValue *args, uint8_t argsNu… in GetTemperature()
|
| /base/useriam/user_auth_framework/common/utils/ |
| D | iam_ptr.h | 33 static inline std::shared_ptr<T> MakeShared(Args &&... args) in MakeShared() 43 static inline std::unique_ptr<T> MakeUnique(Args &&... args) in MakeUnique()
|
| /base/startup/init/services/etc/appender/ |
| D | file_appender.py | 23 def parse_args(args): argument 55 def main(args): argument
|
| /base/update/packaging_tools/ |
| D | script_generator.py | 58 def sha_check(self, *args, **kwargs): 61 def image_sha_check(self, *args, **kwargs): 64 def first_block_check(self, *args, **kwargs): 67 def image_patch(self, *args, **kwargs): 70 def abort(self, *args, **kwargs): 73 def show_progress(self, *args, **kwargs): 76 def block_update(self, *args, **kwargs): 79 def raw_image_write(self, *args, **kwargs): 82 def get_status(self, *args, **kwargs): 85 def set_status(self, *args, **kwargs): [all …]
|
| D | image_class.py | 215 def apply_remain_range(self, *args): 240 def get_file_map(*args): 266 def get_zero_nonzero_blocks_list(*args): 303 def get_file_data(*args):
|
| /base/startup/init/services/etc/param/ |
| D | param_fixer.py | 26 def parse_args(args): argument 76 def main(args): argument
|
| /base/sensors/miscdevice/interfaces/plugin/vibrator/src/ |
| D | vibrator_js.cpp | 58 static napi_value VibrateTime(napi_env env, napi_value args[], size_t argc) in VibrateTime() 82 static napi_value VibrateEffectId(napi_env env, napi_value args[], size_t argc) in VibrateEffectId() 106 static bool GetCallbackInfo(const napi_env &env, napi_value args[], in GetCallbackInfo() 137 static napi_value VibrateMode(napi_env env, napi_value args[], size_t argc) in VibrateMode() 158 bool ParseParameter(napi_env env, napi_value args[], size_t argc, VibrateInfo &info) in ParseParameter() 201 static napi_value VibrateEffect(napi_env env, napi_value args[], size_t argc) in VibrateEffect() 240 napi_value args[3] = {}; in Vibrate() local 262 napi_value args[2] = {}; in Stop() local 304 napi_value args[1] = {0}; in EnumClassConstructor() local
|
| /base/powermgr/battery_manager/services/native/src/ |
| D | battery_dump.cpp | 30 bool BatteryDump::DumpBatteryHelp(int32_t fd, const std::vector<std::u16string> &args) in DumpBatteryHelp() 65 …:GetBatteryInfo(int32_t fd, sptr<BatteryService> &service, const std::vector<std::u16string> &args) in GetBatteryInfo() 103 …::MockUnplugged(int32_t fd, sptr<BatteryService>& service, const std::vector<std::u16string>& args) in MockUnplugged() 114 …p::ResetPlugged(int32_t fd, sptr<BatteryService>& service, const std::vector<std::u16string>& args) in ResetPlugged()
|
| /base/hiviewdfx/hilog_lite/frameworks/js/builtin/src/ |
| D | hilog_module.cpp | 142 JSIValue HilogModule::Debug(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in Debug() 147 JSIValue HilogModule::Info(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in Info() 152 JSIValue HilogModule::Error(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in Error() 157 JSIValue HilogModule::Warn(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in Warn() 162 JSIValue HilogModule::Fatal(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in Fatal() 176 JSIValue HilogModule::IsLoggable(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in IsLoggable() 239 JSIValue HilogModule::HilogImpl(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum, int … in HilogImpl() 291 const JSIValue thisVal, const JSIValue *args, uint8_t argsNum, HilogVector *params) in HilogImplParseValue()
|
| /base/sensors/medical_sensor/services/medical_sensor/src/ |
| D | medical_dump.cpp | 46 bool MedicalSensorDump::DumpSensorHelp(int32_t fd, const std::vector<std::u16string> &args) in DumpSensorHelp() 67 const std::vector<MedicalSensor> &sensors, const std::vector<std::u16string> &args) in DumpSensorList() 87 …ump::DumpSensorChannel(int32_t fd, ClientInfo &clientInfo, const std::vector<std::u16string> &args) in DumpSensorChannel() 114 ClientInfo &clientInfo, const std::vector<std::u16string> &args) in DumpOpeningSensor() 131 …orDump::DumpSensorData(int32_t fd, ClientInfo &clientInfo, const std::vector<std::u16string> &args) in DumpSensorData() 195 int32_t MedicalSensorDump::Dump(int32_t fd, const std::vector<std::u16string> &args, in Dump()
|
| /base/time/time_service/services/dfx/src/ |
| D | time_cmd_dispatcher.cpp | 24 bool TimeCmdDispatcher::Dispatch(int fd, const std::vector<std::string> &args) in Dispatch() 47 std::string TimeCmdDispatcher::getCmdTitle(int fd, const std::vector<std::string> &args) in getCmdTitle()
|
| /base/powermgr/powermgr_lite/interfaces/kits/battery/js/builtin/src/ |
| D | battery_module.cpp | 22 void SuccessCallBack(const JSIValue thisVal, const JSIValue args, JSIValue jsiValue) in SuccessCallBack() 42 JSIValue BatteryModule::GetStatus(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in GetStatus()
|
| /base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/ |
| D | command_catcher.cpp | 62 for (auto& args : cmdString_) { in Catch() local 70 int CommandCatcher::HiDumper(int fd, const std::vector<std::string> &args) in HiDumper()
|
| /base/hiviewdfx/hidumper/test/unittest/common/ |
| D | hidumper_configutils_test.cpp | 52 auto args = OptionArgs::Create(); variable 83 auto args = OptionArgs::Create(); variable 129 auto args = OptionArgs::Create(); variable
|