Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/uitest/test/
Dfrontend_api_handler_test.cpp78 static auto apiId = GenerateUniqueId(); in TEST_F() local
88 static auto apiId = GenerateUniqueId(); in TEST_F() local
111 static auto apiId = GenerateUniqueId(); in TEST_F() local
129 static auto apiId = GenerateUniqueId(); in TEST_F() local
146 static auto apiId = GenerateUniqueId(); in TEST_F() local
160 static auto apiId = GenerateUniqueId(); in TEST_F() local
/test/testfwk/arkxtest/uitest/cj/
Duitest_ffi.h23 char *apiId; member
/test/testfwk/arkxtest/uitest/core/
Dfrontend_api_handler.cpp339 void FrontendApiServer::AddHandler(string_view apiId, ApiInvokeHandler handler) in AddHandler()
367 void FrontendApiServer::RemoveHandler(string_view apiId) in RemoveHandler()