Home
last modified time | relevance | path

Searched refs:processor (Results 1 - 3 of 3) sorted by relevance

/test/testfwk/arkxtest/uitest/core/
H A Dfrontend_api_handler.h59 * Add command pre-processor.
61 void AddCommonPreprocessor(std::string_view name, ApiInvokeHandler processor);
64 * Remove command pre-processor.
H A Dfrontend_api_handler.cpp363 void FrontendApiServer::AddCommonPreprocessor(string_view name, ApiInvokeHandler processor) in AddCommonPreprocessor() argument
365 if (processor == nullptr) { in AddCommonPreprocessor()
368 commonPreprocessors_.insert(make_pair(name, processor)); in AddCommonPreprocessor()
392 for (auto &[name, processor] : commonPreprocessors_) { in Call()
393 processor(call, out); in Call()
/test/testfwk/arkxtest/uitest/test/
H A Dfrontend_api_handler_test.cpp166 auto processor = [](const ApiCallInfo &in, ApiReplyInfo &out) { in TEST_F() local
171 server.AddCommonPreprocessor("dummyProcessor", processor); in TEST_F()

Completed in 5 milliseconds