Home
last modified time | relevance | path

Searched defs:args (Results 876 - 900 of 3890) sorted by relevance

1...<<31323334353637383940>>...156

/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_mdk_kits.cpp41 static NativeImage* CheckAndGetImage(ImageNapi* native, const struct ImageNapiArgs* args) in CheckAndGetImage() argument
49 static int32_t ImageNapiClipRect(ImageNapi* native, struct ImageNapiArgs* args) in ImageNapiClipRect() argument
65 ImageNapiSize(ImageNapi* native, struct ImageNapiArgs* args) ImageNapiSize() argument
78 ImageNapiFormat(ImageNapi* native, struct ImageNapiArgs* args) ImageNapiFormat() argument
92 ImageNapiGetComponent(ImageNapi* native, struct ImageNapiArgs* args) ImageNapiGetComponent() argument
128 ImageNapiNativeCtxCall(int32_t mode, ImageNapi* native, struct ImageNapiArgs* args) ImageNapiNativeCtxCall() argument
[all...]
/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/
H A Dimage_receiver_mdk.cpp47 ImageReceiverArgs args; in OH_Image_Receiver_CreateImageReceiver() local
62 ImageReceiverArgs args; in OH_Image_Receiver_GetReceivingSurfaceId() local
74 ImageReceiverArgs args; OH_Image_Receiver_ReadLatestImage() local
86 ImageReceiverArgs args; OH_Image_Receiver_ReadNextImage() local
98 ImageReceiverArgs args; OH_Image_Receiver_On() local
109 ImageReceiverArgs args; OH_Image_Receiver_GetSize() local
120 ImageReceiverArgs args; OH_Image_Receiver_GetCapacity() local
131 ImageReceiverArgs args; OH_Image_Receiver_GetFormat() local
[all...]
/foundation/multimedia/av_codec/test/unittest/sa_avcodec_test/
H A Dsa_avcodec_unit_test.cpp401 std::vector<std::u16string> args = {u"All"}; in HWTEST_F() local
/foundation/multimedia/av_session/services/session/server/test/
H A Davsession_dumper_test.cpp80 std::vector<std::string> args = { "aa", "bb" }; in HWTEST_F() local
95 std::vector<std::string> args = { "****" }; in HWTEST_F() local
111 std::vector<std::string> args = { ARGS_HELP }; in HWTEST_F() local
128 std::vector<std::string> args = { ARGS_SHOW_METADATA }; in HWTEST_F() local
144 std::vector<std::string> args = { ARGS_SHOW_SESSION_INFO }; in HWTEST_F() local
164 std::vector<std::string> args = { ARGS_SHOW_SESSION_INFO }; HWTEST_F() local
183 std::vector<std::string> args = { ARGS_SHOW_SESSION_INFO }; HWTEST_F() local
202 std::vector<std::string> args = { ARGS_SHOW_SESSION_INFO }; HWTEST_F() local
221 std::vector<std::string> args = { ARGS_SHOW_CONTROLLER_INFO }; HWTEST_F() local
236 std::vector<std::string> args = { ARGS_SHOW_ERROR_INFO }; HWTEST_F() local
251 std::vector<std::string> args = { ARGS_SHOW_ERROR_INFO }; HWTEST_F() local
267 std::vector<std::string> args = { ARGS_TRUSTED_DEVICES_INFO }; HWTEST_F() local
[all...]
H A Dremote_session_source_test.cpp108 AAFwk::WantParams args; in HWTEST_F() local
/foundation/multimedia/av_codec/services/services/sa_avcodec/server/
H A Davcodec_server.cpp122 int32_t AVCodecServer::Dump(int32_t fd, const std::vector<std::u16string> &args) in Dump() argument
/foundation/multimedia/av_session/services/session/server/remote/
H A Dremote_session_source_proxy.cpp128 int32_t RemoteSessionSourceProxy::SetSessionEventRemote(const std::string& event, const AAFwk::WantParams& args) in SetSessionEventRemote() argument
H A Dremote_session_sink_impl.cpp92 AAFwk::WantParams args; in HandleSessionDataCategory() local
/foundation/multimedia/player_framework/frameworks/js/recorder/
H A Drecorder_capability_napi.cpp34 napi_value args[1] = {nullptr}; in GetAudioRecorderCaps() local
78 napi_value args[2] = {nullptr}; in IsAudioRecorderConfigSupported() local
129 napi_value args[1] = {nullptr}; in GetVideoRecorderCaps() local
172 napi_value args[3] = {nullptr}; GetVideoRecorderProfile() local
226 napi_value args[3] = {nullptr}; HasVideoRecorderProfile() local
[all...]
/foundation/multimodalinput/input/frameworks/napi/joystick_event/src/
H A Djs_joystick_event.cpp39 napi_value args[1] = { 0 }; in EnumClassConstructor() local
/foundation/multimodalinput/input/frameworks/napi/intention_code/src/
H A Djs_intention_code.cpp41 napi_value args[1] = { 0 }; in EnumClassConstructor() local
/foundation/multimodalinput/input/frameworks/napi/touch_event/src/
H A Djs_touch_event.cpp39 napi_value args[1] = { 0 }; in EnumClassConstructor() local
/foundation/multimedia/player_framework/services/services/sa_media/server/
H A Dmedia_server.cpp135 int32_t MediaServer::Dump(int32_t fd, const std::vector<std::u16string> &args) in Dump() argument
/foundation/multimodalinput/input/service/subscriber/test/
H A Dswitch_subscriber_handler_test.cpp403 std::vector<std::string> args; in HWTEST_F() local
/foundation/multimodalinput/input/test/fuzztest/inputdevicemanager_fuzzer/
H A Dinputdevicemanager_fuzzer.cpp44 std::vector<std::string> args = {"hello"}; in InputDeviceManagerFuzzTest() local
/foundation/multimodalinput/input/frameworks/napi/key_code/src/
H A Djs_key_code.cpp40 napi_value args[1] = { 0 }; in EnumClassConstructor() local
/foundation/multimodalinput/input/frameworks/napi/key_event/src/
H A Djs_key_event.cpp58 napi_value args[1] = { 0 }; in EnumClassConstructor() local
/foundation/multimodalinput/input/service/event_dump/src/
H A Devent_dump.cpp70 void EventDump::CheckCount(int32_t fd, const std::vector<std::string> &args, int32_t &count) in CheckCount() argument
85 void EventDump::ParseCommand(int32_t fd, const std::vector<std::string> &args) in ParseCommand() argument
247 DumpEventHelp(int32_t fd, const std::vector<std::string> &args) DumpEventHelp() argument
[all...]
/foundation/multimodalinput/input/service/interceptor/test/
H A Devent_interceptor_handler_test.cpp677 std::vector<std::string> args = {"-i"}; in HWTEST_F() local
/foundation/resourceschedule/background_task_mgr/services/transient_task/include/
H A Devent_info.h57 inline void SetIntArgs(const std::vector<int32_t> args) in SetIntArgs() argument
67 inline void SetStringArgs(const std::vector<std::string> args) in SetStringArgs() argument
/foundation/resourceschedule/device_usage_statistics/frameworks/src/
H A Dbundle_state_init.cpp91 napi_value args[ARG_FIRST] = {0}; in EnumTypeConstructor() local
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/kits/js/napi/src/
H A Djs_systemload_napi_init.cpp32 napi_value args[1] = { nullptr }; in EnumSystemloadLevelConstructor() local
/foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexeservice/src/
H A Dres_sched_exe_service.cpp71 int32_t ResSchedExeService::Dump(int32_t fd, const std::vector<std::u16string>& args) in Dump() argument
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_manager_dumper_test.cpp75 const std::vector<std::string> args; in HWTEST_F() local
303 std::vector<std::string> args; in HWTEST_F() local
321 std::vector<std::string> args; in HWTEST_F() local
339 std::vector<std::string> args; in HWTEST_F() local
359 std::vector<std::string> args; HWTEST_F() local
379 std::vector<std::string> args; HWTEST_F() local
399 std::vector<std::string> args; HWTEST_F() local
416 std::vector<std::string> args; HWTEST_F() local
434 std::vector<std::string> args; HWTEST_F() local
454 std::vector<std::string> args; HWTEST_F() local
475 std::vector<std::string> args; HWTEST_F() local
496 std::vector<std::string> args; HWTEST_F() local
517 std::vector<std::string> args; HWTEST_F() local
538 std::vector<std::string> args; HWTEST_F() local
559 std::vector<std::string> args; HWTEST_F() local
580 std::vector<std::string> args; HWTEST_F() local
600 std::vector<std::string> args; HWTEST_F() local
620 std::vector<std::string> args; HWTEST_F() local
640 std::vector<std::string> args; HWTEST_F() local
658 std::vector<std::string> args; HWTEST_F() local
677 std::vector<std::string> args; HWTEST_F() local
697 std::vector<std::string> args; HWTEST_F() local
717 std::vector<std::string> args; HWTEST_F() local
908 std::vector<std::string> args; HWTEST_F() local
925 std::vector<std::string> args; HWTEST_F() local
943 std::vector<std::string> args; HWTEST_F() local
963 std::vector<std::string> args; HWTEST_F() local
988 std::vector<std::string> args; HWTEST_F() local
[all...]
/foundation/window/window_manager/test/common/mock/
H A Diremote_object_mocker.h68 int Dump(int fd, const std::vector<std::u16string>& args) in Dump() argument
118 int Dump(int fd, const std::vector<std::u16string>& args) in Dump() argument

Completed in 12 milliseconds

1...<<31323334353637383940>>...156