| /foundation/multimedia/image_framework/frameworks/kits/js/common/ |
| H A D | image_mdk_kits.cpp | 41 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 D | image_receiver_mdk.cpp | 47 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 D | sa_avcodec_unit_test.cpp | 401 std::vector<std::u16string> args = {u"All"}; in HWTEST_F() local
|
| /foundation/multimedia/av_session/services/session/server/test/ |
| H A D | avsession_dumper_test.cpp | 80 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 D | remote_session_source_test.cpp | 108 AAFwk::WantParams args; in HWTEST_F() local
|
| /foundation/multimedia/av_codec/services/services/sa_avcodec/server/ |
| H A D | avcodec_server.cpp | 122 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 D | remote_session_source_proxy.cpp | 128 int32_t RemoteSessionSourceProxy::SetSessionEventRemote(const std::string& event, const AAFwk::WantParams& args) in SetSessionEventRemote() argument
|
| H A D | remote_session_sink_impl.cpp | 92 AAFwk::WantParams args; in HandleSessionDataCategory() local
|
| /foundation/multimedia/player_framework/frameworks/js/recorder/ |
| H A D | recorder_capability_napi.cpp | 34 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 D | js_joystick_event.cpp | 39 napi_value args[1] = { 0 }; in EnumClassConstructor() local
|
| /foundation/multimodalinput/input/frameworks/napi/intention_code/src/ |
| H A D | js_intention_code.cpp | 41 napi_value args[1] = { 0 }; in EnumClassConstructor() local
|
| /foundation/multimodalinput/input/frameworks/napi/touch_event/src/ |
| H A D | js_touch_event.cpp | 39 napi_value args[1] = { 0 }; in EnumClassConstructor() local
|
| /foundation/multimedia/player_framework/services/services/sa_media/server/ |
| H A D | media_server.cpp | 135 int32_t MediaServer::Dump(int32_t fd, const std::vector<std::u16string> &args) in Dump() argument
|
| /foundation/multimodalinput/input/service/subscriber/test/ |
| H A D | switch_subscriber_handler_test.cpp | 403 std::vector<std::string> args; in HWTEST_F() local
|
| /foundation/multimodalinput/input/test/fuzztest/inputdevicemanager_fuzzer/ |
| H A D | inputdevicemanager_fuzzer.cpp | 44 std::vector<std::string> args = {"hello"}; in InputDeviceManagerFuzzTest() local
|
| /foundation/multimodalinput/input/frameworks/napi/key_code/src/ |
| H A D | js_key_code.cpp | 40 napi_value args[1] = { 0 }; in EnumClassConstructor() local
|
| /foundation/multimodalinput/input/frameworks/napi/key_event/src/ |
| H A D | js_key_event.cpp | 58 napi_value args[1] = { 0 }; in EnumClassConstructor() local
|
| /foundation/multimodalinput/input/service/event_dump/src/ |
| H A D | event_dump.cpp | 70 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 D | event_interceptor_handler_test.cpp | 677 std::vector<std::string> args = {"-i"}; in HWTEST_F() local
|
| /foundation/resourceschedule/background_task_mgr/services/transient_task/include/ |
| H A D | event_info.h | 57 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 D | bundle_state_init.cpp | 91 napi_value args[ARG_FIRST] = {0}; in EnumTypeConstructor() local
|
| /foundation/resourceschedule/resource_schedule_service/ressched/interfaces/kits/js/napi/src/ |
| H A D | js_systemload_napi_init.cpp | 32 napi_value args[1] = { nullptr }; in EnumSystemloadLevelConstructor() local
|
| /foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexeservice/src/ |
| H A D | res_sched_exe_service.cpp | 71 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 D | system_ability_manager_dumper_test.cpp | 75 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 D | iremote_object_mocker.h | 68 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
|