Home
last modified time | relevance | path

Searched refs:GetFirstLine (Results 1 - 9 of 9) sorted by relevance

/foundation/multimodalinput/input/service/module_loader/include/
H A Dwatchdog_task.h31 std::string GetFirstLine(const std::string& path);
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/src/
H A Drtsp_parse.h43 std::string GetFirstLine() in GetFirstLine() function in OHOS::CastEngine::CastEngineService::CastSessionRtsp::RtspParse
H A Drtsp_controller.cpp186 if (Utils::StartWith(request.GetFirstLine(), func.first)) { in OnRequest()
471 bool isSuccess = Utils::StartWith(request.GetFirstLine(), "PLAY"); in ProcessPlayRequest()
495 bool isSuccess = Utils::StartWith(request.GetFirstLine(), "PAUSE"); in ProcessPauseRequest()
512 if (!Utils::StartWith(request.GetFirstLine(), "Teardown")) { in ProcessTearDownRequest()
H A Drtsp_package.cpp237 CLOGD("Firstline %{public}s GetUnMatchedStr %{public}s", request.GetFirstLine().c_str(), in EncapResponseGetParamM3()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/src/
H A Drtsp_parse.h43 std::string GetFirstLine() in GetFirstLine() function in OHOS::CastEngine::CastEngineService::CastSessionRtsp::RtspParse
H A Drtsp_controller.cpp186 if (Utils::StartWith(request.GetFirstLine(), func.first)) { in OnRequest()
471 bool isSuccess = Utils::StartWith(request.GetFirstLine(), "PLAY"); in ProcessPlayRequest()
495 bool isSuccess = Utils::StartWith(request.GetFirstLine(), "PAUSE"); in ProcessPauseRequest()
512 if (!Utils::StartWith(request.GetFirstLine(), "Teardown")) { in ProcessTearDownRequest()
H A Drtsp_package.cpp237 CLOGD("Firstline %{public}s GetUnMatchedStr %{public}s", request.GetFirstLine().c_str(), in EncapResponseGetParamM3()
/foundation/multimodalinput/input/service/module_loader/src/
H A Dwatchdog_task.cpp41 std::string WatchdogTask::GetFirstLine(const std::string& path) in GetFirstLine() function in OHOS::MMI::WatchdogTask
62 std::string procCmdlineContent = GetFirstLine(procCmdlinePath); in GetProcessNameFromProcCmdline()
/foundation/multimodalinput/input/service/module_loader/test/
H A Dwatchdog_task_test.cpp37 * @tc.desc: Test the function GetFirstLine
46 auto ret = watchdogtask.GetFirstLine(path); in HWTEST_F()

Completed in 11 milliseconds