Home
last modified time | relevance | path

Searched refs:Accept (Results 1 - 5 of 5) sorted by relevance

/base/hiviewdfx/hiview/plugins/unified_collector/app_trace/include/
H A Dapp_trace_context.h57 virtual bool Accept(std::shared_ptr<AppTraceState> preState) = 0;
76 bool Accept(std::shared_ptr<AppTraceState> preState) override;
95 bool Accept(std::shared_ptr<AppTraceState> preState) override;
113 bool Accept(std::shared_ptr<AppTraceState> state) override;
/base/hiviewdfx/hilog/frameworks/libhilog/socket/include/
H A Dsocket_server.h40 int Accept();
/base/hiviewdfx/hilog/frameworks/libhilog/socket/
H A Dsocket_server.cpp96 int SocketServer::Accept() in Accept() function in OHOS::HiviewDFX::SocketServer
H A Dseq_packet_socket_server.cpp60 int acceptResult = Accept(); in AcceptingLoop()
/base/hiviewdfx/hiview/plugins/unified_collector/app_trace/
H A Dapp_trace_context.cpp171 if (!state->Accept(state_)) { in TransferTo()
216 bool StartTraceState::Accept(std::shared_ptr<AppTraceState> preState) in Accept() function in OHOS::HiviewDFX::StartTraceState
280 bool DumpTraceState::Accept(std::shared_ptr<AppTraceState> preState) in Accept() function in OHOS::HiviewDFX::DumpTraceState
343 bool StopTraceState::Accept(std::shared_ptr<AppTraceState> preState) in Accept() function in OHOS::HiviewDFX::StopTraceState

Completed in 3 milliseconds