/base/security/device_auth/frameworks/deviceauth_lite/source/schedule/ |
D | distribution.c | 34 struct message *receive, struct message *send); 36 struct message *receive, struct message *send); 38 struct message *receive, struct message *send); 40 struct message *receive, struct message *send); 42 struct message *receive, struct message *send); 44 static int32_t get_operation_code(const struct header_analysis *nav, const struct message *receive); 47 struct message *receive, struct message *send); 50 struct message *receive, struct message *send); 118 const struct message *receive) in check_message_support() argument 121 LOGE("Receive unknow message, message code is 0x%04x", receive->msg_code); in check_message_support() [all …]
|
D | distribution.h | 68 const struct message *receive); 69 int32_t proc_message(struct hichain *handle, struct header_analysis *nav, struct message *receive,
|
/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/ |
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() argument 105 check_ptr_return_val(receive, HC_INPUT_ERROR); in send_pake_end_request() 108 …struct pake_start_response_data *receive_data = (struct pake_start_response_data *)receive->payloa… 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() argument 135 check_ptr_return_val(receive, HC_INPUT_ERROR); in receive_pake_end_response() 137 struct pake_end_response_data *receive_data = (struct pake_end_response_data *)receive->payload; in receive_pake_end_response() 141 receive->msg_code = INFORM_MESSAGE; in receive_pake_end_response() 144 receive->msg_code = PAKE_SERVER_CONFIRM_RESPONSE; in receive_pake_end_response() 145 receive->payload = receive_data; 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() argument [all …]
|
D | sts_client.c | 114 struct sts_start_response_data *receive = (struct sts_start_response_data *)data; in parse_start_response_data() local 116 sts_client->salt = receive->salt; in parse_start_response_data() 117 sts_client->peer_public_key = receive->epk; in parse_start_response_data() 118 sts_client->peer_challenge = receive->challenge; in parse_start_response_data() 119 sts_client->peer_auth_data = receive->auth_data; in parse_start_response_data() 120 sts_client->peer_user_type = receive->peer_user_type; in parse_start_response_data() 391 struct sts_end_response_data *receive = (struct sts_end_response_data *)data; in parse_end_response_data() local 395 auth_ret.val = (uint8_t *)MALLOC(receive->auth_return.length); in parse_end_response_data() 400 (void)memset_s(auth_ret.val, receive->auth_return.length, 0, receive->auth_return.length); in parse_end_response_data() 401 auth_ret.size = receive->auth_return.length; in parse_end_response_data() [all …]
|
D | sts_client.h | 56 int32_t send_sts_end_request(struct sts_client *sts_client, const struct message *receive, struct m… 57 int32_t receive_sts_end_response(struct sts_client *sts_client, struct message *receive);
|
D | pake_client.h | 55 int32_t send_pake_end_request(struct pake_client *pake_client, const struct message *receive, struc… 56 int32_t receive_pake_end_response(struct pake_client *pake_client, struct message *receive);
|
/base/security/device_auth/frameworks/deviceauth_lite/source/auth_info/ |
D | remove_auth_info_client.c | 55 …ove_response_data(struct remove_auth_info_client *auth_info_client, remove_response_data *receive); 56 int32_t receive_remove_response(const struct hichain *hichain, const struct message *receive) in receive_remove_response() argument 62 …int32_t ret = parse_remove_response_data(&auth_info_client, (remove_response_data *)receive->paylo… 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() argument 127 &receive->cipher, "hichain_remove_info_response", &plain); in parse_remove_response_data()
|
D | remove_auth_info.c | 28 …atic int32_t parse_remove_request_data(const struct hichain *hichain, remove_request_data *receive, 32 int32_t send_remove_response(const struct hichain *hichain, struct message *receive, struct message… in send_remove_response() argument 41 … int32_t ret = parse_remove_request_data(hichain, (remove_request_data *)receive->payload, &cache); 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() argument 79 int32_t ret = decrypt_payload((const struct var_buffer *)session_key, &receive->cipher, in parse_remove_request_data()
|
D | exchange_auth_info_client.h | 24 int32_t receive_exchange_response(const struct hichain *hichain, const struct message *receive);
|
D | remove_auth_info.h | 28 int32_t send_remove_response(const struct hichain *hichain, struct message *receive, struct message…
|
D | remove_auth_info_client.h | 33 int32_t receive_remove_response(const struct hichain *hichain, const struct message *receive);
|
D | exchange_auth_info_client.c | 41 …t parse_exchange_response_data(const struct hichain *hichain, const exchange_request_data *receive, 68 int32_t receive_exchange_response(const struct hichain *hichain, const struct message *receive) in receive_exchange_response() argument 72 …int32_t ret = parse_exchange_response_data(hichain, (exchange_request_data *)receive->payload, &ca… in receive_exchange_response() 88 const exchange_request_data *receive, struct auth_info_cache *cache) in parse_exchange_response_data() argument 100 …int32_t ret = decrypt_payload((struct var_buffer *)key, &receive->cipher, HICHAIN_EXCHANGE_RESPONS… in parse_exchange_response_data()
|
/base/web/webview/test/fuzztest/ohos_adapter/battery_adapter/receiveevent_fuzzer/ |
D | receiveevent_fuzzer.cpp | 44 CommonEventData receive; in ReceiveEventFuzzTest() local 45 batter.OnReceiveEvent(receive); in ReceiveEventFuzzTest()
|
/base/security/device_auth/frameworks/deviceauth_lite/source/ |
D | hichain.c | 55 static int32_t deserialize_message(const struct uint8_buff *data, struct message *receive); 150 struct message receive = { 0, 0, 0 }; in receive_data() local 154 int32_t ret = deserialize_message(data, &receive); in receive_data() 158 struct header_analysis nav = navigate_message(receive.msg_code); in receive_data() 159 ret = check_message_support(hichain, &nav, &receive); in receive_data() 167 ret = proc_message(hichain, &nav, &receive, &send); in receive_data() 188 set_result(hichain, receive.msg_code, send.msg_code, ret); in receive_data() 190 destroy_receive_data_struct(&receive); in receive_data() 620 static int32_t deserialize_message(const struct uint8_buff *data, struct message *receive) in deserialize_message() argument 639 JSON_STRING_DATA, receive); in deserialize_message()
|
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/ |
D | napi_hiappevent_watch.cpp | 150 bool IsValidReceive(const napi_env env, const napi_value receive) in IsValidReceive() argument 152 if (receive == nullptr) { in IsValidReceive() 155 if (!NapiUtil::IsFunction(env, receive)) { in IsValidReceive()
|
/base/useriam/face_auth/ui/Settings_FaceAuth/entry/src/main/ets/pages/ |
D | entryView.ets | 71 Log.info(this.TAG, 'receive system bar tint change: ' + JSON.stringify(data));
|
/base/request/request/ |
D | README.md | 137 …AsyncCallback\<object> => void): void | Enables listening for the header receive event. This API u… 139 …syncCallback\<object> => void): void | Disables listening for the header receive event. This API u… 520 4. Enable listening for the header receive event. 523 // Enable listening for the header receive event and obtain the result using a callback. 560 8. Disable listening for the header receive event. 563 // Disable listening for the header receive event and obtain the result using a callback.
|
/base/security/selinux_adapter/sepolicy/min/ |
D | access_vectors | 263 receive
|
/base/security/selinux_adapter/sepolicy/base/system/ |
D | access_vectors | 263 receive
|
/base/theme/wallpaper_mgr/ |
D | README.md | 60 …p18761104812149"></a>Registers a listener for wallpaper color changes to receive notifications abo…
|
/base/usb/usb_manager/ |
D | README.md | 19 2. USB Service: interacts with the HAL layer to receive, parse, and distribute data, manages foregr…
|
/base/security/access_token/interfaces/kits/accesstoken/napi/src/ |
D | napi_request_permission.cpp | 495 void UIExtensionCallback::OnReceive(const AAFwk::WantParams& receive) in OnReceive() argument
|
/base/hiviewdfx/hiview/utility/smart_parser/test/resource/SmartParserTest018/ |
D | last_kmsg | 236 <14>[ 4.407994] [pid=231][ueventd][INFO][dfx_qic]:qtp_rsp = 0x2,SLVERR: Slave receive Error resp…
|
/base/web/webview/ohos_nweb/prebuilts/ |
D | NOTICE | 8329 that you receive source code or can get it if you want it, that you can change 8340 make sure that they, too, receive or can get the source code. And you must 8381 you receive it, in any medium, provided that you conspicuously and 8497 of the Program by all those who receive copies directly or indirectly through 10194 receive it, in any medium, provided that you conspicuously and 10852 that you receive source code or can get it if you want it, that you can change 10863 make sure that they, too, receive or can get the source code. And you must 10904 you receive it, in any medium, provided that you conspicuously and 11020 of the Program by all those who receive copies directly or indirectly through 21440 for this service if you wish); that you receive source code or can get [all …]
|
/base/hiviewdfx/hiview/utility/smart_parser/test/resource/SmartParserTest008/ |
D | last_kmsg | 1092 <6>[ 9.432823] [I/kevent] KeventFbNotifierFn:receive display on event 1645 <6>[ 46.424983] [I/kevent] KeventFbNotifierFn:receive display off event
|