Home
last modified time | relevance | path

Searched refs:PlayerOperationReason (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_callback_looper.cpp224 auto ptr = AnyCast<std::pair<PlayerOnSystemOperationType, PlayerOperationReason>>(&info); in DoReportSystemOperation()
257 …erCallbackLooper::OnSystemOperation(PlayerOnSystemOperationType type, PlayerOperationReason reason) in OnSystemOperation()
H A Dhiplayer_callback_looper.h53 void OnSystemOperation(PlayerOnSystemOperationType type, PlayerOperationReason reason) override;
/ohos5.0/foundation/multimedia/player_framework/services/services/engine_intf/
H A Di_player_engine.h43 …virtual void OnSystemOperation(PlayerOnSystemOperationType type, PlayerOperationReason reason) = 0;
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Dplayer.h169 enum PlayerOperationReason : int32_t { enum
/ohos5.0/foundation/multimedia/player_framework/services/services/player/server/
H A Dplayer_server.h132 void OnSystemOperation(PlayerOnSystemOperationType type, PlayerOperationReason reason) override;
H A Dplayer_server_state.cpp410 …PlayerOnSystemOperationType::OPERATION_TYPE_PAUSE, PlayerOperationReason::OPERATION_REASON_USER_BA… in StateEnter()
H A Dplayer_server.cpp1644 void PlayerServer::OnSystemOperation(PlayerOnSystemOperationType type, PlayerOperationReason reason) in OnSystemOperation()