Home
last modified time | relevance | path

Searched defs:args (Results 1 – 25 of 302) sorted by relevance

12345678910>>...13

/base/startup/init/test/unittest/begetctl/
Dbegetctl_unittest.cpp38 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/test/unittest/src/
Dbattery_dump_test.cpp49 std::vector<std::u16string> args; variable
64 std::vector<std::u16string> args; variable
79 std::vector<std::u16string> args; variable
94 std::vector<std::u16string> args; variable
109 std::vector<std::u16string> args; variable
124 std::vector<std::u16string> args; variable
138 std::vector<std::u16string> args; variable
152 std::vector<std::u16string> args; variable
166 std::vector<std::u16string> args; variable
179 std::vector<std::u16string> args; variable
[all …]
/base/telephony/ril_adapter/utils/native/include/
Dtelephony_log_c.h36 #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/
Dapp_verify_base.h32 #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/
Dtelephony_log_c.h36 #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/
Dsanitizerd_log.h33 #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/hiviewdfx/hidumper/frameworks/native/src/util/
Dconfig_utils.cpp161 auto args = OptionArgs::Create(); in HandleDumpLog() local
186 std::shared_ptr<OptionArgs> args; in HandleDumpList() local
192 std::shared_ptr<OptionArgs> args; in HandleDumpList() local
198 std::shared_ptr<OptionArgs> args; in HandleDumpList() local
218 std::shared_ptr<OptionArgs> args; in HandleDumpService() local
237 auto args = OptionArgs::Create(); in HandleDumpAbility() local
258 std::shared_ptr<OptionArgs> args; in HandleDumpSystem() local
265 auto args = OptionArgs::Create(); in HandleDumpSystem() local
296 std::shared_ptr<OptionArgs> args; in HandleDumpCpuFreq() local
322 std::shared_ptr<OptionArgs> args; in HandleDumpCpuUsage() local
[all …]
/base/powermgr/battery_lite/frameworks/js/builtin/src/
Dbattery_module.cpp23 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/powermgr/power_manager/test/unittest/src/
Dpower_mgr_dump_test.cpp66 std::vector<std::u16string> args; variable
81 std::vector<std::u16string> args; variable
96 std::vector<std::u16string> args; variable
115 std::vector<std::u16string> args; variable
/base/security/selinux_adapter/scripts/
Dbuild_contexts.py153 def check_common_contexts(args, contexts_file): argument
182 def check_sehap_contexts(args, contexts_file, domain): argument
231 def build_file_contexts(args, output_path, policy_path, all_policy_path): argument
253 def build_common_contexts(args, output_path, contexts_file_name, policy_path, all_policy_path): argument
267 def build_sehap_contexts(args, output_path, policy_path): argument
302 def main(args): argument
/base/useriam/pin_auth/common/utils/
Diam_ptr.h33 static inline std::shared_ptr<T> MakeShared(Args &&... args) in MakeShared()
43 static inline std::unique_ptr<T> MakeUnique(Args &&... args) in MakeUnique()
/base/useriam/fingerprint_auth/common/utils/
Diam_ptr.h33 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/
Dfile_appender.py23 def parse_args(args): argument
55 def main(args): argument
/base/useriam/face_auth/common/utils/
Diam_ptr.h33 static inline std::shared_ptr<T> MakeShared(Args &&... args) in MakeShared()
43 static inline std::unique_ptr<T> MakeUnique(Args &&... args) in MakeUnique()
/base/useriam/user_auth_framework/common/utils/
Diam_ptr.h33 static inline std::shared_ptr<T> MakeShared(Args &&... args) in MakeShared()
43 static inline std::unique_ptr<T> MakeUnique(Args &&... args) in MakeUnique()
/base/hiviewdfx/hitrace/test/unittest/hitrace_dump/
Dhitrace_dump_test.cpp142 std::string args = "tags:sched clockType:boot bufferSize:1024 overwrite:1"; variable
176 std::string args = "tags:sched clockType:boot bufferSize:1024 overwrite:1"; variable
197 … std::string args = "tags:sched clockType:boot bufferSize:1024 overwrite:1 output:" + filePathName; variable
217 std::string args = "tags:hdcc clockType:boot bufferSize:1024 overwrite:1 "; variable
233 std::string args = "tags:memory clockType:boot1 bufferSize:1024 overwrite:0"; variable
266 std::string args = "tags:sched clockType:boot bufferSize:1024 overwrite:1"; variable
280 std::string args = "tags: sched clockType: boot bufferSize:1024 overwrite: 1"; variable
397 std::string args = "tags:sched clockType:boot bufferSize:1024 overwrite:1"; variable
/base/update/updateservice/services/firmware/utils/include/
Dfirmware_log.h31 #define FIRMWARE_LONG_LOGD(fmt, args) PRINT_LONG_LOGD(FIRMWARE_UPDATE_LABEL, fmt, args) argument
32 #define FIRMWARE_LONG_LOGI(fmt, args) PRINT_LONG_LOGI(FIRMWARE_UPDATE_LABEL, fmt, args) argument
33 #define FIRMWARE_LONG_LOGE(fmt, args) PRINT_LONG_LOGE(FIRMWARE_UPDATE_LABEL, fmt, args) argument
/base/security/device_security_level/test/dslm_unit_test/cmocker/
Dc_mocker.h65 #define SIGNATURE(ret, args) (GMOCK_INTERNAL_SIGNATURE(ret, args)) argument
70 #define DECLARE_METHOD(ret, method, args) … argument
104 #define IMPLEMENT_FUNCTION_WITH_INVOKER(cls, ret, method, args, invoker) \ argument
107 #define IMPLEMENT_FUNCTION(cls, ret, method, args) \ argument
/base/update/packaging_tools/
Dscript_generator.py58 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 …]
/base/startup/init/services/etc/param/
Dparam_fixer.py26 def parse_args(args): argument
76 def main(args): argument
/base/sensors/miscdevice/interfaces/plugin/vibrator/src/
Dvibrator_js.cpp62 static napi_value VibrateTime(napi_env env, napi_value args[], size_t argc) in VibrateTime()
85 static napi_value VibrateEffectId(napi_env env, napi_value args[], size_t argc) in VibrateEffectId()
108 static bool GetCallbackInfo(const napi_env &env, napi_value args[], in GetCallbackInfo()
140 static napi_value VibrateMode(napi_env env, napi_value args[], size_t argc) in VibrateMode()
165 bool ParseParameter(napi_env env, napi_value args[], size_t argc, VibrateInfo &info) in ParseParameter()
220 static napi_value VibrateEffect(napi_env env, napi_value args[], size_t argc) in VibrateEffect()
255 napi_value args[3] = {}; in StartVibrate() local
274 napi_value args[2] = {}; in Vibrate() local
293 napi_value args[1] = {}; in Cancel() local
319 napi_value args[2] = {}; in Stop() local
[all …]
/base/update/updateservice/services/core/ability/log/include/
Dupdate_log.h43 std::string args; member
94 #define PRINT_LONG_LOGD(label, fmt, args) UpdateLog::PrintLongLog({label, … argument
96 #define PRINT_LONG_LOGI(label, fmt, args) UpdateLog::PrintLongLog({label, … argument
98 #define PRINT_LONG_LOGE(label, fmt, args) UpdateLog::PrintLongLog({label, … argument
101 #define ENGINE_LONG_LOGD(fmt, args) PRINT_LONG_LOGD(UPDATE_LABEL, fmt, args) argument
102 #define ENGINE_LONG_LOGI(fmt, args) PRINT_LONG_LOGI(UPDATE_LABEL, fmt, args) argument
103 #define ENGINE_LONG_LOGE(fmt, args) PRINT_LONG_LOGE(UPDATE_LABEL, fmt, args) argument
/base/hiviewdfx/hilog_lite/frameworks/js/builtin/src/
Dhilog_module.cpp142 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/
Dmedical_dump.cpp46 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/
Dtime_cmd_dispatcher.cpp24 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()

12345678910>>...13