Home
last modified time | relevance | path

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

12345678910>>...36

/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/managersink/src/
Ddaudio_sink_dev_test.cpp103 std::string args; variable
115 std::string args = "args"; variable
127 std::string args = "{\"dhId\":\"1\"}"; variable
139 std::string args = "{\"dhId\":\"1\"}"; variable
157 std::string args = "{\"dhId\":\"1\"}"; variable
172 std::string args; variable
184 std::string args = "args"; variable
196 std::string args = "{\"dhId\":\"1\"}"; variable
208 std::string args = "{\"dhId\":\"123\"}"; variable
224 std::string args; variable
[all …]
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/test/unittest/common/
Ddate_time_module_tdd_test.cpp54 const jerry_value_t args[], in FormatDate()
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
[all …]
Dnumber_format_module_tdd_test.cpp54 const jerry_value_t *args, in FormatNumber()
91 jerry_value_t args[1]; variable
149 jerry_value_t args[1]; variable
207 jerry_value_t args[1]; variable
249 jerry_value_t args[1]; variable
308 jerry_value_t args[1]; variable
352 jerry_value_t args[1]; variable
394 jerry_value_t args[1]; variable
436 jerry_value_t args[1]; variable
516 jerry_value_t args[1]; variable
[all …]
/foundation/filemanagement/storage_service/services/storage_daemon/
Dsdc.cpp32 static int32_t InitGlobalKey(const std::vector<std::string> &args) in InitGlobalKey()
38 static int32_t InitMainUser(const std::vector<std::string> &args) in InitMainUser()
45 static int32_t GenerateUserKeys(const std::vector<std::string> &args) in GenerateUserKeys()
62 static int32_t PrepareUserSpace(const std::vector<std::string> &args) in PrepareUserSpace()
79 static int32_t DeleteUserKeys(const std::vector<std::string> &args) in DeleteUserKeys()
94 static int32_t DestroyUserSpace(const std::vector<std::string> &args) in DestroyUserSpace()
111 static int32_t UpdateUserAuth(const std::vector<std::string> &args) in UpdateUserAuth()
134 static int32_t ActiveUserKey(const std::vector<std::string> &args) in ActiveUserKey()
154 static int32_t InactiveUserKey(const std::vector<std::string> &args) in InactiveUserKey()
169 static int32_t LockUserScreen(const std::vector<std::string> &args) in LockUserScreen()
[all …]
/foundation/multimedia/media_lite/interfaces/kits/player_lite/js/builtin/src/
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()
115 JSIValue AudioModule::CurrentTimeGetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsS… in CurrentTimeGetter()
120 JSIValue AudioModule::CurrentTimeSetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsS… in CurrentTimeSetter()
131 JSIValue AudioModule::DurationGetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) in DurationGetter()
137 JSIValue AudioModule::DurationSetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) in DurationSetter()
[all …]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_xcomponent.cpp199 void JSXComponent::JsOnLoad(const JSCallbackInfo& args) in JsOnLoad()
261 void JSXComponent::JsOnDestroy(const JSCallbackInfo& args) in JsOnDestroy()
278 void JSXComponent::JsOnAppear(const JSCallbackInfo& args) in JsOnAppear()
287 void JSXComponent::JsOnDisAppear(const JSCallbackInfo& args) in JsOnDisAppear()
296 void JSXComponent::JsOnTouch(const JSCallbackInfo& args) in JsOnTouch()
305 void JSXComponent::JsOnClick(const JSCallbackInfo& args) in JsOnClick()
314 void JSXComponent::JsOnKeyEvent(const JSCallbackInfo& args) in JsOnKeyEvent()
323 void JSXComponent::JsOnMouse(const JSCallbackInfo& args) in JsOnMouse()
332 void JSXComponent::JsOnHover(const JSCallbackInfo& args) in JsOnHover()
342 void JSXComponent::JsOnFocus(const JSCallbackInfo& args) in JsOnFocus()
[all …]
Djs_counter.cpp75 void JSCounter::JsEnableDec(const JSCallbackInfo& args) in JsEnableDec()
87 void JSCounter::JsEnableInc(const JSCallbackInfo& args) in JsEnableInc()
99 void JSCounter::JsOnInc(const JSCallbackInfo& args) in JsOnInc()
112 void JSCounter::JsOnDec(const JSCallbackInfo& args) in JsOnDec()
125 void JSCounter::JSHeight(const JSCallbackInfo& args) in JSHeight()
143 void JSCounter::JSWidth(const JSCallbackInfo& args) in JSWidth()
161 void JSCounter::SetSize(const JSCallbackInfo& args) in SetSize()
183 void JSCounter::JSControlWidth(const JSCallbackInfo& args) in JSControlWidth()
202 void JSCounter::JsBackgroundColor(const JSCallbackInfo& args) in JsBackgroundColor()
Djs_data_change_listener.h46 static void Constructor(const JSCallbackInfo& args) in Constructor()
61 void OnDataReloaded(const JSCallbackInfo& args) in OnDataReloaded()
66 void OnDataAdded(const JSCallbackInfo& args) in OnDataAdded()
71 void OnDataDeleted(const JSCallbackInfo& args) in OnDataDeleted()
76 void OnDataChanged(const JSCallbackInfo& args) in OnDataChanged()
81 void OnDataMoved(const JSCallbackInfo& args) in OnDataMoved()
93 void NotifyAll(void (V2::DataChangeListener::*method)(Args...), const JSCallbackInfo& args) in NotifyAll()
103 void NotifyAll(void (V2::DataChangeListener::*method)(Args...), Args... args) in NotifyAll()
Djs_web_controller.cpp159 void SetCookie(const JSCallbackInfo& args) in SetCookie()
176 void GetCookie(const JSCallbackInfo& args) in GetCookie()
188 void DeleteEntirelyCookie(const JSCallbackInfo& args) in DeleteEntirelyCookie()
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()
255 static void Constructor(const JSCallbackInfo& args) in Constructor()
279 const std::string& objectMethod, const std::vector<std::shared_ptr<WebJSValue>>& args) in GetJavaScriptResult()
322 void Close(const JSCallbackInfo& args) in Close()
[all …]
Djs_video_controller.cpp45 void JSVideoController::Constructor(const JSCallbackInfo& args) in Constructor()
65 void JSVideoController::Start(const JSCallbackInfo& args) in Start()
76 void JSVideoController::Pause(const JSCallbackInfo& args) in Pause()
84 void JSVideoController::Stop(const JSCallbackInfo& args) in Stop()
92 void JSVideoController::SetCurrentTime(const JSCallbackInfo& args) in SetCurrentTime()
111 void JSVideoController::RequestFullscreen(const JSCallbackInfo& args) in RequestFullscreen()
125 void JSVideoController::ExitFullscreen(const JSCallbackInfo& args) in ExitFullscreen()
Djs_indexer.cpp78 void JSIndexer::Create(const JSCallbackInfo& args) in Create()
124 void JSIndexer::SetSelectedColor(const JSCallbackInfo& args) in SetSelectedColor()
132 void JSIndexer::SetColor(const JSCallbackInfo& args) in SetColor()
140 void JSIndexer::SetPopupColor(const JSCallbackInfo& args) in SetPopupColor()
148 void JSIndexer::SetSelectedBackgroundColor(const JSCallbackInfo& args) in SetSelectedBackgroundColor()
156 void JSIndexer::SetPopupBackground(const JSCallbackInfo& args) in SetPopupBackground()
169 void JSIndexer::SetSelectedFont(const JSCallbackInfo& args) in SetSelectedFont()
184 void JSIndexer::SetPopupFont(const JSCallbackInfo& args) in SetPopupFont()
199 void JSIndexer::SetFont(const JSCallbackInfo& args) in SetFont()
214 void JSIndexer::JsOnSelected(const JSCallbackInfo& args) in JsOnSelected()
[all …]
Djs_environment.cpp41 void JSEnvironment::ConstructorCallback(const JSCallbackInfo& args) in ConstructorCallback()
55 void JSEnvironment::GetAccessibilityEnabled(const JSCallbackInfo& args) in GetAccessibilityEnabled()
75 void JSEnvironment::GetColorMode(const JSCallbackInfo& args) in GetColorMode()
84 void JSEnvironment::onChange(const JSCallbackInfo& args) in onChange()
89 void JSEnvironment::GetFontScale(const JSCallbackInfo& args) in GetFontScale()
103 void JSEnvironment::GetFontWeightScale(const JSCallbackInfo& args) in GetFontWeightScale()
112 void JSEnvironment::GetLayoutDirection(const JSCallbackInfo& args) in GetLayoutDirection()
122 void JSEnvironment::GetLanguageCode(const JSCallbackInfo& args) in GetLanguageCode()
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_dump_test/
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
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
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
/foundation/multimedia/image_framework/frameworks/kits/js/common/pixelmap_ndk/
Dimage_pixel_map_ndk.cpp46 PixelMapNapiArgs args; in OH_PixelMap_CreatePixelMap() local
62 PixelMapNapiArgs args; in OH_PixelMap_CreateAlphaPixelMap() local
75 PixelMapNapiArgs args; in OH_PixelMap_GetBytesNumberPerRow() local
86 PixelMapNapiArgs args; in OH_PixelMap_GetIsEditable() local
97 PixelMapNapiArgs args; in OH_PixelMap_IsSupportAlpha() local
108 PixelMapNapiArgs args; in OH_PixelMap_SetAlphaAble() local
119 PixelMapNapiArgs args; in OH_PixelMap_GetDensity() local
130 PixelMapNapiArgs args; in OH_PixelMap_SetDensity() local
141 PixelMapNapiArgs args; in OH_PixelMap_SetOpacity() local
152 PixelMapNapiArgs args; in OH_PixelMap_Scale() local
[all …]
/foundation/multimodalinput/input/service/event_dump/test/
Devent_dump_test.cpp60 std::vector<std::string> args; variable
68 std::vector<std::string> args = {"--help"}; variable
77 std::vector<std::string> args = {"-h"}; variable
85 std::vector<std::string> args = {"-abc"}; variable
95 std::vector<std::string> args = {"-a", "--help", "foo", "-bc", "bar"}; variable
/foundation/multimedia/image_framework/frameworks/kits/js/common/
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()
77 …int32_t ImageReceiverNapiReadLatestImage(ImageReceiverNapi* native, struct ImageReceiverArgs* args) in ImageReceiverNapiReadLatestImage()
91 …c int32_t ImageReceiverNapiReadNextImage(ImageReceiverNapi* native, struct ImageReceiverArgs* args) in ImageReceiverNapiReadNextImage()
105 static int32_t ImageReceiverNapiOn(ImageReceiverNapi* native, struct ImageReceiverArgs* args) in ImageReceiverNapiOn()
117 static int32_t ImageReceiverNapiGetSize(ImageReceiverNapi* native, struct ImageReceiverArgs* args) in ImageReceiverNapiGetSize()
128 …tic int32_t ImageReceiverNapiGetCapacity(ImageReceiverNapi* native, struct ImageReceiverArgs* args) in ImageReceiverNapiGetCapacity()
138 static int32_t ImageReceiverNapiGetFormat(ImageReceiverNapi* native, struct ImageReceiverArgs* args) in ImageReceiverNapiGetFormat()
161 int32_t ImageReceiverNativeEnvCall(int32_t mode, napi_env env, struct ImageReceiverArgs* args) in ImageReceiverNativeEnvCall()
[all …]
Dimage_pixel_map_napi_kits.cpp51 static std::shared_ptr<PixelMap> GetPixelMap(PixelMapNapi* napi, PixelMapNapiArgs* args, in GetPixelMap()
87 static int32_t PixelMapNapiCreate(napi_env env, PixelMapNapiArgs* args) in PixelMapNapiCreate()
121 static int32_t PixelMapNapiCreateAlpha(napi_env env, PixelMapNapiArgs* args) in PixelMapNapiCreateAlpha()
151 static std::shared_ptr<PixelMap> CheckAndGetPixelMap(PixelMapNapi* native, PixelMapNapiArgs* args, in CheckAndGetPixelMap()
157 static int32_t PixelMapNapiGetRowBytes(PixelMapNapi* native, PixelMapNapiArgs* args) in PixelMapNapiGetRowBytes()
168 static int32_t PixelMapNapiIsEditable(PixelMapNapi* native, PixelMapNapiArgs* args) in PixelMapNapiIsEditable()
180 static int32_t PixelMapNapiIsSupportAlpha(PixelMapNapi* native, PixelMapNapiArgs* args) in PixelMapNapiIsSupportAlpha()
192 static int32_t PixelMapNapiSetAlphaAble(PixelMapNapi* native, PixelMapNapiArgs* args) in PixelMapNapiSetAlphaAble()
212 static int32_t PixelMapNapiGetDensity(PixelMapNapi* native, PixelMapNapiArgs* args) in PixelMapNapiGetDensity()
224 static int32_t PixelMapNapiSetDensity(PixelMapNapi* native, PixelMapNapiArgs* args) in PixelMapNapiSetDensity()
[all …]
/foundation/ability/dmsfwk/services/dtbabilitymgr/test/unittest/
Ddistributed_ability_manager_dumper_test.cpp89 const std::vector<std::u16string> args; variable
109 const std::vector<std::u16string> args; variable
129 const std::vector<std::string> args; variable
149 const std::vector<std::string> args; variable
169 const std::vector<std::string> args = {"-h"}; variable
189 const std::vector<std::string> args = {"-register"}; variable
209 const std::vector<std::string> args = {"-mockArgs"}; variable
231 const std::vector<std::string> args; variable
/foundation/communication/ipc/services/dbinder/dbinder_service/include/
Ddbinder_log.h24 #define DBINDER_LOGF(LOG_LABEL, fmt, args...) \ argument
26 #define DBINDER_LOGE(LOG_LABEL, fmt, args...) \ argument
28 #define DBINDER_LOGW(LOG_LABEL, fmt, args...) \ argument
30 #define DBINDER_LOGI(LOG_LABEL, fmt, args...) \ argument
32 #define DBINDER_LOGD(LOG_LABEL, fmt, args...) \ argument
/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/
Dimage_source_mdk.cpp35 ImageSourceArgs args; in OH_ImageSource_InitNative() local
52 ImageSourceArgs args; in OH_ImageSource_Create() local
68 ImageSourceArgs args; in OH_ImageSource_CreateFromUri() local
81 ImageSourceArgs args; in OH_ImageSource_CreateFromFd() local
94 ImageSourceArgs args; in OH_ImageSource_CreateFromData() local
110 ImageSourceArgs args; in OH_ImageSource_CreateFromRawFile() local
123 ImageSourceArgs args; in OH_ImageSource_CreateIncremental() local
136 ImageSourceArgs args; in OH_ImageSource_CreateIncrementalFromData() local
151 ImageSourceArgs args; in OH_ImageSource_GetSupportedFormats() local
164 ImageSourceArgs args; in OH_ImageSource_CreatePixelMap() local
[all …]
Dimage_receiver_mdk.cpp47 ImageReceiverArgs args; in OH_Image_Receiver_CreateImageReceiver() local
62 ImageReceiverArgs args; in OH_Image_Receiver_GetReceivingSurfaceId() local
74 ImageReceiverArgs args; in OH_Image_Receiver_ReadLatestImage() local
86 ImageReceiverArgs args; in OH_Image_Receiver_ReadNextImage() local
98 ImageReceiverArgs args; in OH_Image_Receiver_On() local
109 ImageReceiverArgs args; in OH_Image_Receiver_GetSize() local
120 ImageReceiverArgs args; in OH_Image_Receiver_GetCapacity() local
131 ImageReceiverArgs args; in OH_Image_Receiver_GetFormat() local
/foundation/arkui/ace_engine/frameworks/base/log/
Dace_trace.cpp29 bool AceTraceBeginWithArgv(const char* format, va_list args) in AceTraceBeginWithArgv()
41 va_list args; in AceTraceBeginWithArgs() local
51 va_list args; in AceCountTraceWidthArgs() local
63 va_list args; in AceScopedTrace() local
80 va_list args; in AceScopedTraceFlag() local
94 std::string ACE_EXPORT AceAsyncTraceBeginWithArgv(int32_t taskId, const char* format, va_list args) in AceAsyncTraceBeginWithArgv()
106 va_list args; in AceAsyncTraceBeginWithArgs() local
119 va_list args; in AceAsyncScopedTrace() local
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcamera/
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
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
Dgraphic_log.h45 #define GRAPHIC_DECORATOR_HILOG(level, op, fmt, args...) … argument
52 #define GRAPHIC_LOGF(fmt, args...) GRAPHIC_DECORATOR_HILOG(LOG_LEVEL_FATAL, HiviewDFX::HiLog::Fatal… argument
53 #define GRAPHIC_LOGE(fmt, args...) GRAPHIC_DECORATOR_HILOG(LOG_LEVEL_ERROR, HiviewDFX::HiLog::Error… argument
54 #define GRAPHIC_LOGW(fmt, args...) GRAPHIC_DECORATOR_HILOG(LOG_LEVEL_WARN, HiviewDFX::HiLog::Warn, … argument
55 #define GRAPHIC_LOGI(fmt, args...) GRAPHIC_DECORATOR_HILOG(LOG_LEVEL_INFO, HiviewDFX::HiLog::Info, … argument
56 #define GRAPHIC_LOGD(fmt, args...) GRAPHIC_DECORATOR_HILOG(LOG_LEVEL_DEBUG, HiviewDFX::HiLog::Debug… argument

12345678910>>...36