/ohos5.0/drivers/hdf_core/interfaces/inner_api/ipc/ |
H A D | hdf_remote_service.h | 61 struct HdfDeathRecipient { struct 63 void (*OnRemoteDied)(struct HdfDeathRecipient *, struct HdfRemoteService *); argument 104 void HdfRemoteServiceAddDeathRecipient(struct HdfRemoteService *service, struct HdfDeathRecipient *… 112 …ServiceRemoveDeathRecipient(struct HdfRemoteService *service, struct HdfDeathRecipient *recipient);
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/ |
H A D | wifi_hdi_wpa_proxy_test.cpp | 91 extern "C" void ProxyOnApRemoteDied(struct HdfDeathRecipient* recipient, struct HdfRemoteService* s… 94 struct HdfDeathRecipient recipient; 141 extern "C" void ProxyOnRemoteDied(struct HdfDeathRecipient* recipient, struct HdfRemoteService* ser… 144 struct HdfDeathRecipient recipient;
|
/ohos5.0/drivers/peripheral/codec/hal/include/ |
H A D | codec_component_manager_service.h | 43 struct HdfDeathRecipient recipient; 48 void CleanRemoteServiceResource(struct HdfDeathRecipient *deathRecipient, struct HdfRemoteService *…
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/ipc/include/ |
H A D | hdf_remote_adapter_if.h | 38 void HdfRemoteAdapterAddDeathRecipient(struct HdfRemoteService *service, struct HdfDeathRecipient *… 40 …rRemoveDeathRecipient(struct HdfRemoteService *service, const struct HdfDeathRecipient *recipient);
|
H A D | hdf_remote_adapter.h | 46 HdfDeathNotifier(struct HdfRemoteService *service, struct HdfDeathRecipient *recipient); 51 struct HdfDeathRecipient *recipient_;
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/ipc/src/ |
H A D | hdf_remote_service.c | 20 struct HdfRemoteService *service, struct HdfDeathRecipient *recipient) in HdfRemoteServiceAddDeathRecipient() 26 struct HdfRemoteService *service, struct HdfDeathRecipient *recipient) in HdfRemoteServiceRemoveDeathRecipient()
|
H A D | hdf_remote_adapter.cpp | 90 HdfDeathNotifier::HdfDeathNotifier(struct HdfRemoteService *service, struct HdfDeathRecipient *reci… in HdfDeathNotifier() 177 struct HdfRemoteService *service, struct HdfDeathRecipient *recipient) in HdfRemoteAdapterAddDeathRecipient() 195 struct HdfRemoteService *service, const struct HdfDeathRecipient *recipient) in HdfRemoteAdapterRemoveDeathRecipient()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/ |
H A D | wifi_hdi_wpa_proxy.c | 218 static void ProxyOnRemoteDied(struct HdfDeathRecipient* recipient, struct HdfRemoteService* service) in ProxyOnRemoteDied() 252 …struct HdfDeathRecipient* recipient = (struct HdfDeathRecipient*)OsalMemCalloc(sizeof(struct HdfDe… in RegistHdfDeathCallBack() 604 static void ProxyOnApRemoteDied(struct HdfDeathRecipient* recipient, struct HdfRemoteService* servi… in ProxyOnApRemoteDied() 638 …struct HdfDeathRecipient* recipient = (struct HdfDeathRecipient*)OsalMemCalloc(sizeof(struct HdfDe… in RegistHdfApDeathCallBack()
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/manager/src/ |
H A D | devhost_service_proxy.c | 70 void DevHostServiceProxyOnRemoteDied(struct HdfDeathRecipient *recipient, struct HdfRemoteService *… in DevHostServiceProxyOnRemoteDied() 85 struct HdfDeathRecipient, recipient, struct DevHostServiceProxy, recipient); in DevHostServiceProxyOnRemoteDied()
|
H A D | devsvc_manager_stub.c | 560 void DevSvcManagerOnServiceDied(struct HdfDeathRecipient *recipient, struct HdfRemoteService *remot… in DevSvcManagerOnServiceDied() 563 … HDF_SLIST_CONTAINER_OF(struct HdfDeathRecipient, recipient, struct DevSvcManagerStub, recipient); in DevSvcManagerOnServiceDied()
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/manager/include/ |
H A D | devhost_service_proxy.h | 29 struct HdfDeathRecipient recipient;
|
H A D | devsvc_manager_stub.h | 34 struct HdfDeathRecipient recipient;
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/include/ |
H A D | devsvc_manager_proxy.h | 28 struct HdfDeathRecipient recipient;
|
/ohos5.0/drivers/peripheral/codec/hal/src/ |
H A D | codec_component_manager_service.c | 31 static void OnRemoteServiceDied(struct HdfDeathRecipient *deathRecipient, struct HdfRemoteService *… in OnRemoteServiceDied() 232 void CleanRemoteServiceResource(struct HdfDeathRecipient *deathRecipient, struct HdfRemoteService *… in CleanRemoteServiceResource()
|
/ohos5.0/drivers/hdf_core/framework/test/fuzztest/uhdf2_ipc_fuzzer/ipc_fuzzer/ |
H A D | hdfipc_fuzzer.cpp | 36 struct HdfDeathRecipient* recipient = nullptr; in HdfIpcFuzzTest()
|
/ohos5.0/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/service_common/ |
H A D | hostapd_common_cmd.h | 103 struct HdfDeathRecipient recipient;
|
H A D | hostapd_common_cmd.c | 697 static void OnRemoteServiceDied(struct HdfDeathRecipient *deathRecipient, struct HdfRemoteService *… in OnRemoteServiceDied()
|
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/ |
H A D | wpa_common_cmd.h | 118 struct HdfDeathRecipient recipient;
|
H A D | wpa_common_cmd.c | 1044 static void OnRemoteServiceDied(struct HdfDeathRecipient *deathRecipient, struct HdfRemoteService *… in OnRemoteServiceDied()
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/src/ |
H A D | devsvc_manager_proxy.c | 212 static void DevSvcManagerProxyOnRemoteDied(struct HdfDeathRecipient *recipient, struct HdfRemoteSer… in DevSvcManagerProxyOnRemoteDied()
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/primary/ |
H A D | audio_renderer_sink.cpp | 145 static void AudioHostOnRemoteDied(struct HdfDeathRecipient *recipient, struct HdfRemoteService *ser… in AudioHostOnRemoteDied() 283 static struct HdfDeathRecipient *hdfDeathRecipient_; 293 struct HdfDeathRecipient *AudioRendererSinkInner::hdfDeathRecipient_ = nullptr; 627 hdfDeathRecipient_ = (struct HdfDeathRecipient *)calloc(1, sizeof(*hdfDeathRecipient_)); in InitAudioManager()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/hal_device_manage/ |
H A D | hal_device_manage.cpp | 1455 static HdfDeathRecipient recipient = { in AddChipHdiDeathRecipient() 1456 .OnRemoteDied = [](HdfDeathRecipient *recipient, HdfRemoteService *service) { in AddChipHdiDeathRecipient()
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/test/unittest/ |
H A D | devhost_test.cpp | 132 struct HdfDeathRecipient recipient;
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/hdi/test/servmgr/ |
H A D | service_manager_hdi_c_test.cpp | 753 struct HdfDeathRecipient* recipient = nullptr;
|