Home
last modified time | relevance | path

Searched defs:req (Results 1 – 16 of 16) sorted by relevance

/test/xts/acts/kernel_lite/time_posix/src/
DSleepTest.cpp44 struct timespec req = {0, 100}; variable
60 struct timespec req = {0, 100}; variable
/test/testfwk/developer_test/examples/sleep/src/
Dsleep_ex.cpp43 static int Nsleep(const struct timespec *req, struct timespec *rem) in Nsleep()
55 struct timespec req = {0, 0}; in Msleep() local
/test/xts/acts/arkui/libuv/src/
DActsLibuvTest.cpp117 uv_req_t* req = (uv_req_t *)malloc(sizeof(uv_req_t)); variable
171 uv_fs_t req; variable
/test/xts/tools/sample/ServerSampleD/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/controller/
DVideoController.java74 HttpServletRequest req) { in list()
/test/xts/tools/sample/ServerSampleE/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/controller/
DBusinessCommentController.java75 HttpServletRequest req) { in list()
DBusinessGoodsController.java75 HttpServletRequest req) { in list()
DGroupSiteController.java99 HttpServletRequest req) { in list()
DBusinessController.java99 HttpServletRequest req) { in list()
/test/xts/device_attest_lite/framework/small/src/service/
Dattest_framework_feature.c149 static int32_t Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke()
/test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/
DLiteIPCServiceTest.cpp76 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke()
DLiteIPCFeatureTest.cpp129 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke()
DSendShareRequestTest.cpp68 static int32 SAMGR_SendSharedDirectRequestProxy(const Identity *id, const Request *req, const Respo… in SAMGR_SendSharedDirectRequestProxy()
/test/xts/acts/arkui/ace_ets_xcomponent/entry/src/main/cpp/
Dplugin_manager.cpp159 void PluginManager::MainOnMessage(const uv_async_t* req) in MainOnMessage()
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
Ddmlib.py888 def form_hdc_request(req): argument
933 def write(sock, req, timeout=10): argument
/test/xts/acts/distributed_schedule_lite/system_ability_manager_hal/src/
Dsendsharerequest_func_test.c71 static int32 SAMGR_SendSharedDirectRequestProxy(const Identity *id, const Request *req, const Respo… in SAMGR_SendSharedDirectRequestProxy()
/test/xts/acts/arkui/ace_napi_test/entry/src/main/cpp/napi/
Dnapi_test.cpp3193 static void Callback(uv_work_t *req, [[maybe_unused]] int ignored) in Callback()
3242 uv_work_t* req = reinterpret_cast<uv_work_t*>(malloc(sizeof(uv_work_t))); in TestResolveAsync() local