Home
last modified time | relevance | path

Searched defs:reply (Results 2351 - 2375 of 2538) sorted by relevance

1...<<919293949596979899100>>...102

/foundation/communication/ipc/ipc/native/c/rpc/src/
H A Ddbinder_invoker.c262 static int32_t HandleReply(uint64_t seqNumber, IpcIo *reply, uintptr_t *buffer) in HandleReply() argument
292 static int32_t WaitForReply(uint64_t seqNumber, IpcIo *reply, uint32_t handle, uint32_t userWaitTime, uintptr_t *buffer) in WaitForReply() argument
315 SendOrWaitForCompletion(uint32_t userWaitTime, uint64_t seqNumber, HandleSessionList *sessionOfPeer, IpcIo *reply, uintptr_t *buffer) SendOrWaitForCompletion() argument
340 SendReply(IpcIo *reply, uint32_t flags, int32_t result) SendReply() argument
364 IpcIo reply; ProcessTransaction() local
699 RpcInvokerSendRequest(SvcIdentity target, uint32_t code, IpcIo *data, IpcIo *reply, MessageOption option, uintptr_t *buffer) RpcInvokerSendRequest() argument
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/
H A Dwifi_device_stub_lite.cpp134 void WifiDeviceStub::WriteIpAddress(IpcIo *reply, const WifiIpAddress &address) in WriteIpAddress() argument
145 void WifiDeviceStub::WriteEapConfig(IpcIo *reply, const WifiEapConfig &wifiEapConfig) in WriteEapConfig() argument
167 WriteWifiDeviceConfig(IpcIo *reply, const WifiDeviceConfig &config) WriteWifiDeviceConfig() argument
207 OnEnableWifi(uint32_t code, IpcIo *req, IpcIo *reply) OnEnableWifi() argument
215 OnDisableWifi(uint32_t code, IpcIo *req, IpcIo *reply) OnDisableWifi() argument
223 OnInitWifiProtect(uint32_t code, IpcIo *req, IpcIo *reply) OnInitWifiProtect() argument
236 OnGetWifiProtectRef(uint32_t code, IpcIo *req, IpcIo *reply) OnGetWifiProtectRef() argument
249 OnPutWifiProtectRef(uint32_t code, IpcIo *req, IpcIo *reply) OnPutWifiProtectRef() argument
259 OnAddDeviceConfig(uint32_t code, IpcIo *req, IpcIo *reply) OnAddDeviceConfig() argument
277 OnUpdateDeviceConfig(uint32_t code, IpcIo *req, IpcIo *reply) OnUpdateDeviceConfig() argument
291 OnRemoveDevice(uint32_t code, IpcIo *req, IpcIo *reply) OnRemoveDevice() argument
301 OnRemoveAllDevice(uint32_t code, IpcIo *req, IpcIo *reply) OnRemoveAllDevice() argument
309 OnGetDeviceConfigs(uint32_t code, IpcIo *req, IpcIo *reply) OnGetDeviceConfigs() argument
328 OnEnableDeviceConfig(uint32_t code, IpcIo *req, IpcIo *reply) OnEnableDeviceConfig() argument
340 OnDisableDeviceConfig(uint32_t code, IpcIo *req, IpcIo *reply) OnDisableDeviceConfig() argument
350 OnConnectTo(uint32_t code, IpcIo *req, IpcIo *reply) OnConnectTo() argument
362 OnConnect2To(uint32_t code, IpcIo *req, IpcIo *reply) OnConnect2To() argument
372 OnIsWifiConnected(uint32_t code, IpcIo *req, IpcIo *reply) OnIsWifiConnected() argument
384 OnReConnect(uint32_t code, IpcIo *req, IpcIo *reply) OnReConnect() argument
392 OnReAssociate(uint32_t code, IpcIo *req, IpcIo *reply) OnReAssociate() argument
400 OnDisconnect(uint32_t code, IpcIo *req, IpcIo *reply) OnDisconnect() argument
408 OnStartWps(uint32_t code, IpcIo *req, IpcIo *reply) OnStartWps() argument
424 OnCancelWps(uint32_t code, IpcIo *req, IpcIo *reply) OnCancelWps() argument
432 OnIsWifiActive(uint32_t code, IpcIo *req, IpcIo *reply) OnIsWifiActive() argument
444 OnGetWifiState(uint32_t code, IpcIo *req, IpcIo *reply) OnGetWifiState() argument
456 OnGetLinkedInfo(uint32_t code, IpcIo *req, IpcIo *reply) OnGetLinkedInfo() argument
491 OnGetIpInfo(uint32_t code, IpcIo *req, IpcIo *reply) OnGetIpInfo() argument
510 OnGetIpV6Info(uint32_t code, IpcIo *req, IpcIo *reply) OnGetIpV6Info() argument
531 OnSetCountryCode(uint32_t code, IpcIo *req, IpcIo *reply) OnSetCountryCode() argument
541 OnGetCountryCode(uint32_t code, IpcIo *req, IpcIo *reply) OnGetCountryCode() argument
554 OnRegisterCallBack(uint32_t code, IpcIo *req, IpcIo *reply) OnRegisterCallBack() argument
585 OnGetSignalLevel(uint32_t code, IpcIo *req, IpcIo *reply) OnGetSignalLevel() argument
601 OnGetSupportedFeatures(uint32_t code, IpcIo *req, IpcIo *reply) OnGetSupportedFeatures() argument
614 OnGetDeviceMacAdd(uint32_t code, IpcIo *req, IpcIo *reply) OnGetDeviceMacAdd() argument
626 OnSetLowLatencyMode(uint32_t code, IpcIo *req, IpcIo *reply) OnSetLowLatencyMode() argument
637 OnIsBandTypeSupported(uint32_t code, IpcIo *req, IpcIo *reply) OnIsBandTypeSupported() argument
649 OnGet5GHzChannelList(uint32_t code, IpcIo *req, IpcIo *reply) OnGet5GHzChannelList() argument
733 OnRemoteRequest(uint32_t code, IpcIo *req, IpcIo *reply) OnRemoteRequest() argument
[all...]
/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifip2pstub_fuzzer/
H A Dwifip2pstub_fuzzer.cpp68 MessageParcel reply; in OnRemoteRequest() local
574 MessageParcel reply; in OnEnableWifiFuzzTest() local
577 datas, reply, option); in OnEnableWifiFuzzTest() local
586 MessageParcel reply; in OnDisableWifiFuzzTest() local
589 datas, reply, option); in OnDisableWifiFuzzTest() local
598 MessageParcel reply; in OnDiscoverPeersFuzzTest() local
601 datas, reply, option); in OnDiscoverPeersFuzzTest() local
610 MessageParcel reply; in OnDisableRandomMacFuzzTest() local
613 datas, reply, optio in OnDisableRandomMacFuzzTest() local
622 MessageParcel reply; OnCheckCanUseP2pFuzzTest() local
625 datas, reply, option); OnCheckCanUseP2pFuzzTest() local
634 MessageParcel reply; Hid2dIsWideBandwidthSupportedFuzzTest() local
637 datas, reply, option); Hid2dIsWideBandwidthSupportedFuzzTest() local
[all...]
/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Ddm_auth_manager.h142 int32_t reply; member
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/standard/
H A Dipc_cmd_parser.cpp165 ON_IPC_READ_RESPONSE(REGISTER_DEVICE_MANAGER_LISTENER, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) in ON_IPC_READ_RESPONSE() argument
189 ON_IPC_READ_RESPONSE(UNREGISTER_DEVICE_MANAGER_LISTENER, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) in ON_IPC_READ_RESPONSE() argument
216 ON_IPC_READ_RESPONSE(GET_TRUST_DEVICE_LIST, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) in ON_IPC_READ_RESPONSE() argument
243 ON_IPC_READ_RESPONSE(GET_DEVICE_INFO, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) in ON_IPC_READ_RESPONSE() argument
263 ON_IPC_READ_RESPONSE(GET_LOCAL_DEVICE_INFO, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
287 ON_IPC_READ_RESPONSE(GET_UDID_BY_NETWORK, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
309 ON_IPC_READ_RESPONSE(GET_UUID_BY_NETWORK, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
338 ON_IPC_READ_RESPONSE(START_DEVICE_DISCOVER, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
365 ON_IPC_READ_RESPONSE(START_DEVICE_DISCOVERY, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
387 ON_IPC_READ_RESPONSE(STOP_DEVICE_DISCOVER, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
413 ON_IPC_READ_RESPONSE(PUBLISH_DEVICE_DISCOVER, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
435 ON_IPC_READ_RESPONSE(UNPUBLISH_DEVICE_DISCOVER, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
473 ON_IPC_READ_RESPONSE(AUTHENTICATE_DEVICE, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
500 ON_IPC_READ_RESPONSE(UNAUTHENTICATE_DEVICE, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
529 ON_IPC_READ_RESPONSE(SERVER_USER_AUTH_OPERATION, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
535 ON_IPC_CMD(SERVER_DEVICE_STATE_NOTIFY, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
575 ON_IPC_CMD(SERVER_DEVICE_FOUND, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
589 ON_IPC_CMD(SERVER_DEVICE_DISCOVERY, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
605 ON_IPC_CMD(SERVER_DISCOVER_FINISH, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
620 ON_IPC_CMD(SERVER_PUBLISH_FINISH, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
634 ON_IPC_CMD(SERVER_AUTH_RESULT, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
646 ON_IPC_CMD(SERVER_DEVICE_FA_NOTIFY, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
675 ON_IPC_READ_RESPONSE(REQUEST_CREDENTIAL, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
702 ON_IPC_READ_RESPONSE(SERVER_GET_DMFA_INFO, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
729 ON_IPC_READ_RESPONSE(IMPORT_CREDENTIAL, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
764 ON_IPC_READ_RESPONSE(DELETE_CREDENTIAL, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
795 ON_IPC_READ_RESPONSE(REGISTER_CREDENTIAL_CALLBACK, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
814 ON_IPC_READ_RESPONSE(UNREGISTER_CREDENTIAL_CALLBACK, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
820 ON_IPC_CMD(SERVER_CREDENTIAL_RESULT, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
852 ON_IPC_READ_RESPONSE(NOTIFY_EVENT, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
874 ON_IPC_READ_RESPONSE(GET_ENCRYPTED_UUID_BY_NETWOEKID, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
903 ON_IPC_READ_RESPONSE(GENERATE_ENCRYPTED_UUID, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
938 ON_IPC_READ_RESPONSE(BIND_DEVICE, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
965 ON_IPC_READ_RESPONSE(UNBIND_DEVICE, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
985 ON_IPC_READ_RESPONSE(GET_NETWORKTYPE_BY_NETWORK, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
1003 ON_IPC_READ_RESPONSE(REGISTER_UI_STATE_CALLBACK, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
1019 ON_IPC_READ_RESPONSE(UNREGISTER_UI_STATE_CALLBACK, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
1039 ON_IPC_READ_RESPONSE(IMPORT_AUTH_CODE, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
1052 ON_IPC_READ_RESPONSE(EXPORT_AUTH_CODE, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
1086 ON_IPC_READ_RESPONSE(REGISTER_DISCOVERY_CALLBACK, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
1112 ON_IPC_READ_RESPONSE(UNREGISTER_DISCOVERY_CALLBACK, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
1143 ON_IPC_READ_RESPONSE(START_DISCOVERING, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
1169 ON_IPC_READ_RESPONSE(STOP_DISCOVERING, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
1195 ON_IPC_READ_RESPONSE(START_ADVERTISING, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
1221 ON_IPC_READ_RESPONSE(STOP_ADVERTISING, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
1253 ON_IPC_READ_RESPONSE(BIND_TARGET, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
1285 ON_IPC_READ_RESPONSE(UNBIND_TARGET, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
1295 ON_IPC_CMD(BIND_TARGET_RESULT, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
1309 ON_IPC_CMD(UNBIND_TARGET_RESULT, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
1332 ON_IPC_READ_RESPONSE(REGISTER_PIN_HOLDER_CALLBACK, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
1362 ON_IPC_READ_RESPONSE(CREATE_PIN_HOLDER, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
1392 ON_IPC_READ_RESPONSE(DESTROY_PIN_HOLDER, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
1419 ON_IPC_READ_RESPONSE(SET_DN_POLICY, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
1444 ON_IPC_READ_RESPONSE(STOP_AUTHENTICATE_DEVICE, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
1454 ON_IPC_CMD(SERVER_CREATE_PIN_HOLDER, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
1466 ON_IPC_CMD(SERVER_DESTROY_PIN_HOLDER, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
1477 ON_IPC_CMD(SERVER_CREATE_PIN_HOLDER_RESULT, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
1487 ON_IPC_CMD(SERVER_DESTROY_PIN_HOLDER_RESULT, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
1508 ON_IPC_READ_RESPONSE(DP_ACL_ADD, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
1532 ON_IPC_READ_RESPONSE(GET_SECURITY_LEVEL, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
1540 ON_IPC_CMD(SERVER_ON_PIN_HOLDER_EVENT, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
1563 ON_IPC_READ_RESPONSE(IS_SAME_ACCOUNT, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
1587 ON_IPC_READ_RESPONSE(CHECK_API_PERMISSION, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
1613 ON_IPC_READ_RESPONSE(CHECK_ACCESS_CONTROL, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
1639 ON_IPC_READ_RESPONSE(CHECK_SAME_ACCOUNT, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
1660 ON_IPC_READ_RESPONSE(SHIFT_LNN_GEAR, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
1670 ON_IPC_CMD(REMOTE_DEVICE_TRUST_CHANGE, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
1681 ON_IPC_CMD(SERVER_DEVICE_SCREEN_STATE_NOTIFY, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
1706 ON_IPC_READ_RESPONSE(GET_DEVICE_SCREEN_STATUS, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
1728 ON_IPC_READ_RESPONSE(GET_NETWORKID_BY_UDID, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
1736 ON_IPC_CMD(SERVICE_CREDENTIAL_AUTH_STATUS_NOTIFY, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
[all...]
/foundation/distributedhardware/device_manager/services/service/src/ipc/standard/
H A Dipc_cmd_parser.cpp151 ON_IPC_READ_RESPONSE(SERVER_DEVICE_STATE_NOTIFY, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) in ON_IPC_READ_RESPONSE() argument
191 ON_IPC_READ_RESPONSE(SERVER_DEVICE_FOUND, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) in ON_IPC_READ_RESPONSE() argument
226 ON_IPC_READ_RESPONSE(SERVER_DEVICE_DISCOVERY, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) in ON_IPC_READ_RESPONSE() argument
260 ON_IPC_READ_RESPONSE(SERVER_DISCOVER_FINISH, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) in ON_IPC_READ_RESPONSE() argument
294 ON_IPC_READ_RESPONSE(SERVER_PUBLISH_FINISH, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) in ON_IPC_READ_RESPONSE() argument
339 ON_IPC_READ_RESPONSE(SERVER_AUTH_RESULT, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
370 ON_IPC_READ_RESPONSE(SERVER_DEVICE_FA_NOTIFY, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
380 ON_IPC_CMD(GET_TRUST_DEVICE_LIST, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
405 ON_IPC_CMD(REGISTER_DEVICE_MANAGER_LISTENER, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
433 ON_IPC_CMD(UNREGISTER_DEVICE_MANAGER_LISTENER, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
445 ON_IPC_CMD(START_DEVICE_DISCOVER, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
463 ON_IPC_CMD(START_DEVICE_DISCOVERY, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
476 ON_IPC_CMD(STOP_DEVICE_DISCOVER, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
488 ON_IPC_CMD(PUBLISH_DEVICE_DISCOVER, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
505 ON_IPC_CMD(UNPUBLISH_DEVICE_DISCOVER, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
517 ON_IPC_CMD(AUTHENTICATE_DEVICE, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
533 ON_IPC_CMD(UNAUTHENTICATE_DEVICE, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
545 ON_IPC_CMD(GET_DEVICE_INFO, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
561 ON_IPC_CMD(GET_LOCAL_DEVICE_INFO, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
577 ON_IPC_CMD(GET_UDID_BY_NETWORK, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
595 ON_IPC_CMD(GET_UUID_BY_NETWORK, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
613 ON_IPC_CMD(SERVER_USER_AUTH_OPERATION, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
625 ON_IPC_CMD(REQUEST_CREDENTIAL, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
653 ON_IPC_CMD(IMPORT_CREDENTIAL, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
686 ON_IPC_CMD(DELETE_CREDENTIAL, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
719 ON_IPC_CMD(SERVER_GET_DMFA_INFO, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
738 ON_IPC_CMD(REGISTER_CREDENTIAL_CALLBACK, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
749 ON_IPC_CMD(UNREGISTER_CREDENTIAL_CALLBACK, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
760 ON_IPC_CMD(NOTIFY_EVENT, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
798 ON_IPC_READ_RESPONSE(SERVER_CREDENTIAL_RESULT, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
808 ON_IPC_CMD(GET_ENCRYPTED_UUID_BY_NETWOEKID, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
826 ON_IPC_CMD(GENERATE_ENCRYPTED_UUID, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
845 ON_IPC_CMD(BIND_DEVICE, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
860 ON_IPC_CMD(UNBIND_DEVICE, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
872 ON_IPC_CMD(GET_NETWORKTYPE_BY_NETWORK, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
889 ON_IPC_CMD(REGISTER_UI_STATE_CALLBACK, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
900 ON_IPC_CMD(UNREGISTER_UI_STATE_CALLBACK, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
911 ON_IPC_CMD(IMPORT_AUTH_CODE, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
923 ON_IPC_CMD(EXPORT_AUTH_CODE, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
938 ON_IPC_CMD(REGISTER_DISCOVERY_CALLBACK, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
955 ON_IPC_CMD(UNREGISTER_DISCOVERY_CALLBACK, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
969 ON_IPC_CMD(START_DISCOVERING, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
986 ON_IPC_CMD(STOP_DISCOVERING, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
1000 ON_IPC_CMD(START_ADVERTISING, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
1014 ON_IPC_CMD(STOP_ADVERTISING, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
1028 ON_IPC_CMD(BIND_TARGET, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
1044 ON_IPC_CMD(UNBIND_TARGET, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
1095 ON_IPC_READ_RESPONSE(BIND_TARGET_RESULT, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
1135 ON_IPC_READ_RESPONSE(UNBIND_TARGET_RESULT, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
1145 ON_IPC_CMD(REGISTER_PIN_HOLDER_CALLBACK, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
1156 ON_IPC_CMD(CREATE_PIN_HOLDER, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
1171 ON_IPC_CMD(DESTROY_PIN_HOLDER, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
1216 ON_IPC_READ_RESPONSE(SERVER_CREATE_PIN_HOLDER, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
1251 ON_IPC_READ_RESPONSE(SERVER_DESTROY_PIN_HOLDER, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
1281 ON_IPC_READ_RESPONSE(SERVER_CREATE_PIN_HOLDER_RESULT, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
1311 ON_IPC_READ_RESPONSE(SERVER_DESTROY_PIN_HOLDER_RESULT, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
1321 ON_IPC_CMD(DP_ACL_ADD, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
1332 ON_IPC_CMD(GET_SECURITY_LEVEL, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
1377 ON_IPC_READ_RESPONSE(SERVER_ON_PIN_HOLDER_EVENT, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
1387 ON_IPC_CMD(IS_SAME_ACCOUNT, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
1398 ON_IPC_CMD(CHECK_API_PERMISSION, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
1409 ON_IPC_CMD(CHECK_ACCESS_CONTROL, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
1423 ON_IPC_CMD(CHECK_SAME_ACCOUNT, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
1438 ON_IPC_CMD(SHIFT_LNN_GEAR, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
1449 ON_IPC_CMD(SET_DN_POLICY, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
1463 ON_IPC_CMD(STOP_AUTHENTICATE_DEVICE, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
1503 ON_IPC_READ_RESPONSE(REMOTE_DEVICE_TRUST_CHANGE, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
1533 ON_IPC_READ_RESPONSE(SERVER_DEVICE_SCREEN_STATE_NOTIFY, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
1543 ON_IPC_CMD(GET_DEVICE_SCREEN_STATUS, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
1558 ON_IPC_CMD(GET_NETWORKID_BY_UDID, MessageParcel &data, MessageParcel &reply) ON_IPC_CMD() argument
1607 ON_IPC_READ_RESPONSE(SERVICE_CREDENTIAL_AUTH_STATUS_NOTIFY, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) ON_IPC_READ_RESPONSE() argument
[all...]
/foundation/distributedhardware/distributed_input/interfaces/ipc/test/fuzztest/distributedinputstub_fuzzer/
H A Ddistributedinputstub_fuzzer.cpp51 MessageParcel reply; in AddWhiteListInfosCallbackStubFuzzTest() local
90 MessageParcel reply; in DelWhiteListInfosCallbackStubFuzzTest() local
160 MessageParcel reply; in DistributedInputSinkStubFuzzTest() local
388 MessageParcel reply; DistributedInputSourceStubFuzzTest() local
445 MessageParcel reply; GetSinkScreenInfosCallbackStubFuzzTest() local
499 MessageParcel reply; InputNodeListenerStubFuzzTest() local
546 MessageParcel reply; PrepareDInputCallbackStubFuzzTest() local
585 MessageParcel reply; RegisterDInputCallbackStubFuzzTest() local
624 MessageParcel reply; RegisterSessionStateCallbackStubFuzzTest() local
670 MessageParcel reply; SharingDhIdListenerStubFuzzTest() local
716 MessageParcel reply; SimulationEventListenerStubFuzzTest() local
755 MessageParcel reply; StartDInputCallbackStubFuzzTest() local
794 MessageParcel reply; StartStopDInputsCallbackStubFuzzTest() local
839 MessageParcel reply; StartStopResultCallbackStubFuzzTest() local
885 MessageParcel reply; StopDInputCallbackStubFuzzTest() local
924 MessageParcel reply; UnprepareDInputCallbackStubFuzzTest() local
963 MessageParcel reply; UnregisterDInputCallbackStubFuzzTest() local
[all...]
/foundation/filemanagement/storage_service/services/storage_manager/mock/
H A Dstorage_daemon_proxy_mock.cpp229 int32_t StorageDaemonProxy::SendRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in SendRequest() argument
/foundation/window/window_manager/window_scene/session/container/src/zidl/
H A Dsession_stage_proxy.cpp65 MessageParcel reply; in SetActive() local
95 MessageParcel reply; in UpdateDisplayId() local
126 MessageParcel reply; in UpdateRect() local
183 MessageParcel reply; in UpdateDensity() local
206 MessageParcel reply; UpdateOrientation() local
235 MessageParcel reply; UpdateSessionViewportConfig() local
263 MessageParcel reply; HandleBackEvent() local
288 MessageParcel reply; SwitchFreeMultiWindow() local
317 MessageParcel reply; GetUIContentRemoteObj() local
352 MessageParcel reply; NotifyDestroy() local
377 MessageParcel reply; NotifyCloseExistPipWindow() local
402 MessageParcel reply; UpdateFocus() local
432 MessageParcel reply; NotifyTransferComponentData() local
463 MessageParcel reply; NotifyTransferComponentDataSync() local
503 MessageParcel reply; NotifyOccupiedAreaChangeInfo() local
545 MessageParcel reply; UpdateAvoidArea() local
575 MessageParcel reply; DumpSessionElementInfo() local
600 MessageParcel reply; NotifyScreenshot() local
621 MessageParcel reply; NotifyTouchOutside() local
643 MessageParcel reply; NotifyWindowVisibility() local
672 MessageParcel reply; UpdateWindowMode() local
701 MessageParcel reply; NotifyForegroundInteractiveStatus() local
728 MessageParcel reply; UpdateMaximizeMode() local
757 MessageParcel reply; NotifySessionForeground() local
792 MessageParcel reply; NotifySessionFullScreen() local
812 MessageParcel reply; NotifySessionBackground() local
847 MessageParcel reply; UpdateTitleInTargetPos() local
881 MessageParcel reply; NotifyTransformChange() local
907 MessageParcel reply; NotifyDensityFollowHost() local
941 MessageParcel reply; NotifyDialogStateChange() local
969 MessageParcel reply; SetPipActionEvent() local
1003 MessageParcel reply; SetPiPControlEvent() local
1036 MessageParcel reply; NotifyDisplayMove() local
1068 MessageParcel reply; NotifyKeyboardPanelInfoChange() local
1100 MessageParcel reply; CompatibleFullScreenRecover() local
1125 MessageParcel reply; CompatibleFullScreenMinimize() local
1150 MessageParcel reply; CompatibleFullScreenClose() local
1175 MessageParcel reply; NotifyCompatibleModeEnableInPad() local
1204 MessageParcel reply; SetUniqueVirtualPixelRatio() local
1226 ReadSmallStringVectorFromParcel( MessageParcel& reply, std::vector<std::string>& infos) ReadSmallStringVectorFromParcel() argument
1238 ReadBigStringVectorFromParcel( MessageParcel& reply, std::vector<std::string>& infos) ReadBigStringVectorFromParcel() argument
1291 MessageParcel reply; NotifyDumpInfo() local
1336 MessageParcel reply; SetSplitButtonVisible() local
[all...]
H A Dsession_stage_stub.cpp33 int SessionStageStub::OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) in OnRemoteRequest() argument
130 HandleSetActive(MessageParcel& data, MessageParcel& reply) HandleSetActive() argument
139 HandleUpdateRect(MessageParcel& data, MessageParcel& reply) HandleUpdateRect() argument
188 HandleUpdateDensity(MessageParcel& data, MessageParcel& reply) HandleUpdateDensity() argument
195 HandleUpdateOrientation(MessageParcel& data, MessageParcel& reply) HandleUpdateOrientation() argument
203 HandleUpdateSessionViewportConfig(MessageParcel& data, MessageParcel& reply) HandleUpdateSessionViewportConfig() argument
217 HandleBackEventInner(MessageParcel& data, MessageParcel& reply) HandleBackEventInner() argument
225 HandleNotifyDestroy(MessageParcel& data, MessageParcel& reply) HandleNotifyDestroy() argument
233 HandleNotifyCloseExistPipWindow(MessageParcel& data, MessageParcel& reply) HandleNotifyCloseExistPipWindow() argument
241 HandleUpdateFocus(MessageParcel& data, MessageParcel& reply) HandleUpdateFocus() argument
250 HandleNotifyTransferComponentData(MessageParcel& data, MessageParcel& reply) HandleNotifyTransferComponentData() argument
263 HandleNotifyTransferComponentDataSync(MessageParcel& data, MessageParcel& reply) HandleNotifyTransferComponentDataSync() argument
282 HandleNotifyOccupiedAreaChange(MessageParcel& data, MessageParcel& reply) HandleNotifyOccupiedAreaChange() argument
306 HandleUpdateAvoidArea(MessageParcel& data, MessageParcel& reply) HandleUpdateAvoidArea() argument
321 HandleNotifyScreenshot(MessageParcel& data, MessageParcel& reply) HandleNotifyScreenshot() argument
328 HandleDumpSessionElementInfo(MessageParcel& data, MessageParcel& reply) HandleDumpSessionElementInfo() argument
340 HandleNotifyTouchOutside(MessageParcel& data, MessageParcel& reply) HandleNotifyTouchOutside() argument
347 HandleUpdateWindowMode(MessageParcel& data, MessageParcel& reply) HandleUpdateWindowMode() argument
356 HandleNotifyWindowVisibilityChange(MessageParcel& data, MessageParcel& reply) HandleNotifyWindowVisibilityChange() argument
365 HandleNotifyForegroundInteractiveStatus(MessageParcel& data, MessageParcel& reply) HandleNotifyForegroundInteractiveStatus() argument
373 HandleUpdateMaximizeMode(MessageParcel& data, MessageParcel& reply) HandleUpdateMaximizeMode() argument
382 HandleNotifySessionForeground(MessageParcel& data, MessageParcel& reply) HandleNotifySessionForeground() argument
391 HandleNotifySessionFullScreen(MessageParcel& data, MessageParcel& reply) HandleNotifySessionFullScreen() argument
399 HandleNotifySessionBackground(MessageParcel& data, MessageParcel& reply) HandleNotifySessionBackground() argument
409 HandleUpdateTitleInTargetPos(MessageParcel& data, MessageParcel& reply) HandleUpdateTitleInTargetPos() argument
419 HandleNotifyTransformChange(MessageParcel& data, MessageParcel& reply) HandleNotifyTransformChange() argument
428 HandleNotifyDensityFollowHost(MessageParcel& data, MessageParcel& reply) HandleNotifyDensityFollowHost() argument
437 HandleNotifyDialogStateChange(MessageParcel& data, MessageParcel& reply) HandleNotifyDialogStateChange() argument
445 HandleSetPipActionEvent(MessageParcel& data, MessageParcel& reply) HandleSetPipActionEvent() argument
461 HandleSetPiPControlEvent(MessageParcel& data, MessageParcel& reply) HandleSetPiPControlEvent() argument
476 HandleUpdateDisplayId(MessageParcel& data, MessageParcel& reply) HandleUpdateDisplayId() argument
485 HandleNotifyDisplayMove(MessageParcel& data, MessageParcel& reply) HandleNotifyDisplayMove() argument
494 HandleSwitchFreeMultiWindow(MessageParcel& data, MessageParcel& reply) HandleSwitchFreeMultiWindow() argument
504 HandleGetUIContentRemoteObj(MessageParcel& data, MessageParcel& reply) HandleGetUIContentRemoteObj() argument
514 HandleNotifyKeyboardPanelInfoChange(MessageParcel& data, MessageParcel& reply) HandleNotifyKeyboardPanelInfoChange() argument
527 HandleCompatibleFullScreenRecover(MessageParcel& data, MessageParcel& reply) HandleCompatibleFullScreenRecover() argument
534 HandleCompatibleFullScreenMinimize(MessageParcel& data, MessageParcel& reply) HandleCompatibleFullScreenMinimize() argument
541 HandleCompatibleFullScreenClose(MessageParcel& data, MessageParcel& reply) HandleCompatibleFullScreenClose() argument
548 HandleNotifyCompatibleModeEnableInPad(MessageParcel& data, MessageParcel& reply) HandleNotifyCompatibleModeEnableInPad() argument
556 HandleSetUniqueVirtualPixelRatio(MessageParcel& data, MessageParcel& reply) HandleSetUniqueVirtualPixelRatio() argument
580 WriteSmallStringVector( const std::vector<std::string>& infos, MessageParcel& reply) WriteSmallStringVector() argument
593 WriteBigStringVector( const std::vector<std::string>& infos, MessageParcel& reply) WriteBigStringVector() argument
627 HandleNotifyDumpInfo(MessageParcel& data, MessageParcel& reply) HandleNotifyDumpInfo() argument
663 HandleSetSplitButtonVisible(MessageParcel& data, MessageParcel& reply) HandleSetSplitButtonVisible() argument
[all...]
/foundation/window/window_manager/window_scene/session/host/src/
H A Dextension_session.cpp78 int32_t WindowEventChannelListener::OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, in OnRemoteRequest() argument
/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_lite_proxy.cpp32 MessageParcel reply; in SetSessionLabel() local
65 MessageParcel reply; in SetSessionIcon() local
98 MessageParcel reply; in IsValidSessionIds() local
128 MessageParcel reply; PendingSessionToForeground() local
159 MessageParcel reply; PendingSessionToBackgroundForDelegator() local
194 MessageParcel reply; RegisterSessionListener() local
230 MessageParcel reply; UnRegisterSessionListener() local
259 MessageParcel reply; GetSessionInfos() local
300 MessageParcel reply; GetMainWindowStatesByPid() local
329 MessageParcel reply; GetSessionInfo() local
367 MessageParcel reply; GetSessionInfoByContinueSessionId() local
398 GetParcelableInfos(MessageParcel& reply, std::vector<T>& parcelableInfos) GetParcelableInfos() argument
424 MessageParcel data, reply; TerminateSessionNew() local
459 MessageParcel reply; GetFocusSessionToken() local
487 MessageParcel reply; GetFocusSessionElement() local
516 MessageParcel reply; GetSessionSnapshot() local
559 MessageParcel reply; SetSessionContinueState() local
591 MessageParcel reply; LockSession() local
619 MessageParcel reply; UnlockSession() local
648 MessageParcel reply; MoveSessionsToForeground() local
681 MessageParcel reply; MoveSessionsToBackground() local
714 MessageParcel reply; ClearSession() local
743 MessageParcel reply; ClearAllSessions() local
767 MessageParcel reply; GetFocusWindowInfo() local
796 MessageParcel reply; RegisterWindowManagerAgent() local
830 MessageParcel reply; UnregisterWindowManagerAgent() local
865 MessageParcel reply; CheckWindowId() local
896 MessageParcel reply; GetVisibilityWindowInfo() local
928 MessageParcel reply; GetWindowModeType() local
949 MessageParcel reply; GetMainWindowInfos() local
994 MessageParcel reply; RegisterIAbilityManagerCollaborator() local
1028 MessageParcel reply; UnregisterIAbilityManagerCollaborator() local
1057 MessageParcel reply; GetAllMainWindowInfos() local
1087 MessageParcel reply; ClearMainSessions() local
1114 MessageParcel reply; RaiseWindowToTop() local
1143 MessageParcel reply; GetWindowStyleType() local
1165 MessageParcel reply; TerminateSessionByPersistentId() local
1192 MessageParcel reply; CloseTargetFloatWindow() local
1219 MessageParcel reply; CloseTargetPiPWindow() local
1246 MessageParcel reply; GetCurrentPiPWindowInfo() local
1271 MessageParcel reply; GetRootMainWindowId() local
1302 MessageParcel reply; GetAccessibilityWindowInfo() local
[all...]
H A Dscene_session_manager_lite_stub.cpp40 int SceneSessionManagerLiteStub::ProcessRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, in ProcessRemoteRequest() argument
28 OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) OnRemoteRequest() argument
133 HandleSetSessionLabel(MessageParcel& data, MessageParcel& reply) HandleSetSessionLabel() argument
147 HandleSetSessionIcon(MessageParcel& data, MessageParcel& reply) HandleSetSessionIcon() argument
161 HandleIsValidSessionIds(MessageParcel& data, MessageParcel& reply) HandleIsValidSessionIds() argument
173 HandlePendingSessionToForeground(MessageParcel& data, MessageParcel& reply) HandlePendingSessionToForeground() argument
186 HandlePendingSessionToBackgroundForDelegator(MessageParcel& data, MessageParcel& reply) HandlePendingSessionToBackgroundForDelegator() argument
204 HandleRegisterSessionListener(MessageParcel& data, MessageParcel& reply) HandleRegisterSessionListener() argument
218 HandleUnRegisterSessionListener(MessageParcel& data, MessageParcel& reply) HandleUnRegisterSessionListener() argument
231 HandleGetSessionInfos(MessageParcel& data, MessageParcel& reply) HandleGetSessionInfos() argument
260 HandleGetMainWindowStatesByPid(MessageParcel& data, MessageParcel& reply) HandleGetMainWindowStatesByPid() argument
285 HandleGetSessionInfo(MessageParcel& data, MessageParcel& reply) HandleGetSessionInfo() argument
313 HandleGetSessionInfoByContinueSessionId(MessageParcel& data, MessageParcel& reply) HandleGetSessionInfoByContinueSessionId() argument
331 HandleTerminateSessionNew(MessageParcel& data, MessageParcel& reply) HandleTerminateSessionNew() argument
354 HandleGetFocusSessionToken(MessageParcel& data, MessageParcel& reply) HandleGetFocusSessionToken() argument
364 HandleGetFocusSessionElement(MessageParcel& data, MessageParcel& reply) HandleGetFocusSessionElement() argument
374 HandleSetSessionContinueState(MessageParcel& data, MessageParcel& reply) HandleSetSessionContinueState() argument
394 HandleGetSessionSnapshot(MessageParcel& data, MessageParcel& reply) HandleGetSessionSnapshot() argument
407 HandleClearSession(MessageParcel& data, MessageParcel& reply) HandleClearSession() argument
420 HandleClearAllSessions(MessageParcel& data, MessageParcel& reply) HandleClearAllSessions() argument
428 HandleLockSession(MessageParcel& data, MessageParcel& reply) HandleLockSession() argument
441 HandleUnlockSession(MessageParcel& data, MessageParcel& reply) HandleUnlockSession() argument
454 HandleMoveSessionsToForeground(MessageParcel& data, MessageParcel& reply) HandleMoveSessionsToForeground() argument
469 HandleMoveSessionsToBackground(MessageParcel& data, MessageParcel& reply) HandleMoveSessionsToBackground() argument
482 HandleGetFocusSessionInfo(MessageParcel& data, MessageParcel& reply) HandleGetFocusSessionInfo() argument
491 HandleCheckWindowId(MessageParcel& data, MessageParcel& reply) HandleCheckWindowId() argument
513 HandleRegisterWindowManagerAgent(MessageParcel& data, MessageParcel& reply) HandleRegisterWindowManagerAgent() argument
525 HandleUnregisterWindowManagerAgent(MessageParcel& data, MessageParcel& reply) HandleUnregisterWindowManagerAgent() argument
537 HandleGetVisibilityWindowInfo(MessageParcel& data, MessageParcel& reply) HandleGetVisibilityWindowInfo() argument
549 HandleGetWindowModeType(MessageParcel& data, MessageParcel& reply) HandleGetWindowModeType() argument
562 HandleGetMainWinodowInfo(MessageParcel& data, MessageParcel& reply) HandleGetMainWinodowInfo() argument
594 HandleGetAllMainWindowInfos(MessageParcel& data, MessageParcel& reply) HandleGetAllMainWindowInfos() argument
611 HandleClearMainSessions(MessageParcel& data, MessageParcel& reply) HandleClearMainSessions() argument
630 HandleRaiseWindowToTop(MessageParcel& data, MessageParcel& reply) HandleRaiseWindowToTop() argument
642 HandleRegisterCollaborator(MessageParcel& data, MessageParcel& reply) HandleRegisterCollaborator() argument
662 HandleUnregisterCollaborator(MessageParcel& data, MessageParcel& reply) HandleUnregisterCollaborator() argument
675 HandleGetWindowStyleType(MessageParcel& data, MessageParcel& reply) HandleGetWindowStyleType() argument
688 HandleTerminateSessionByPersistentId(MessageParcel& data, MessageParcel& reply) HandleTerminateSessionByPersistentId() argument
698 HandleCloseTargetFloatWindow(MessageParcel& data, MessageParcel& reply) HandleCloseTargetFloatWindow() argument
705 HandleCloseTargetPiPWindow(MessageParcel& data, MessageParcel& reply) HandleCloseTargetPiPWindow() argument
715 HandleGetCurrentPiPWindowInfo(MessageParcel& data, MessageParcel& reply) HandleGetCurrentPiPWindowInfo() argument
728 HandleGetRootMainWindowId(MessageParcel &data, MessageParcel &reply) HandleGetRootMainWindowId() argument
749 HandleGetAccessibilityWindowInfo(MessageParcel& data, MessageParcel& reply) HandleGetAccessibilityWindowInfo() argument
[all...]
/foundation/window/window_manager/wmserver/src/zidl/
H A Dwindow_manager_proxy.cpp36 MessageParcel reply; in CreateWindow() local
83 MessageParcel reply; in AddWindow() local
112 MessageParcel reply; in RemoveWindow() local
146 MessageParcel reply; DestroyWindow() local
175 MessageParcel reply; RequestFocus() local
203 MessageParcel reply; GetAvoidAreaByType() local
242 MessageParcel reply; RegisterWindowManagerAgent() local
277 MessageParcel reply; UnregisterWindowManagerAgent() local
311 MessageParcel reply; SetWindowAnimationController() local
349 MessageParcel reply; NotifyServerReadyToMoveOrDrag() local
382 MessageParcel reply; ProcessPointDown() local
411 MessageParcel reply; ProcessPointUp() local
435 MessageParcel reply; MinimizeAllAppWindows() local
468 MessageParcel reply; ToggleShownStateForAllAppWindows() local
495 MessageParcel reply; SetWindowLayoutMode() local
523 MessageParcel reply; UpdateProperty() local
574 MessageParcel reply; SetWindowGravity() local
594 MessageParcel reply; GetTopWindowId() local
623 MessageParcel reply; GetAccessibilityWindowInfo() local
649 MessageParcel reply; GetUnreliableWindowInfo() local
679 MessageParcel reply; GetVisibilityWindowInfo() local
704 MessageParcel reply; GetSystemConfig() local
733 MessageParcel reply; NotifyWindowTransition() local
773 MessageParcel reply; GetModeChangeHotZones() local
818 MessageParcel reply; MinimizeWindowsByLauncher() local
856 MessageParcel reply; UpdateAvoidAreaListener() local
886 MessageParcel reply; UpdateRsTree() local
916 MessageParcel reply; BindDialogTarget() local
949 MessageParcel reply; SetAnchorAndScale() local
981 MessageParcel reply; SetAnchorOffset() local
1009 MessageParcel reply; OffWindowZoom() local
1030 MessageParcel reply; RaiseToAppTop() local
1058 MessageParcel reply; GetSnapshot() local
1101 MessageParcel reply; SetGestureNavigationEnabled() local
1130 MessageParcel reply; DispatchKeyEvent() local
1159 MessageParcel reply; NotifyDumpInfoResult() local
1185 MessageParcel reply; GetWindowAnimationTargets() local
1215 MessageParcel reply; SetMaximizeMode() local
1238 MessageParcel reply; GetMaximizeMode() local
1262 MessageParcel reply; GetFocusWindowInfo() local
[all...]
/third_party/ffmpeg/libavformat/
H A Drtspdec.c527 RTSPMessageHeader reply1, *reply = &reply1; in rtsp_read_play() local
598 RTSPMessageHeader reply1, *reply = &reply1; in rtsp_read_pause() local
612 ff_rtsp_setup_input_streams(AVFormatContext *s, RTSPMessageHeader *reply) ff_rtsp_setup_input_streams() argument
793 RTSPMessageHeader reply; ff_rtsp_tcp_read_packet() local
850 RTSPMessageHeader reply1, *reply = &reply1; rtsp_read_packet() local
917 RTSPMessageHeader reply1, *reply = &reply1; rtsp_read_packet() local
[all...]
/third_party/NuttX/fs/nfs/
H A Drpc_clnt.c199 rpcclnt_receive(struct rpcclnt *rpc, struct sockaddr *aname, int proc, int program, void *reply, size_t resplen) rpcclnt_receive() argument
264 rpcclnt_receive(struct rpcclnt *rpc, struct sockaddr *aname, int proc, int program, void *reply, size_t resplen) rpcclnt_receive() argument
353 rpcclnt_reply(struct rpcclnt *rpc, int procid, int prog, void *reply, size_t resplen) rpcclnt_reply() argument
[all...]
/third_party/libwebsockets/minimal-examples/dbus-server/minimal-dbus-ws-proxy/
H A Dprotocol_lws_minimal_dbus_ws_proxy.c158 dmh_introspect(DBusConnection *c, DBusMessage *m, DBusMessage **reply, void *d) in dmh_introspect() argument
168 dmh_get(DBusConnection *c, DBusMessage *m, DBusMessage **reply, void *d) in dmh_get() argument
195 dmh_getall(DBusConnection *c, DBusMessage *m, DBusMessage **reply, void *d) in dmh_getall() argument
217 dmh_connect(DBusConnection *c, DBusMessage *m, DBusMessage **reply, void *d) in dmh_connect() argument
315 dmh_send(DBusConnection *c, DBusMessage *m, DBusMessage **reply, void *d) dmh_send() argument
390 DBusMessage *reply = NULL; server_message_handler() local
[all...]
/third_party/mesa3d/src/glx/
H A Dglxext.c359 xcb_glx_query_version_reply_t *reply = xcb_glx_query_version_reply(c, in QueryVersion() local
705 xGLXGetVisualConfigsReply reply; in getVisualConfigs() local
735 xGLXGetFBConfigsReply reply; getFBConfigs() local
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-zeroconf-publish.c676 DBusMessage *reply = NULL; in get_icon_name() local
H A Dmodule-device-restore.c989 static void read_sink_format_reply(struct userdata *u, pa_tagstruct *reply, pa_sink *sink) { in read_sink_format_reply() argument
1028 pa_tagstruct *reply = NULL; extension_cb() local
1182 pa_pstream_send_tagstruct(pa_native_connection_get_pstream(c), reply); extension_cb() local
[all...]
/third_party/pulseaudio/src/modules/dbus/
H A Diface-card.c372 DBusMessage *reply = NULL; in handle_get_all() local
/third_party/pulseaudio/src/pulsecore/
H A Ddbus-util.c452 DBusMessage *reply = NULL; in pa_dbus_send_error() local
471 DBusMessage *reply = NULL; in pa_dbus_send_empty_reply() local
482 DBusMessage *reply = NULL; in pa_dbus_send_basic_value_reply() local
514 DBusMessage *reply = NULL; pa_dbus_send_basic_variant_reply() local
560 DBusMessage *reply = NULL; pa_dbus_send_basic_array_variant_reply() local
576 DBusMessage *reply = NULL; pa_dbus_send_proplist_variant_reply() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_privsep.c353 u8 reply[sizeof(int) + SSID_MAX_LEN]; in wpa_driver_privsep_get_ssid() local
43 wpa_priv_cmd(struct wpa_driver_privsep_data *drv, int cmd, const void *data, size_t data_len, void *reply, size_t *reply_len) wpa_priv_cmd() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/
H A Dfst_ctrl_iface.c764 int fst_ctrl_iface_receive(const char *cmd, char *reply, size_t reply_size) in fst_ctrl_iface_receive() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_upnp_web.c423 web_process_get_device_info(struct upnp_wps_device_sm *sm, struct wpabuf **reply, const char **replyname) web_process_get_device_info() argument
489 web_process_put_message(struct upnp_wps_device_sm *sm, char *data, struct wpabuf **reply, const char **replyname) web_process_put_message() argument
574 web_process_put_wlan_response(struct upnp_wps_device_sm *sm, char *data, struct wpabuf **reply, const char **replyname) web_process_put_wlan_response() argument
699 web_process_set_selected_registrar(struct upnp_wps_device_sm *sm, struct sockaddr_in *cli, char *data, struct wpabuf **reply, const char **replyname) web_process_set_selected_registrar() argument
755 web_connection_send_reply(struct http_request *req, enum http_reply_code ret, const char *action, int action_len, const struct wpabuf *reply, const char *replyname) web_connection_send_reply() argument
928 struct wpabuf *reply = NULL; /* data for the reply */ web_connection_parse_post() local
[all...]

Completed in 29 milliseconds

1...<<919293949596979899100>>...102