| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
| H A D | rs_base_render_engine_test.cpp | 132 BufferDrawParam param;
in HWTEST() local
|
| /foundation/multimedia/media_foundation/engine/scene/recorder/internal/ |
| H A D | state_machine.cpp | 69 ErrorCode StateMachine::SendEvent(Intent intent, const Plugin::Any& param) in SendEvent() argument 87 ErrorCode StateMachine::SendEventAsync(Intent intent, const Plugin::Any& param) in SendEventAsync() argument 96 ProcessIntent(Intent intent, const Plugin::Any& param) ProcessIntent() argument [all...] |
| H A D | state.cpp | 40 std::tuple<ErrorCode, Action> State::Execute(Intent intent, const Plugin::Any& param) in Execute() argument 55 std::tuple<ErrorCode, Action> State::SetVideoSource(const Plugin::Any& param) in SetVideoSource() argument 61 std::tuple<ErrorCode, Action> State::SetAudioSource(const Plugin::Any& param) in SetAudioSource() argument 67 std::tuple<ErrorCode, Action> State::Configure(const Plugin::Any ¶m) in Configure() argument 73 std::tuple<ErrorCode, Action> State::SetOutputFormat(const Plugin::Any& param) in SetOutputFormat() argument 99 Stop(const Plugin::Any& param) Stop() argument 126 OnError(const Plugin::Any& param) OnError() argument 136 DispatchIntent(Intent intent, const Plugin::Any& param) DispatchIntent() argument [all...] |
| /foundation/multimedia/media_foundation/engine/scene/player/internal/ |
| H A D | state_machine.cpp | 78 ErrorCode StateMachine::SendEvent(Intent intent, const Plugin::Any& param) in SendEvent() argument 96 ErrorCode StateMachine::SendEventAsync(Intent intent, const Plugin::Any& param) in SendEventAsync() argument 106 ProcessIntent(Intent intent, const Plugin::Any& param) ProcessIntent() argument [all...] |
| H A D | state.cpp | 89 std::tuple<ErrorCode, Action> State::Execute(Intent intent, const Plugin::Any& param) in Execute() argument 101 std::tuple<ErrorCode, Action> State::SetSource(const Plugin::Any& param) in SetSource() argument 132 std::tuple<ErrorCode, Action> State::Seek(const Plugin::Any& param) in Seek() argument 145 std::tuple<ErrorCode, Action> State::OnError(const Plugin::Any& param) in OnError() argument 158 std::tuple<ErrorCode, Action> State::DispatchIntent(Intent intent, const Plugin::Any& param) in DispatchIntent() argument [all...] |
| /foundation/multimedia/media_foundation/interface/inner_api/plugin/ |
| H A D | plugin_event.h | 58 Any param; member
|
| /foundation/multimedia/media_foundation/interface/inner_api/common/ |
| H A D | event.h | 62 Any param; member
|
| /foundation/multimedia/av_codec/test/moduletest/muxer/Common/src/ |
| H A D | AVMuxerDemo.cpp | 176 std::shared_ptr<Meta> param = std::make_shared<Meta>(); in InnerSetRotation() local
|
| /foundation/multimedia/camera_framework/services/camera_service/src/avcodec/ |
| H A D | audio_video_muxer.cpp | 56 std::shared_ptr<Meta> param = std::make_shared<Meta>(); in SetRotation() local 99 std::shared_ptr<Meta> param = std::make_shared<Meta>(); in SetTimedMetadata() local
|
| /foundation/multimedia/media_lite/services/player_lite/impl/player_control/sink/ |
| H A D | player_sink_manager.h | 52 } param; member
|
| /foundation/multimedia/player_framework/services/services/avmetadatahelper/client/ |
| H A D | avmetadatahelper_client.cpp | 135 FetchFrameAtTime(int64_t timeUs, int32_t option, const OutputConfiguration ¶m) FetchFrameAtTime() argument 143 FetchFrameYuv(int64_t timeUs, int32_t option, const OutputConfiguration ¶m) FetchFrameYuv() argument
|
| /foundation/multimedia/player_framework/frameworks/native/audio_haptic/ |
| H A D | audio_haptic_manager_impl.cpp | 208 AudioHapticPlayerParam param = AudioHapticPlayerParam(audioHapticPlayerOptions, in CreatePlayer() local
|
| /foundation/multimedia/player_framework/services/engine/histreamer/avmetadatahelper/ |
| H A D | avmetadatahelper_impl.cpp | 141 FetchFrameAtTime( int64_t timeUs, int32_t option, const OutputConfiguration ¶m) FetchFrameAtTime() argument 150 FetchFrameYuv( int64_t timeUs, int32_t option, const OutputConfiguration ¶m) FetchFrameYuv() argument
|
| /foundation/multimedia/ringtone_library/services/ringtone_restore/src/ |
| H A D | ringtone_restore_napi.cpp | 174 const int32_t param = 2; in JSStartRestore() local
|
| /foundation/multimodalinput/input/intention/cooperate/plugin/src/ |
| H A D | cooperate_free.cpp | 162 StopCooperateEvent param = std::get<StopCooperateEvent>(event.event); in OnStop() local
|
| /foundation/multimodalinput/input/intention/cooperate/server/src/ |
| H A D | cooperate_server.cpp | 52 DefaultParam param; in Enable() local 74 DefaultParam param; in Disable() local 100 StartCooperateParam param; in Start() local 118 StopCooperateParam param; Stop() local 147 RegisterEventListenerParam param; AddWatch() local 179 UnregisterEventListenerParam param; RemoveWatch() local 217 GetCooperateStateParam param; GetParam() local 225 GetCooperateStateSyncParam param; GetParam() local [all...] |
| /foundation/multimodalinput/input/service/module_loader/src/ |
| H A D | watchdog_task.cpp | 85 char param[buffSize] = { 0 }; in IsProcessDebug() local
|
| /foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/ |
| H A D | mock_event_handler.cpp | 53 void EventHandler::RemoveEvent(uint32_t innerEventId, int64_t param) {} in RemoveEvent() argument 78 bool EventHandler::HasInnerEvent(int64_t param) in HasInnerEvent() argument
|
| /foundation/resourceschedule/memmgr/common/src/config/ |
| H A D | reclaim_config.cpp | 50 std::map<std::string, std::string> param; in ParseConfig() local 60 void ReclaimConfig::SetZswapdParamConfig(std::map<std::string, std::string> ¶m) in SetZswapdParamConfig() argument [all...] |
| /foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/ |
| H A D | common_want.cpp | 31 std::string UnwrapStringFromJS(napi_env env, napi_value param, const std::string &defaultValue = "") in UnwrapStringFromJS() argument 61 bool InnerUnwrapJS(napi_env env, napi_value param, AAFwk::WantParams &wantParams, std::string strProName) in InnerUnwrapJS() argument 113 bool UnwrapWantParams(napi_env env, napi_value param, AAFwk::WantParams &wantParams) in UnwrapWantParams() argument [all...] |
| /foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/entity/ |
| H A D | p2p_connect_state.cpp | 222 BroadcastParam param; in OnTimeout() local
|
| /foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_lane_manager_test/ |
| H A D | trans_lane_manager_test.cpp | 359 SessionParam *param = (SessionParam *)SoftBusCalloc(sizeof(SessionParam)); in HWTEST_F() local [all...] |
| /foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/manager/ |
| H A D | client_trans_session_impl_test.cpp | 222 SessionParam param = { in HWTEST_F() local
|
| /foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/ |
| H A D | trans_channel_callback.c | 213 static int32_t TransServerOnQosEvent(const char *pkgName, const QosParam *param) in TransServerOnQosEvent() argument
|
| /foundation/communication/dsoftbus/sdk/transmission/ipc/mini/ |
| H A D | trans_server_proxy.c | 45 int32_t ServerIpcOpenSession(const SessionParam *param, TransInfo *info) in ServerIpcOpenSession() argument
|