Home
last modified time | relevance | path

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

12345678910>>...65

/ohos5.0/base/startup/init/test/unittest/begetctl/
H A Dbegetctl_unittest.cpp35 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 Devent_dump_test.cpp68 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 Ddate_time_module_tdd_test.cpp85 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 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 …]
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_dumper_test.cpp63 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 Dsdc.cpp40 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 Dfms_form_mgr_dump_test.cpp75 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 Daudio_module.cpp46 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 Dimage_pixel_map_ndk.cpp46 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 Ddistributed_sched_dumper_test.cpp72 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 Djs_counter.cpp78 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 Djs_indexer.cpp88 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 Djs_web_controller.cpp159 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 Djs_video_controller.cpp46 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 Dmkcpioimage.py26 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 Dmkf2fsimage.py22 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 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
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_mgr_dump_test.cpp63 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 Ddaudio_sink_dev_test.cpp121 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 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
/ohos5.0/base/security/selinux_adapter/scripts/selinux_check/config/
H A Dselinux_check.json5 "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 Ddcamera_sink_hidumper_test.cpp62 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 Dimage_receiver_mdk_kits.cpp37 …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 Dhdf_log_adapter.h34 #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 Dsystem_ability_manager_dumper_test.cpp303 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 …]

12345678910>>...65