Searched refs:engineSp (Results 1 – 1 of 1) sorted by relevance
99 std::shared_ptr<ClientEngineInterface> engineSp = mEngine.lock(); in setPipeProfileOptions() local100 if (!engineSp) { in setPipeProfileOptions()103 Status status = engineSp->processClientConfigUpdate(command); in setPipeProfileOptions()114 std::shared_ptr<ClientEngineInterface> engineSp = mEngine.lock(); in startPipeProfiling() local115 if (!engineSp) { in startPipeProfiling()118 Status status = engineSp->processClientCommand(controlCommand); in startPipeProfiling()125 std::shared_ptr<ClientEngineInterface> engineSp = mEngine.lock(); in stopPipeProfiling() local126 if (!engineSp) { in stopPipeProfiling()129 Status status = engineSp->processClientCommand(controlCommand); in stopPipeProfiling()136 status = engineSp->processClientCommand(controlCommand2); in stopPipeProfiling()[all …]