/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_ble_advertiser_proxy.h | 44 ErrCode InnerTransact(uint32_t code, MessageOption &flags, MessageParcel &data, MessageParcel &reply);
|
/foundation/graphic/graphic_2d/rosen/modules/animation/window_animation/test/unittest/ |
H A D | rs_window_animation_finished_callback_proxy_test.cpp | 40 int SendRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in SendRequest() argument
|
/foundation/multimedia/player_framework/services/services/avmetadatahelper/ipc/ |
H A D | helper_listener_proxy.h | 47 int32_t SendRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option);
|
/foundation/multimedia/player_framework/services/services/player/ipc/ |
H A D | player_listener_proxy.h | 47 int32_t SendRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option);
|
/foundation/resourceschedule/background_task_mgr/services/test/unittest/bgtask_manager_abnormal_unit_test/mock/src/ |
H A D | mock_system_ability.cpp | 92 int32_t SystemAbility::OnExtension(const std::string& extension, MessageParcel& data, MessageParcel& reply) in OnExtension() argument
|
/foundation/window/window_manager/dm/include/zidl/ |
H A D | display_manager_agent_stub.h | 31 virtual int32_t OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply,
|
/foundation/communication/netmanager_ext/interfaces/innerkits/netshareclient/include/proxy/ |
H A D | networkshare_service_proxy.h | 46 int32_t SendRequest(TetheringInterfaceCode code, MessageParcel &data, MessageParcel &reply);
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/ |
H A D | wifi_sa_service_lite.c | 66 static int Invoke(IServerProxy *proxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/include/ |
H A D | ikvstore_observer.h | 48 MessageParcel &reply, MessageOption &option) override;
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/ |
H A D | result_set_proxy.h | 55 int SendRequest(uint32_t code, MessageParcel &reply, const T &...input) const;
|
/foundation/filemanagement/app_file_service/tests/mock/bundle_manager/include/ |
H A D | mock_bundle_manager.h | 47 MessageParcel &reply,
|
/foundation/filemanagement/dfs_service/test/unittests/distributed_file_inner/include/ |
H A D | i_daemon_mock.h | 34 MOCK_METHOD4(SendRequest, int(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option));
|
/foundation/communication/dhcp/services/dhcp_server/include/ |
H A D | dhcp_s_server.h | 49 int ReplyCommontOption(PDhcpServerContext ctx, PDhcpMsgInfo reply);
|
/third_party/node/deps/npm/lib/utils/ |
H A D | completion.sh | 56 if ! IFS=$'\n' reply=($(COMP_CWORD="$cword" \
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ieee802_11.c | 373 struct ieee80211_mgmt *reply; in send_auth_reply() local 378 rlen = IEEE80211_HDRLEN + sizeof(reply->u.auth) + ies_len; in send_auth_reply() 383 reply = (struct ieee80211_mgmt *) buf; in send_auth_reply() 384 reply->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, in send_auth_reply() 386 os_memcpy(reply->da, dst, ETH_ALEN); in send_auth_reply() 387 os_memcpy(reply->sa, hapd->own_addr, ETH_ALEN); in send_auth_reply() 388 os_memcpy(reply->bssid, bssid, ETH_ALEN); in send_auth_reply() 390 reply->u.auth.auth_alg = host_to_le16(auth_alg); in send_auth_reply() 391 reply->u.auth.auth_transaction = host_to_le16(auth_transaction); in send_auth_reply() 392 reply in send_auth_reply() 4927 struct ieee80211_mgmt reply; send_deauth() local 5051 struct ieee80211_mgmt *reply; send_assoc_resp() local [all...] |
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | bundle_manager_service.cpp | 74 IpcIo reply; in InnerTransact() local 87 int32_t ret = SendRequest(svc, code, &io, &reply, option, &ptr); in InnerTransact() 99 IpcIo reply; in InnerSelfTransact() local 106 int32_t ret = SendRequest(svc, code, &io, &reply, option, NULL); in InnerSelfTransact()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler.h | 36 #define RS_PROFILER_ON_REMOTE_REQUEST(connection, code, data, reply, option) \ 37 RSProfiler::OnRemoteRequest(connection, code, data, reply, option) 71 #define RS_PROFILER_ON_REMOTE_REQUEST(connection, code, data, reply, option) 153 MessageParcel& reply, MessageOption& option);
|
/foundation/distributedhardware/device_manager/test/unittest/ |
H A D | UTTest_ipc_server_stub.cpp | 135 MessageParcel reply; in HWTEST_F() local 139 ret = IpcServerStub::GetInstance().OnRemoteRequest(code, data, reply, option); in HWTEST_F() 157 MessageParcel reply; in HWTEST_F() local 161 ret = IpcServerStub::GetInstance().OnRemoteRequest(code, data, reply, option); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/ability_manager_proxy_test/ |
H A D | ability_manager_proxy_test.cpp | 2157 auto isValidMissionIdsTask = [&](uint32_t id, MessageParcel &data, MessageParcel &reply, MessageOption &o) { in HWTEST_F() 2160 reply.WriteInt32(errorCode); in HWTEST_F() 2161 reply.WriteInt32(size); in HWTEST_F() 2165 reply.WriteParcelable(&results); in HWTEST_F() 2185 auto isValidMissionIdsTask = [&](uint32_t id, MessageParcel &data, MessageParcel &reply, MessageOption &o) { in HWTEST_F() 2189 reply.WriteInt32(errorCode); in HWTEST_F() 2190 reply.WriteInt32(size); in HWTEST_F() 2194 reply.WriteParcelable(&results); in HWTEST_F() 2214 auto isValidMissionIdsTask = [&](uint32_t id, MessageParcel &data, MessageParcel &reply, MessageOption &o) { in HWTEST_F() 2217 reply in HWTEST_F() [all...] |
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_proxy.h | 1123 * @param reply Indicates the reply to be sent; 1126 bool SendTransactCmd(BundleMgrInterfaceCode code, MessageParcel &data, MessageParcel &reply); 1132 * @param reply Indicates the reply to be sent; 1135 bool SendTransactCmdWithLog(BundleMgrInterfaceCode code, MessageParcel &data, MessageParcel &reply); 1138 * @brief Send a command message and then get a parcelable information object from the reply. 1150 * @brief Send a command message and then get a vector of parcelable information objects from the reply. 1172 ErrCode InnerGetVectorFromParcelIntelligent(MessageParcel &reply, std::vector<T> &parcelableInfos); 1178 ErrCode InnerGetParcelInfo(MessageParcel &reply, [all...] |
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/mini/ |
H A D | softbus_adapter.c | 1184 int reply = ERR_DM_FAILED; in AbilityNegotiate() local 1186 reply = DM_OK; in AbilityNegotiate() 1188 return reply; in AbilityNegotiate() 1203 int reply = AbilityNegotiate(bindType); in CreateRespNegotiateMsg() local 1204 if (reply != DM_OK) { in CreateRespNegotiateMsg() 1205 DMLOGE("failed to AbilityNegotiate with ret: %d.", reply); in CreateRespNegotiateMsg() 1210 if (cJSON_AddNumberToObject(msg, FILED_REPLY, reply) == NULL) { in CreateRespNegotiateMsg() 1211 DMLOGE("failed to add reply to cjson object."); in CreateRespNegotiateMsg()
|
/third_party/curl/tests/ |
H A D | ftpserver.pl | 441 # Returns the given test's reply data 452 my @data = getpart("reply", "data$testpart"); 454 @data = getpart("reply", "data"); 569 'QUIT' => '221 bye bye baby', # just reply something 2141 my @data = getpart("reply", "data"); 2204 my @data = getpart("reply", "mdtm"); 2206 my $reply = $data[0]; 2207 chomp $reply if($reply); 2209 if($reply [all...] |
/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributed_sched_service.h | 219 int32_t StartAbilityFromRemoteAdapter(MessageParcel& data, MessageParcel& reply) override; 220 int32_t StopAbilityFromRemoteAdapter(MessageParcel& data, MessageParcel& reply) override; 221 int32_t ConnectAbilityFromRemoteAdapter(MessageParcel& data, MessageParcel& reply) override; 222 int32_t DisconnectAbilityFromRemoteAdapter(MessageParcel& data, MessageParcel& reply) override; 223 int32_t NotifyAbilityLifecycleChangedFromRemoteAdapter(MessageParcel& data, MessageParcel& reply) override;
|
/foundation/ability/form_fwk/test/unittest/fms_form_render_impl_test/ |
H A D | fms_form_render_impl_test.cpp | 72 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override
76 int HandleOnAcquire(MessageParcel &data, MessageParcel &reply)
in HandleOnAcquire() argument 80 int HandleOnEventHandle(MessageParcel &data, MessageParcel &reply)
in HandleOnEventHandle() argument 84 int HandleOnAcquireStateResult(MessageParcel &data, MessageParcel &reply)
in HandleOnAcquireStateResult() argument 88 int32_t HandleOnShareAcquire(MessageParcel &data, MessageParcel &reply)
in HandleOnShareAcquire() argument
|
/third_party/mesa3d/src/glx/ |
H A D | glx_pbuffer.c | 239 * capture the reply rather than always calling Xmalloc. 246 xGLXGetDrawableAttributesReply reply; in __glXGetDrawableAttribute() local 347 _XReply(dpy, (xReply *) & reply, 0, False); in __glXGetDrawableAttribute() 349 if (reply.type == X_Error) { in __glXGetDrawableAttribute() 355 length = reply.length; in __glXGetDrawableAttribute() 357 num_attributes = (priv->minorVersion > 2) ? reply.numAttribs : length / 2; in __glXGetDrawableAttribute()
|