/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 …]
|
/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 …]
|
/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 …]
|
/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/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/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/security/appverify/interfaces/innerkits/appverify_lite/products/ipcamera/ |
H A 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
|
/ohos5.0/base/security/selinux_adapter/scripts/selinux_check/config/ |
H A D | selinux_check.json | 5 "args": "--file_contexts", string 10 "args": "--file_contexts", string 15 "args": "--cil_file", string 20 "args": "--cil_file", string 25 "args": "--cil_file", string 30 "args": "--cil_file", string
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcamera/ |
H A D | dcamera_sink_hidumper_test.cpp | 62 std::vector<std::string> args; variable 77 std::vector<std::string> args; variable 96 std::vector<std::string> args; variable 113 std::vector<std::string> args; variable 130 std::vector<std::string> args; variable 147 std::vector<std::string> args; variable 164 std::vector<std::string> args; variable 181 std::vector<std::string> args; variable 198 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 …]
|
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/osal/include/ |
H A D | hdf_log_adapter.h | 34 #define HDF_LOG_WRAPPER(fmt, args...) \ argument 41 #define HDF_LOGV_WRAPPER(fmt, args...) HDF_LOG_WRAPPER(KERN_DEBUG HDF_FMT_TAG(HDF_LOG_TAG, V) fmt "… argument 43 #define HDF_LOGD_WRAPPER(fmt, args...) HDF_LOG_WRAPPER(KERN_DEBUG HDF_FMT_TAG(HDF_LOG_TAG, D) fmt "… argument 45 #define HDF_LOGI_WRAPPER(fmt, args...) HDF_LOG_WRAPPER(KERN_INFO HDF_FMT_TAG(HDF_LOG_TAG, I) fmt "\… argument 47 #define HDF_LOGW_WRAPPER(fmt, args...) HDF_LOG_WRAPPER(KERN_WARNING HDF_FMT_TAG(HDF_LOG_TAG, W) fmt… argument 49 #define HDF_LOGE_WRAPPER(fmt, args...) HDF_LOG_WRAPPER(KERN_ERR HDF_FMT_TAG(HDF_LOG_TAG, E) fmt "\r… argument
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/ |
H A D | system_ability_manager_dumper_test.cpp | 303 std::vector<std::string> args; variable 321 std::vector<std::string> args; variable 339 std::vector<std::string> args; variable 359 std::vector<std::string> args; variable 379 std::vector<std::string> args; variable 399 std::vector<std::string> args; variable 416 std::vector<std::string> args; variable 434 std::vector<std::string> args; variable 454 std::vector<std::string> args; variable 475 std::vector<std::string> args; variable [all …]
|