Home
last modified time | relevance | path

Searched refs:RemoveAvailableCommand (Results 1 - 10 of 10) sorted by relevance

/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H A Davcast_controller.h74 virtual int32_t RemoveAvailableCommand(const int32_t cmd) = 0;
/foundation/multimedia/av_session/services/session/ipc/proxy/
H A Davcast_controller_proxy.h55 int32_t RemoveAvailableCommand(const int32_t cmd) override;
H A Davcast_controller_proxy.cpp321 int32_t AVCastControllerProxy::RemoveAvailableCommand(const int32_t cmd) in RemoveAvailableCommand() function in OHOS::AVSession::AVCastControllerProxy
/foundation/multimedia/av_session/services/session/server/
H A Davcast_controller_item.h81 int32_t RemoveAvailableCommand(const int32_t cmd) override;
H A Davcast_controller_item.cpp387 int32_t AVCastControllerItem::RemoveAvailableCommand(const int32_t cmd) in RemoveAvailableCommand() function in OHOS::AVSession::AVCastControllerItem
/foundation/multimedia/av_session/services/session/server/test/
H A Davcast_controller_proxy_test.cpp194 * @tc.desc: Test RemoveAvailableCommand
201 int32_t ret = avCastControllerProxy_->RemoveAvailableCommand(cmd); in HWTEST_F()
H A Davcast_controller_stub_test.cpp136 int32_t RemoveAvailableCommand(const int32_t cmd) override
/foundation/multimedia/av_session/services/session/ipc/stub/
H A Davcast_controller_stub.cpp228 int32_t ret = RemoveAvailableCommand(cmd);
230 CHECK_AND_RETURN_RET_LOG(ret == AVSESSION_SUCCESS, ERR_NONE, "RemoveAvailableCommand failed");
/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_avcast_controller.cpp968 ->RemoveAvailableCommand(AVCastControlCommand::CAST_CONTROL_CMD_PLAY_STATE_CHANGE); in OffPlaybackStateChange()
995 ->RemoveAvailableCommand(AVCastControlCommand::CAST_CONTROL_CMD_PLAY_NEXT); in OffPlayNext()
1012 ->RemoveAvailableCommand(AVCastControlCommand::CAST_CONTROL_CMD_PLAY_PREVIOUS); in OffPlayPrevious()
/foundation/multimedia/av_session/frameworks/native/session/test/unittest/
H A Davcast_controller_test.cpp534 * @tc.desc: RemoveAvailableCommand
541 EXPECT_EQ(castController_->RemoveAvailableCommand(0), AVSESSION_SUCCESS); in HWTEST_F()

Completed in 8 milliseconds