Searched refs:SAMGR_SendRequestProxy (Results 1 - 4 of 4) sorted by relevance
/test/xts/acts/distributed_schedule_lite/system_ability_manager_hal/src/ |
H A D | sendrequest_func_test.c | 42 int32 (*SAMGR_SendRequestProxy)(const Identity *identity, const Request *request, Handler handler);
member 74 static int32 SAMGR_SendRequestProxy(const Identity *identity, const Request *request, Handler handler)
in SAMGR_SendRequestProxy() function 298 .SAMGR_SendRequestProxy = SAMGR_SendRequestProxy,
314 .SAMGR_SendRequestProxy = SAMGR_SendRequestProxy,
330 .SAMGR_SendRequestProxy = SAMGR_SendRequestProxy,
460 int32 result = demoApi->SAMGR_SendRequestProxy(&feature->identity, &request, NULL);
497 int32 result = demoApi->SAMGR_SendRequestProxy( [all...] |
H A D | sendresponse_func_test.c | 41 int32 (*SAMGR_SendRequestProxy)(const Identity *identity, const Request *request, Handler handler);
member 62 static int32 SAMGR_SendRequestProxy(const Identity *identity, const Request *request, Handler handler)
in SAMGR_SendRequestProxy() function 239 .SAMGR_SendRequestProxy = SAMGR_SendRequestProxy,
253 .SAMGR_SendRequestProxy = SAMGR_SendRequestProxy,
267 .SAMGR_SendRequestProxy = SAMGR_SendRequestProxy,
372 demoApi->SAMGR_SendRequestProxy(&feature->identity, &request, DemoHandlerAndCheck);
404 demoApi->SAMGR_SendRequestProxy( [all...] |
/test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/ |
H A D | SendRequestTest.cpp | 47 int32 (*SAMGR_SendRequestProxy)(const Identity *identity, const Request *request, Handler handler); member 79 static int32 SAMGR_SendRequestProxy(const Identity *identity, const Request *request, Handler handler) in SAMGR_SendRequestProxy() function 232 .SAMGR_SendRequestProxy = SAMGR_SendRequestProxy, 249 .SAMGR_SendRequestProxy = SAMGR_SendRequestProxy, 403 int32 result = demoApi->SAMGR_SendRequestProxy(&feature->identity, &request, nullptr); in HWTEST_F() 443 int32 result = demoApi->SAMGR_SendRequestProxy(&feature->identity, &request, nullptr); in HWTEST_F() 478 int32 result = demoApi->SAMGR_SendRequestProxy(&identityX, &request, nullptr); in HWTEST_F() 515 int32 result = demoApi->SAMGR_SendRequestProxy( in HWTEST_F() [all...] |
H A D | SendResponseTest.cpp | 38 int32 (*SAMGR_SendRequestProxy)(const Identity *identity, const Request *request, Handler handler); member 59 static int32 SAMGR_SendRequestProxy(const Identity *identity, const Request *request, Handler handler) in SAMGR_SendRequestProxy() function 245 .SAMGR_SendRequestProxy = SAMGR_SendRequestProxy, 260 .SAMGR_SendRequestProxy = SAMGR_SendRequestProxy, 275 .SAMGR_SendRequestProxy = SAMGR_SendRequestProxy, 384 demoApi->SAMGR_SendRequestProxy(&feature->identity, &request, DemoHandlerAndCheck); in HWTEST_F() 419 demoApi->SAMGR_SendRequestProxy( in HWTEST_F() [all...] |
Completed in 5 milliseconds