Home
last modified time | relevance | path

Searched defs:req (Results 301 - 325 of 1155) sorted by relevance

1...<<11121314151617181920>>...47

/foundation/ai/ai_engine/services/server/server_executor/source/
H A Dfuture_factory.cpp104 Request *req = reinterpret_cast<Request*>(request); in CreateFuture() local
/foundation/ability/ability_lite/services/abilitymgr_lite/src/client/
H A Dability_thread_client.cpp91 IpcIo req; in AbilityTransaction() local
118 IpcIo req; in AppInitTransaction() local
160 IpcIo req; ConnectAbility() local
180 IpcIo req; DisconnectAbility() local
201 IpcIo req; ConnectAbilityDone() local
225 IpcIo req; DisconnectAbilityDone() local
247 IpcIo req; DumpAbilityTransaction() local
[all...]
/foundation/ability/ability_lite/services/abilitymgr_lite/src/
H A Dability_inner_feature.cpp72 int32 AbilityInnerFeature::Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke() argument
112 int32 AbilityInnerFeature::TerminateAppInvoke(const void *origin, IpcIo *req) in TerminateAppInvoke() argument
155 int32 AbilityInnerFeature::DumpAbilityInvoke(const void *origin, IpcIo *req) in DumpAbilityInvoke() argument
/foundation/ability/ability_runtime/services/abilitymgr/src/data_ability/
H A Ddata_ability_record.cpp23 DataAbilityRecord::DataAbilityRecord(const AbilityRequest &req) : request_(req) in DataAbilityRecord() argument
/foundation/arkui/napi/native_engine/
H A Dnative_async_work.cpp181 void NativeAsyncWork::AsyncWorkCallback(uv_work_t* req) in AsyncWorkCallback() argument
209 void NativeAsyncWork::AsyncAfterWorkCallback(uv_work_t* req, int status) in AsyncAfterWorkCallback() argument
/foundation/arkui/napi/sample/native_module_netserver/
H A Dnet_server.cpp131 void NetServer::AfterWrite(uv_write_t* req, int status) in AfterWrite() argument
222 void NetServer::AfterShutdown(uv_shutdown_t* req, int status) in AfterShutdown() argument
[all...]
H A Dnetserver.cpp130 void NetServer::AfterWrite(uv_write_t* req, int status) in AfterWrite() argument
221 void NetServer::AfterShutdown(uv_shutdown_t* req, int status) in AfterShutdown() argument
[all...]
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_inner_feature.cpp110 uint8_t BundleInnerFeature::InstallInnerBundle(const uint8_t funcId, IpcIo *req, IpcIo *reply) in InstallInnerBundle() argument
180 uint8_t BundleInnerFeature::UninstallInnerBundle(const uint8_t funcId, IpcIo *req, IpcIo *reply) in UninstallInnerBundle() argument
152 GetSvcIdentityInfo(SvcIdentityInfo *info, const SvcIdentity *svc, const char *reqPath, IpcIo *req) GetSvcIdentityInfo() argument
231 SetExternalInstallMode(const uint8_t funcId, IpcIo *req, IpcIo *reply) SetExternalInstallMode() argument
245 SetInnerDebugMode(const uint8_t funcId, IpcIo *req, IpcIo *reply) SetInnerDebugMode() argument
259 SetInnerSignMode(const uint8_t funcId, IpcIo *req, IpcIo *reply) SetInnerSignMode() argument
274 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) Invoke() argument
[all...]
/foundation/systemabilitymgr/samgr_lite/samgr/source/
H A Dmessage.c134 int32 SAMGR_SendSharedDirectRequest(const Identity *id, const Request *req, const Response *resp, uint32 **ref, in SAMGR_SendSharedDirectRequest() argument
/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Dsamgr_mini_ipc_adapter.c89 IpcIo req; in RegisterIdentity() local
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dinterface_manager_test.cpp232 arpreq req; in HWTEST_F() local
246 arpreq req; in HWTEST_F() local
416 arpreq req = {}; in HWTEST_F() local
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_message_test.cpp240 int64_t req = INVALID_VALUE; in HWTEST_F() local
/foundation/communication/ipc/ipc/test/ipc/server/
H A Dipc_test_server.c73 static int32_t ServerOpAdd(IpcIo *req, IpcIo *reply) in ServerOpAdd() argument
89 static int32_t ServerOpSub(IpcIo *req, IpcIo *reply) in ServerOpSub() argument
105 static int32_t ServerOpMulit(IpcIo *req, IpcIo *reply) in ServerOpMulit() argument
132 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) Invoke() argument
[all...]
/foundation/communication/dsoftbus/tests/sdk/transmission/moduletest/socket/stream_encrypt_test/
H A Dtmessenger.h61 explicit Message(const Request &req) : msgType_(MsgType::MSG_SEQ), request(new Request(req)) { } in Message() argument
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/include/
H A Dtrans_tcp_direct_sessionconn.h51 int64_t req; member
/foundation/communication/dsoftbus/core/frame/small/init/src/
H A Dtrans_server_stub.c33 int32_t ServerCreateSessionServer(IpcIo *req, IpcIo *reply) in ServerCreateSessionServer() argument
63 int32_t ServerRemoveSessionServer(IpcIo *req, IpcIo *reply) in ServerRemoveSessionServer() argument
115 static void ServerReadSessionAttrs(IpcIo *req, SessionAttribute *getAttr) in ServerReadSessionAttrs() argument
157 ReadQosInfo(IpcIo *req, SessionParam *param) ReadQosInfo() argument
201 ServerOpenSession(IpcIo *req, IpcIo *reply) ServerOpenSession() argument
252 ServerOpenAuthSession(IpcIo *req, IpcIo *reply) ServerOpenAuthSession() argument
279 ServerNotifyAuthSuccess(IpcIo *req, IpcIo *reply) ServerNotifyAuthSuccess() argument
311 ServerCloseChannel(IpcIo *req, IpcIo *reply) ServerCloseChannel() argument
339 ServerSendSessionMsg(IpcIo *req, IpcIo *reply) ServerSendSessionMsg() argument
360 ServerReleaseResources(IpcIo *req, IpcIo *reply) ServerReleaseResources() argument
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dwifi_p2p_service_request_list.cpp24 bool WifiP2pServiceRequestList::AddServiceRequest(const WifiP2pServiceRequest &req) in AddServiceRequest() argument
34 bool WifiP2pServiceRequestList::RemoveServiceRequest(const WifiP2pServiceRequest &req) in RemoveServiceRequest() argument
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/
H A Dmulti_gateway.cpp97 struct arpreq req; in SetStaticArp() local
128 struct arpreq req; in DelStaticArp() local
148 DoArpItem(int32_t cmd, struct arpreq *req) DoArpItem() argument
[all...]
/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_ffi.cpp62 auto req = FFIData::GetData<HttpRequestProxy>(id); in CJ_DestroyRequest() local
77 auto req = FFIData::GetData<HttpRequestProxy>(id); in CJ_SendRequest() local
106 auto req = FFIData::GetData<HttpRequestProxy>(id); in CJ_OnHeadersReceive() local
120 auto req = FFIData::GetData<HttpRequestProxy>(id); CJ_OffHeadersReceive() local
131 auto req = FFIData::GetData<HttpRequestProxy>(id); CJ_OnDataReceive() local
141 auto req = FFIData::GetData<HttpRequestProxy>(id); CJ_OffDataReceive() local
151 auto req = FFIData::GetData<HttpRequestProxy>(id); CJ_OnDataEnd() local
161 auto req = FFIData::GetData<HttpRequestProxy>(id); CJ_OffDataEnd() local
171 auto req = FFIData::GetData<HttpRequestProxy>(id); CJ_OnDataReceiveProgress() local
181 auto req = FFIData::GetData<HttpRequestProxy>(id); CJ_OffDataReceiveProgress() local
191 auto req = FFIData::GetData<HttpRequestProxy>(id); CJ_OnDataSendProgress() local
201 auto req = FFIData::GetData<HttpRequestProxy>(id); CJ_OffDataSendProgress() local
[all...]
/foundation/communication/netstack/frameworks/js/builtin/fetch/src/
H A Dfetch_module.cpp65 bool FetchModule::JsObjectToRequestData(JSIValue options, RequestData *req) in JsObjectToRequestData() argument
/foundation/communication/nfc/test/unittest/services/nci_adapter_test/
H A Dtag_host_test.cpp75 std::string req = "9060000000"; in HWTEST_F() local
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_ipc_server_stub.cpp177 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); in HWTEST_F() local
196 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); in HWTEST_F() local
463 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); in HWTEST_F() local
/foundation/distributedhardware/device_manager/services/service/src/ipc/lite/
H A Dipc_cmd_parser.cpp119 ON_IPC_SERVER_CMD(REGISTER_DEVICE_MANAGER_LISTENER, IpcIo &req, IpcIo &reply) in ON_IPC_SERVER_CMD() argument
126 ON_IPC_SERVER_CMD(UNREGISTER_DEVICE_MANAGER_LISTENER, IpcIo &req, IpcIo &reply) in ON_IPC_SERVER_CMD() argument
133 ON_IPC_SERVER_CMD(GET_DEVICE_INFO, IpcIo &req, IpcIo &reply) in ON_IPC_SERVER_CMD() argument
144 ON_IPC_SERVER_CMD(GET_TRUST_DEVICE_LIST, IpcIo &req, IpcIo &reply) in ON_IPC_SERVER_CMD() argument
162 ON_IPC_SERVER_CMD(START_DEVICE_DISCOVERY, IpcIo &req, IpcIo &reply) ON_IPC_SERVER_CMD() argument
173 ON_IPC_SERVER_CMD(STOP_DEVICE_DISCOVER, IpcIo &req, IpcIo &reply) ON_IPC_SERVER_CMD() argument
183 ON_IPC_SERVER_CMD(REQUEST_CREDENTIAL, IpcIo &req, IpcIo &reply) ON_IPC_SERVER_CMD() argument
201 ON_IPC_SERVER_CMD(SERVER_GET_DMFA_INFO, IpcIo &req, IpcIo &reply) ON_IPC_SERVER_CMD() argument
214 ON_IPC_SERVER_CMD(IMPORT_CREDENTIAL, IpcIo &req, IpcIo &reply) ON_IPC_SERVER_CMD() argument
238 ON_IPC_SERVER_CMD(DELETE_CREDENTIAL, IpcIo &req, IpcIo &reply) ON_IPC_SERVER_CMD() argument
[all...]
H A Dipc_server_stub.cpp71 int32_t RegisterDeviceManagerListener(IpcIo *req, IpcIo *reply) in RegisterDeviceManagerListener() argument
109 int32_t UnRegisterDeviceManagerListener(IpcIo *req, IpcIo *reply) in UnRegisterDeviceManagerListener() argument
168 static int32_t OnRemoteRequestLite(IServerProxy *iProxy, int32_t funcId, void *origin, IpcIo *req, IpcIo *reply) in OnRemoteRequestLite() argument
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/
H A Dfile_operations_cloud_test.cpp333 fuse_req_t req = nullptr; in HWTEST_F() local
360 fuse_req_t req = nullptr; in HWTEST_F() local
389 fuse_req_t req = nullptr; in HWTEST_F() local
418 fuse_req_t req = nullptr; in HWTEST_F() local
447 fuse_req_t req = nullptr; in HWTEST_F() local
475 fuse_req_t req = nullptr; HWTEST_F() local
505 fuse_req_t req = nullptr; HWTEST_F() local
533 fuse_req_t req = nullptr; HWTEST_F() local
561 fuse_req_t req = nullptr; HWTEST_F() local
590 fuse_req_t req = nullptr; HWTEST_F() local
618 fuse_req_t req = nullptr; HWTEST_F() local
647 fuse_req_t req = nullptr; HWTEST_F() local
675 fuse_req_t req = nullptr; HWTEST_F() local
703 fuse_req_t req = nullptr; HWTEST_F() local
732 fuse_req_t req = nullptr; HWTEST_F() local
761 fuse_req_t req = nullptr; HWTEST_F() local
790 fuse_req_t req = nullptr; HWTEST_F() local
819 fuse_req_t req = nullptr; HWTEST_F() local
848 fuse_req_t req = nullptr; HWTEST_F() local
877 fuse_req_t req = nullptr; HWTEST_F() local
906 fuse_req_t req = nullptr; HWTEST_F() local
935 fuse_req_t req = nullptr; HWTEST_F() local
964 fuse_req_t req = nullptr; HWTEST_F() local
993 fuse_req_t req = nullptr; HWTEST_F() local
1022 fuse_req_t req = nullptr; HWTEST_F() local
1051 fuse_req_t req = nullptr; HWTEST_F() local
1080 fuse_req_t req = nullptr; HWTEST_F() local
1109 fuse_req_t req = nullptr; HWTEST_F() local
1136 fuse_req_t req = nullptr; HWTEST_F() local
1163 fuse_req_t req = nullptr; HWTEST_F() local
1190 fuse_req_t req = nullptr; HWTEST_F() local
1217 fuse_req_t req = nullptr; HWTEST_F() local
1244 fuse_req_t req = nullptr; HWTEST_F() local
1271 fuse_req_t req = nullptr; HWTEST_F() local
1298 fuse_req_t req = nullptr; HWTEST_F() local
1325 fuse_req_t req = nullptr; HWTEST_F() local
1352 fuse_req_t req = nullptr; HWTEST_F() local
1378 fuse_req_t req = nullptr; HWTEST_F() local
1405 fuse_req_t req = nullptr; HWTEST_F() local
1432 fuse_req_t req = nullptr; HWTEST_F() local
1459 fuse_req_t req = nullptr; HWTEST_F() local
1486 fuse_req_t req = nullptr; HWTEST_F() local
1513 fuse_req_t req = nullptr; HWTEST_F() local
1540 fuse_req_t req = nullptr; HWTEST_F() local
1567 fuse_req_t req = nullptr; HWTEST_F() local
1594 fuse_req_t req = nullptr; HWTEST_F() local
1620 fuse_req_t req = nullptr; HWTEST_F() local
1646 fuse_req_t req = nullptr; HWTEST_F() local
1674 fuse_req_t req = nullptr; HWTEST_F() local
1701 fuse_req_t req = nullptr; HWTEST_F() local
1728 fuse_req_t req = nullptr; HWTEST_F() local
1757 fuse_req_t req = nullptr; HWTEST_F() local
1785 fuse_req_t req = nullptr; HWTEST_F() local
1814 fuse_req_t req = nullptr; HWTEST_F() local
1843 fuse_req_t req = nullptr; HWTEST_F() local
1870 fuse_req_t req = nullptr; HWTEST_F() local
1897 fuse_req_t req = nullptr; HWTEST_F() local
1926 fuse_req_t req = nullptr; HWTEST_F() local
1954 fuse_req_t req = nullptr; HWTEST_F() local
1983 fuse_req_t req = nullptr; HWTEST_F() local
2013 fuse_req_t req = nullptr; HWTEST_F() local
2043 fuse_req_t req = nullptr; HWTEST_F() local
2074 fuse_req_t req = nullptr; HWTEST_F() local
2105 fuse_req_t req = nullptr; HWTEST_F() local
2131 fuse_req_t req = nullptr; HWTEST_F() local
2157 fuse_req_t req = nullptr; HWTEST_F() local
2184 fuse_req_t req = nullptr; HWTEST_F() local
2211 fuse_req_t req = nullptr; HWTEST_F() local
2238 fuse_req_t req = nullptr; HWTEST_F() local
2265 fuse_req_t req = nullptr; HWTEST_F() local
2292 fuse_req_t req = nullptr; HWTEST_F() local
2320 fuse_req_t req = nullptr; HWTEST_F() local
2349 fuse_req_t req = nullptr; HWTEST_F() local
2377 fuse_req_t req = nullptr; HWTEST_F() local
2405 fuse_req_t req = nullptr; HWTEST_F() local
2434 fuse_req_t req = nullptr; HWTEST_F() local
2463 fuse_req_t req = nullptr; HWTEST_F() local
2490 fuse_req_t req = nullptr; HWTEST_F() local
2517 fuse_req_t req = nullptr; HWTEST_F() local
2545 fuse_req_t req = nullptr; HWTEST_F() local
2574 fuse_req_t req = nullptr; HWTEST_F() local
2603 fuse_req_t req = nullptr; HWTEST_F() local
2633 fuse_req_t req = nullptr; HWTEST_F() local
[all...]

Completed in 15 milliseconds

1...<<11121314151617181920>>...47