Home
last modified time | relevance | path

Searched refs:AddCommonPreprocessor (Results 1 – 3 of 3) sorted by relevance

/test/testfwk/arkxtest/uitest/core/
Dfrontend_api_handler.h61 void AddCommonPreprocessor(std::string_view name, ApiInvokeHandler processor);
Dfrontend_api_handler.cpp363 void FrontendApiServer::AddCommonPreprocessor(string_view name, ApiInvokeHandler processor) in AddCommonPreprocessor() function in OHOS::uitest::FrontendApiServer
1460 server.AddCommonPreprocessor("APiCallInfoChecker", APiCallInfoChecker); in RegisterApiHandlers()
/test/testfwk/arkxtest/uitest/test/
Dfrontend_api_handler_test.cpp171 server.AddCommonPreprocessor("dummyProcessor", processor); in TEST_F()