Home
last modified time | relevance | path

Searched refs:stringCmds (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_avcontroller_callback.cpp303 std::vector<std::string> stringCmds = NapiControlCommand::ConvertCommands(cmds); in OnValidCommandChange() local
304 … HandleEventWithThreadSafe(EVENT_VALID_COMMAND_CHANGE, static_cast<int>(cmds.size()), stringCmds); in OnValidCommandChange()
H A Dnapi_avcast_controller_callback.cpp313 std::vector<std::string> stringCmds = NapiCastControlCommand::ConvertCommands(cmds); in OnCastValidCommandChanged() local
314 HandleEvent(EVENT_CAST_VALID_COMMAND_CHANGED, stringCmds); in OnCastValidCommandChanged()
H A Dnapi_avsession_controller.cpp842 std::vector<std::string> stringCmds; in GetValidCommands() member
872 context->stringCmds = NapiControlCommand::ConvertCommands(cmds); in GetValidCommands()
876 context->status = NapiUtils::SetValue(env, context->stringCmds, output); in GetValidCommands()
923 std::vector<std::string> stringCmds = NapiControlCommand::ConvertCommands(cmds); in GetValidCommandsSync() local
925 auto status = NapiUtils::SetValue(env, stringCmds, output); in GetValidCommandsSync()
H A Dnapi_avcast_controller.cpp416 std::vector<std::string> stringCmds; in GetValidCommands() member
447 context->stringCmds = NapiCastControlCommand::ConvertCommands(cmds); in GetValidCommands()
451 context->status = NapiUtils::SetValue(env, context->stringCmds, output); in GetValidCommands()