Home
last modified time | relevance | path

Searched refs:IsValidCmd (Results 1 – 2 of 2) sorted by relevance

/base/hiviewdfx/hilog/services/hilogd/include/
Dservice_controller.h88 bool IsValidCmd(const CmdList& list, IoctlCmd cmd);
/base/hiviewdfx/hilog/services/hilogd/
Dservice_controller.cpp798 bool ServiceController::IsValidCmd(const CmdList& list, IoctlCmd cmd) in IsValidCmd() function in OHOS::HiviewDFX::ServiceController
814 if (!IsValidCmd(list, cmd)) { in CommunicationLoop()