/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/schedule/ |
H A D | distribution.c | 118 const struct message *receive) in check_message_support() 152 struct message *receive, struct message *send) in proc_message() 220 static int32_t get_operation_code(const struct header_analysis *nav, const struct message *receive) in get_operation_code() 253 #define CUT_EMPTY_FUNC(d_name, handle, nav, receive, send) \ argument 265 struct message *receive, struct message *send) in proc_pake_response_message() 290 struct message *receive, struct message *send) in proc_exchange_response_message() 308 struct message *receive, struct message *send) in proc_sts_response_message() 332 struct message *receive, struct message *send) in proc_remove_request_message() 347 struct message *receive, struct message *send) in proc_remove_response_message() 366 …t proc_inform_message(struct hichain *handle, struct header_analysis *nav, struct message *receive, in proc_inform_message()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/ |
H A D | database.rs | 76 let mut receive = remote_obj in new() localVariable 117 let mut receive = remote_obj in generate_ids() localVariable 157 let mut receive = remote_obj in insert() localVariable 204 let mut receive = remote_obj in update() localVariable 247 let mut receive = remote_obj in delete() localVariable 298 let mut receive = remote_obj in query_values() localVariable 325 let mut receive = remote_obj in lock() localVariable 352 let mut receive = remote_obj in unlock() localVariable 376 let mut receive = remote_obj in heartbeat() localVariable
|
H A D | asset.rs | 193 let mut receive = remote_obj in new() localVariable 232 let mut receive = remote_obj in download() localVariable 284 let mut receive = remote_obj in upload() localVariable
|
H A D | connect.rs | 707 let mut receive = remote_obj in subscribe() localVariable 739 let mut receive = remote_obj in unsubscribe() localVariable 791 let mut receive = remote_obj in get_app_brief_info() localVariable 824 let mut receive = remote_obj in get_service_info() localVariable 856 let mut receive = remote_obj in get_app_schema() localVariable
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/ |
H A D | pake_client.c | 102 int32_t send_pake_end_request(struct pake_client *pake_client, const struct message *receive, struc… in send_pake_end_request() 132 int32_t receive_pake_end_response(struct pake_client *pake_client, struct message *receive) in receive_pake_end_response() 168 …nt32_t gen_esk_prime_len(struct pake_client *pake_client, struct pake_start_response_data *receive, in gen_esk_prime_len() 188 struct pake_start_response_data *receive = (struct pake_start_response_data *)data; in parse_start_response_data() local 283 struct pake_end_response_data *receive = (struct pake_end_response_data *)data; in parse_end_response_data() local
|
H A D | sts_client.c | 114 struct sts_start_response_data *receive = (struct sts_start_response_data *)data; in parse_start_response_data() local 391 struct sts_end_response_data *receive = (struct sts_end_response_data *)data; in parse_end_response_data() local 451 int32_t send_sts_end_request(struct sts_client *sts_client, const struct message *receive, struct m… in send_sts_end_request() 481 int32_t receive_sts_end_response(struct sts_client *sts_client, struct message *receive) in receive_sts_end_response()
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/auth_info/ |
H A D | remove_auth_info_client.c | 56 int32_t receive_remove_response(const struct hichain *hichain, const struct message *receive) in receive_remove_response() 123 …move_response_data(struct remove_auth_info_client *auth_info_client, remove_response_data *receive) in parse_remove_response_data()
|
H A D | remove_auth_info.c | 32 int32_t send_remove_response(const struct hichain *hichain, struct message *receive, struct message… in send_remove_response() 70 …atic int32_t parse_remove_request_data(const struct hichain *hichain, remove_request_data *receive, in parse_remove_request_data()
|
H A D | exchange_auth_info_client.c | 68 int32_t receive_exchange_response(const struct hichain *hichain, const struct message *receive) in receive_exchange_response() 88 const exchange_request_data *receive, struct auth_info_cache *cache) in parse_exchange_response_data()
|
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/ |
H A D | network_sharing.h | 22 int64_t receive = 0; member
|
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/battery_adapter/receiveevent_fuzzer/ |
H A D | receiveevent_fuzzer.cpp | 44 CommonEventData receive; in ReceiveEventFuzzTest() local
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/spp/ |
H A D | spp_test.cpp | 105 uint8_t receive[512]; variable
|
/ohos5.0/drivers/hdf_core/framework/model/network/common/netdevice/ |
H A D | net_device_impl.h | 38 int32_t (*receive)(struct NetDeviceImpl *netDevice, NetBuf *buff, ReceiveFlag flag); member
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_socket.cpp | 263 fd_set receive = GetFdSet(client_); in GetStatus() local
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/ |
H A D | hichain.c | 152 struct message receive = { 0, 0, 0 }; in receive_data() local 625 static int32_t deserialize_message(const struct uint8_buff *data, struct message *receive) in deserialize_message()
|
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/src/ |
H A D | test_service.cpp | 116 int TestService::TestZtraceTransaction(std::string &send, std::string &receive, int len) in TestZtraceTransaction()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/ |
H A D | napi_open_settings.cpp | 328 void SettingsModalExtensionCallback::OnReceive(const AAFwk::WantParams& receive) in OnReceive()
|
H A D | napi_enable_notification.cpp | 596 void ModalExtensionCallback::OnReceive(const AAFwk::WantParams& receive) in OnReceive()
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/ |
H A D | napi_hiappevent_watch.cpp | 163 bool IsValidReceive(const napi_env env, const napi_value receive, int& errCode) in IsValidReceive()
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/manager/ |
H A D | sharing_manager.cpp | 412 int64_t receive = in GetNetworkSharingTraffic() local
|
/ohos5.0/base/security/access_token/interfaces/kits/napi/accesstoken/src/ |
H A D | napi_request_global_switch_on_setting.cpp | 249 void SwitchOnSettingUICallback::OnReceive(const AAFwk::WantParams& receive) in OnReceive()
|
H A D | napi_request_permission_on_setting.cpp | 273 void PermissonOnSettingUICallback::OnReceive(const AAFwk::WantParams& receive) in OnReceive()
|
H A D | napi_request_permission.cpp | 510 void UIExtensionCallback::OnReceive(const AAFwk::WantParams& receive) in OnReceive()
|
/ohos5.0/commonlibrary/ets_utils/js_sys_module/process/ |
H A D | js_process.cpp | 106 auto receive = static_cast<uint32_t>(*iter); in GetGroups() local
|
/ohos5.0/base/security/access_token/interfaces/kits/cj/accesstoken/src/ |
H A D | at_manager_impl.cpp | 523 void UIExtensionCallback::OnReceive(const AAFwk::WantParams& receive) in OnReceive()
|