Home
last modified time | relevance | path

Searched refs:strArg (Results 1 - 6 of 6) sorted by relevance

/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/src/
H A Dmessage.cpp29 Message::Message(int what, std::string strArg) : Message(what, 0, 0, 0, strArg) {} in Message() argument
35 Message::Message(int what, int arg1, std::string strArg) : Message(what, arg1, 0, 0, strArg) {} in Message() argument
39 Message::Message(int what, int arg1, int arg2, long uptimeMillis, std::string strArg) in Message() argument
40 : what_(what), arg1_(arg1), arg2_(arg2), strArg_(strArg) in Message()
62 void Message::SetStrArg(std::string strArg) in SetStrArg() argument
64 this->strArg_ = strArg; in SetStrArg()
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/src/
H A Dmessage.cpp29 Message::Message(int what, std::string strArg) : Message(what, 0, 0, 0, strArg) {} in Message() argument
35 Message::Message(int what, int arg1, std::string strArg) : Message(what, arg1, 0, 0, strArg) {} in Message() argument
39 Message::Message(int what, int arg1, int arg2, long uptimeMillis, std::string strArg) in Message() argument
40 : what_(what), arg1_(arg1), arg2_(arg2), strArg_(strArg) in Message()
62 void Message::SetStrArg(std::string strArg) in SetStrArg() argument
64 this->strArg_ = strArg; in SetStrArg()
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/include/
H A Dmessage.h53 Message(int what, std::string strArg);
59 Message(int what, int arg1, int arg2, long uptimeMillis, std::string strArg);
60 Message(int what, int arg1, std::string strArg);
66 void SetStrArg(std::string strArg);
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/include/
H A Dmessage.h53 Message(int what, std::string strArg);
59 Message(int what, int arg1, int arg2, long uptimeMillis, std::string strArg);
60 Message(int what, int arg1, std::string strArg);
66 void SetStrArg(std::string strArg);
/foundation/resourceschedule/background_task_mgr/services/transient_task/src/
H A Ddevice_info_manager.cpp27 std::vector<std::string> strArg = eventInfo.GetStringArgs(); in OnInputEvent() local
28 if (strArg[0] != "dump") { in OnInputEvent()
/foundation/multimedia/av_session/services/session/server/test/fuzztest/avsessionservice_fuzzer/
H A Davsessionservice_fuzzer.cpp362 string strArg(reinterpret_cast<const char*>(data), size); in AvSessionServiceHandleEventTest()
363 std::u16string u16strArg(strArg.begin(), strArg.end()); in AvSessionServiceHandleEventTest()

Completed in 5 milliseconds