Home
last modified time | relevance | path

Searched defs:apiId (Results 1 – 2 of 2) sorted by relevance

/test/testfwk/arkxtest/uitest/test/
Dfrontend_api_handler_test.cpp76 static auto apiId = GenerateUniqueId(); in TEST_F() local
86 static auto apiId = GenerateUniqueId(); in TEST_F() local
109 static auto apiId = GenerateUniqueId(); in TEST_F() local
127 static auto apiId = GenerateUniqueId(); in TEST_F() local
144 static auto apiId = GenerateUniqueId(); in TEST_F() local
158 static auto apiId = GenerateUniqueId(); in TEST_F() local
/test/testfwk/arkxtest/uitest/core/
Dfrontend_api_handler.cpp315 void FrontendApiServer::AddHandler(string_view apiId, ApiInvokeHandler handler) in AddHandler()
343 void FrontendApiServer::RemoveHandler(string_view apiId) in RemoveHandler()