Home
last modified time | relevance | path

Searched refs:ApiCallHandler (Results 1 – 2 of 2) sorted by relevance

/test/testfwk/arkxtest/uitest/connection/
Dipc_transactor.h41 using ApiCallHandler = std::function<void(const ApiCallInfo &, ApiReplyInfo &)>; variable
51 void SetCallHandler(ApiCallHandler handler);
55 ApiCallHandler handler_ = nullptr;
80 bool InitAndConnectPeer(std::string_view token, ApiCallHandler handler);
Dipc_transactor.cpp123 void ApiCaller::SetCallHandler(ApiCallHandler handler) in SetCallHandler()
289 bool ApiTransactor::InitAndConnectPeer(string_view token, ApiCallHandler handler) in InitAndConnectPeer()