/ohos5.0/base/startup/init/test/unittest/begetctl/ |
H A D | begetctl_unittest.cpp | 35 const char *args[] = { variable 44 const char *args[] = { variable 53 const char *args[] = { variable 62 const char *args[] = { variable 71 const char *args[] = { variable 80 const char *args[] = { variable 89 const char *args[] = { variable 97 const char *args[] = { variable 106 const char *args[] = { variable 114 const char *args[] = { variable [all …]
|
/aosp14/system/core/init/ |
H A D | check_builtins.cpp | 53 Result<void> check_chown(const BuiltinArguments& args) { in check_chown() 72 Result<void> check_exec(const BuiltinArguments& args) { in check_exec() 115 Result<void> check_loglevel(const BuiltinArguments& args) { in check_loglevel() 126 Result<void> check_mount_all(const BuiltinArguments& args) { in check_mount_all() 134 Result<void> check_mkdir(const BuiltinArguments& args) { in check_mkdir() 142 Result<void> check_restorecon(const BuiltinArguments& args) { in check_restorecon() 157 Result<void> check_setprop(const BuiltinArguments& args) { in check_setprop() 197 Result<void> check_setrlimit(const BuiltinArguments& args) { in check_setrlimit() 205 Result<void> check_swapon_all(const BuiltinArguments& args) { in check_swapon_all() 213 Result<void> check_sysclktz(const BuiltinArguments& args) { in check_sysclktz() [all …]
|
H A D | service_parser.cpp | 54 Result<void> ServiceParser::ParseCapabilities(std::vector<std::string>&& args) { in ParseCapabilities() 82 Result<void> ServiceParser::ParseClass(std::vector<std::string>&& args) { in ParseClass() 87 Result<void> ServiceParser::ParseConsole(std::vector<std::string>&& args) { in ParseConsole() 96 Result<void> ServiceParser::ParseCritical(std::vector<std::string>&& args) { in ParseCritical() 134 Result<void> ServiceParser::ParseDisabled(std::vector<std::string>&& args) { in ParseDisabled() 159 Result<void> ServiceParser::ParseGroup(std::vector<std::string>&& args) { in ParseGroup() 222 Result<void> ServiceParser::ParseIoprio(std::vector<std::string>&& args) { in ParseIoprio() 389 Result<void> ServiceParser::ParseSetenv(std::vector<std::string>&& args) { in ParseSetenv() 503 Result<void> ServiceParser::ParseFile(std::vector<std::string>&& args) { in ParseFile() 532 Result<void> ServiceParser::ParseUser(std::vector<std::string>&& args) { in ParseUser() [all …]
|
H A D | builtins.cpp | 230 static Result<void> do_enable(const BuiltinArguments& args) { in do_enable() 241 static Result<void> do_exec(const BuiltinArguments& args) { in do_exec() 280 static Result<void> do_export(const BuiltinArguments& args) { in do_export() 326 static Result<void> do_ifup(const BuiltinArguments& args) { in do_ifup() 347 static Result<void> do_insmod(const BuiltinArguments& args) { in do_insmod() 440 static Result<void> do_mkdir(const BuiltinArguments& args) { in do_mkdir() 479 static Result<void> do_mount(const BuiltinArguments& args) { in do_mount() 771 static Result<void> do_stop(const BuiltinArguments& args) { in do_stop() 830 static Result<void> do_rm(const BuiltinArguments& args) { in do_rm() 981 static Result<void> do_copy(const BuiltinArguments& args) { in do_copy() [all …]
|
/ohos5.0/foundation/multimodalinput/input/service/event_dump/test/ |
H A D | event_dump_test.cpp | 68 std::vector<std::string> args; variable 99 std::vector<std::string> args = {"-h"}; variable 115 std::vector<std::string> args = {"-abc"}; variable 148 std::vector<std::string> args = {"-d"}; variable 164 std::vector<std::string> args = {"-l"}; variable 180 std::vector<std::string> args = {"-w"}; variable 196 std::vector<std::string> args = {"-u"}; variable 214 std::vector<std::string> args = {"-s"}; variable 232 std::vector<std::string> args = {"-o"}; variable 250 std::vector<std::string> args = {"-i"}; variable [all …]
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/test/unittest/common/ |
H A D | date_time_module_tdd_test.cpp | 85 jerry_value_t args[1]; variable 126 jerry_value_t args[1]; variable 170 jerry_value_t args[1]; variable 251 jerry_value_t args[1]; variable 333 jerry_value_t args[1]; variable 415 jerry_value_t args[1]; variable 497 jerry_value_t args[1]; variable 575 jerry_value_t args[1]; variable 652 jerry_value_t args[1]; variable 728 jerry_value_t args[1]; variable [all …]
|
/ohos5.0/base/powermgr/battery_manager/test/unittest/src/ |
H A D | battery_dump_test.cpp | 49 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 …]
|
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_dumper_test.cpp | 63 std::vector<std::u16string> args; variable 76 std::vector<std::u16string> args = {u"-h"}; variable 90 std::vector<std::u16string> args = {u"-a"}; variable 118 std::vector<std::u16string> args = {u"-h"}; variable 132 std::vector<std::u16string> args = {u"-h"}; variable 146 std::vector<std::u16string> args; variable 202 std::vector<std::u16string> args = {u"-h"}; variable 217 std::vector<std::u16string> args = {u"-h"}; variable 232 std::vector<std::u16string> args = {u"-h"}; variable 246 std::vector<std::u16string> args = {u"-h"}; variable [all …]
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dump/ |
H A D | DumpHandlerTest.kt | 123 val args = arrayOf("dumpable1") regex 210 val args = arrayOf("buffers", "--tail", "1") regex 235 val args = arrayOf("dumpables") regex 260 val args = arrayOf("tables") regex 278 val args = arrayOf(DumpHandler.PROTO) regex 305 val args = arrayOf("dumpable") regex 321 val args = arrayOf("buffer", "--tail", "14") regex 339 val args = arrayOf("2") regex 360 val args = arrayOf("2", "--tail", "14") regex 381 val args = arrayOf("x") regex [all …]
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ |
H A D | sdc.cpp | 40 static int32_t InitGlobalKey(const std::vector<std::string> &args) in InitGlobalKey() 46 static int32_t InitMainUser(const std::vector<std::string> &args) in InitMainUser() 53 static int32_t GenerateUserKeys(const std::vector<std::string> &args) in GenerateUserKeys() 70 static int32_t PrepareUserSpace(const std::vector<std::string> &args) in PrepareUserSpace() 87 static int32_t DeleteUserKeys(const std::vector<std::string> &args) in DeleteUserKeys() 119 static int32_t UpdateUserAuth(const std::vector<std::string> &args) in UpdateUserAuth() 142 static int32_t ActiveUserKey(const std::vector<std::string> &args) in ActiveUserKey() 212 int32_t GetFileEncryptStatus(const std::vector<std::string> &args) in GetFileEncryptStatus() 234 static int32_t EnableFscrypt(const std::vector<std::string> &args) in EnableFscrypt() 276 static int32_t DeleteAppkey(const std::vector<std::string> &args) in DeleteAppkey() [all …]
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_dump_test/ |
H A D | fms_form_mgr_dump_test.cpp | 75 std::vector<std::u16string> args = {}; variable 95 std::vector<std::u16string> args = {u"-h"}; variable 119 std::vector<std::u16string> args = {u"-s"}; variable 143 std::vector<std::u16string> args = {u"-n"}; variable 163 std::vector<std::u16string> args = {u"-i"}; variable 183 std::vector<std::u16string> args = {u"-t"}; variable 227 std::vector<std::u16string> args = {u"-b"}; variable 251 std::vector<std::u16string> args = {u"-r"}; variable
|
/ohos5.0/foundation/multimedia/media_lite/interfaces/kits/player_lite/js/builtin/src/ |
H A D | audio_module.cpp | 46 JSIValue AudioModule::Play(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) in Play() 51 JSIValue AudioModule::Pause(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) in Pause() 56 JSIValue AudioModule::Stop(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) in Stop() 61 JSIValue AudioModule::GetPlayState(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) in GetPlayState() 99 JSIValue AudioModule::SrcGetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) in SrcGetter() 105 JSIValue AudioModule::SrcSetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) in SrcSetter() 157 JSIValue AudioModule::LoopGetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) in LoopGetter() 162 JSIValue AudioModule::LoopSetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) in LoopSetter() 173 JSIValue AudioModule::VolumeGetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) in VolumeGetter() 188 JSIValue AudioModule::MutedGetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) in MutedGetter() [all …]
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/pixelmap_ndk/ |
H A D | image_pixel_map_ndk.cpp | 46 PixelMapNapiArgs args; in OH_PixelMap_CreatePixelMap() local 65 PixelMapNapiArgs args; in OH_PixelMap_CreatePixelMapWithStride() local 83 PixelMapNapiArgs args; in OH_PixelMap_CreateAlphaPixelMap() local 96 PixelMapNapiArgs args; in OH_PixelMap_GetBytesNumberPerRow() local 107 PixelMapNapiArgs args; in OH_PixelMap_GetIsEditable() local 118 PixelMapNapiArgs args; in OH_PixelMap_IsSupportAlpha() local 129 PixelMapNapiArgs args; in OH_PixelMap_SetAlphaAble() local 140 PixelMapNapiArgs args; in OH_PixelMap_GetDensity() local 151 PixelMapNapiArgs args; in OH_PixelMap_SetDensity() local 162 PixelMapNapiArgs args; in OH_PixelMap_SetOpacity() local [all …]
|
/aosp14/frameworks/base/libs/incident/src/ |
H A D | incident_report.cpp | 43 void AIncidentReportArgs_delete(AIncidentReportArgs* args) { in AIncidentReportArgs_delete() 47 void AIncidentReportArgs_setAll(AIncidentReportArgs* args, bool all) { in AIncidentReportArgs_setAll() 51 void AIncidentReportArgs_setPrivacyPolicy(AIncidentReportArgs* args, int privacyPolicy) { in AIncidentReportArgs_setPrivacyPolicy() 55 void AIncidentReportArgs_addSection(AIncidentReportArgs* args, int section) { in AIncidentReportArgs_addSection() 59 void AIncidentReportArgs_setReceiverPackage(AIncidentReportArgs* args, char const* pkg) { in AIncidentReportArgs_setReceiverPackage() 63 void AIncidentReportArgs_setReceiverClass(AIncidentReportArgs* args, char const* cls) { in AIncidentReportArgs_setReceiverClass() 67 void AIncidentReportArgs_addHeader(AIncidentReportArgs* args, uint8_t const* buf, size_t size) { in AIncidentReportArgs_addHeader() 73 IncidentReportArgs* args = reinterpret_cast<IncidentReportArgs*>(argp); in AIncidentReportArgs_takeReport() local
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/dfx/ |
H A D | distributed_sched_dumper_test.cpp | 72 const std::vector<std::string> args = {}; variable 88 const std::vector<std::string> args = {"-connect"}; variable 104 const std::vector<std::string> args = {"-invalid"}; variable 120 const std::vector<std::string> args = {"-invalid1", "-invalid2"}; variable 137 const std::vector<std::string> args = {"-h"}; variable 154 const std::vector<std::string> args = {"-connect"}; variable 171 const std::vector<std::string> args = {"-invalid"}; variable 188 const std::vector<std::string> args = {"-invalid1", "-invalid2"}; variable 205 const std::vector<std::string> args = {}; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_counter.cpp | 78 void JSCounter::JsEnableDec(const JSCallbackInfo& args) in JsEnableDec() 90 void JSCounter::JsEnableInc(const JSCallbackInfo& args) in JsEnableInc() 102 void JSCounter::JsOnInc(const JSCallbackInfo& args) in JsOnInc() 115 void JSCounter::JsOnDec(const JSCallbackInfo& args) in JsOnDec() 128 void JSCounter::JSHeight(const JSCallbackInfo& args) in JSHeight() 146 void JSCounter::JSWidth(const JSCallbackInfo& args) in JSWidth() 164 void JSCounter::SetSize(const JSCallbackInfo& args) in SetSize() 186 void JSCounter::JSControlWidth(const JSCallbackInfo& args) in JSControlWidth() 205 void JSCounter::JsBackgroundColor(const JSCallbackInfo& args) in JsBackgroundColor()
|
H A D | js_indexer.cpp | 88 void JSIndexer::Create(const JSCallbackInfo& args) in Create() 145 void JSIndexer::SetColor(const JSCallbackInfo& args) in SetColor() 153 void JSIndexer::SetPopupColor(const JSCallbackInfo& args) in SetPopupColor() 182 void JSIndexer::SetSelectedFont(const JSCallbackInfo& args) in SetSelectedFont() 197 void JSIndexer::SetPopupFont(const JSCallbackInfo& args) in SetPopupFont() 212 void JSIndexer::SetFont(const JSCallbackInfo& args) in SetFont() 227 void JSIndexer::JsOnSelected(const JSCallbackInfo& args) in JsOnSelected() 314 void JSIndexer::SetItemSize(const JSCallbackInfo& args) in SetItemSize() 328 void JSIndexer::SetAlignStyle(const JSCallbackInfo& args) in SetAlignStyle() 350 void JSIndexer::SetSelected(const JSCallbackInfo& args) in SetSelected() [all …]
|
H A D | js_web_controller.cpp | 159 void SetCookie(const JSCallbackInfo& args) in SetCookie() 176 void GetCookie(const JSCallbackInfo& args) in GetCookie() 196 void SaveCookieSync(const JSCallbackInfo& args) in SaveCookieSync() 208 static void Constructor(const JSCallbackInfo& args) in Constructor() 244 void GetType(const JSCallbackInfo& args) in GetType() 249 void GetExtra(const JSCallbackInfo& args) in GetExtra() 323 void Close(const JSCallbackInfo& args) in Close() 397 void GetData(const JSCallbackInfo& args) in GetData() 404 void SetData(const JSCallbackInfo& args) in SetData() 412 void SetPorts(const JSCallbackInfo& args) in SetPorts() [all …]
|
H A D | js_video_controller.cpp | 46 void JSVideoController::Constructor(const JSCallbackInfo& args) in Constructor() 66 void JSVideoController::Reset(const JSCallbackInfo& args) in Reset() 73 void JSVideoController::Start(const JSCallbackInfo& args) in Start() 84 void JSVideoController::Pause(const JSCallbackInfo& args) in Pause() 92 void JSVideoController::Stop(const JSCallbackInfo& args) in Stop() 100 void JSVideoController::SetCurrentTime(const JSCallbackInfo& args) in SetCurrentTime() 119 void JSVideoController::RequestFullscreen(const JSCallbackInfo& args) in RequestFullscreen() 133 void JSVideoController::ExitFullscreen(const JSCallbackInfo& args) in ExitFullscreen()
|
/ohos5.0/build/ohos/images/mkimage/ |
H A D | mkcpioimage.py | 26 def args_parse(args): argument 61 def build_run_cpio(args): argument 93 def zip_ramdisk(args): argument 114 def build_run_chmod(args): argument 132 def main(args): argument
|
H A D | mkf2fsimage.py | 22 def args_parse(args): argument 57 def build_run_mkf2fs(args): argument 86 def build_run_sloadf2fs(args): argument 120 def build(args): argument
|
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/managersink/src/ |
H A D | daudio_sink_dev_test.cpp | 121 std::string args; variable 278 std::string args; variable 326 std::string args; variable 396 std::string args; variable 416 std::string args; variable 433 std::string args; variable 466 std::string args; variable 498 std::string args; variable 511 std::string args; variable 526 std::string args; variable [all …]
|
/ohos5.0/base/telephony/ril_adapter/utils/native/include/ |
H A 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
|
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/ |
H A D | thermal_mgr_dump_test.cpp | 63 std::vector<std::string> args; variable 84 std::vector<std::string> args; variable 101 std::vector<std::string> args; variable 118 std::vector<std::string> args; variable 135 std::vector<std::string> args; variable 156 std::vector<std::string> args; variable
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | image_receiver_mdk_kits.cpp | 37 …ImageReceiver* CheckAndGetReceiver(ImageReceiverNapi* native, const struct ImageReceiverArgs* args) in CheckAndGetReceiver() 45 static int32_t ImageReceiverNapiCreate(napi_env env, struct ImageReceiverArgs* args) in ImageReceiverNapiCreate() 63 …c int32_t ImageReceiverNapiGetReceiverId(ImageReceiverNapi* native, struct ImageReceiverArgs* args) in ImageReceiverNapiGetReceiverId() 79 …int32_t ImageReceiverNapiReadLatestImage(ImageReceiverNapi* native, struct ImageReceiverArgs* args) in ImageReceiverNapiReadLatestImage() 93 …c int32_t ImageReceiverNapiReadNextImage(ImageReceiverNapi* native, struct ImageReceiverArgs* args) in ImageReceiverNapiReadNextImage() 107 static int32_t ImageReceiverNapiOn(ImageReceiverNapi* native, struct ImageReceiverArgs* args) in ImageReceiverNapiOn() 119 static int32_t ImageReceiverNapiGetSize(ImageReceiverNapi* native, struct ImageReceiverArgs* args) in ImageReceiverNapiGetSize() 130 …tic int32_t ImageReceiverNapiGetCapacity(ImageReceiverNapi* native, struct ImageReceiverArgs* args) in ImageReceiverNapiGetCapacity() 140 static int32_t ImageReceiverNapiGetFormat(ImageReceiverNapi* native, struct ImageReceiverArgs* args) in ImageReceiverNapiGetFormat() 163 int32_t ImageReceiverNativeEnvCall(int32_t mode, napi_env env, struct ImageReceiverArgs* args) in ImageReceiverNativeEnvCall() [all …]
|