Home
last modified time | relevance | path

Searched refs:stubObj (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/drivers/peripheral/wlan/hdi_service/
H A Dwlan_interface_drivers.c43 struct HdfRemoteService *stubObj = *wlaninterfaceHost->stubObject; in WlanInterfaceDriverDispatch() local
44 if (stubObj == NULL || stubObj->dispatcher == NULL || stubObj->dispatcher->Dispatch == NULL) { in WlanInterfaceDriverDispatch()
48 …return stubObj->dispatcher->Dispatch((struct HdfRemoteService *)stubObj->target, cmdId, data, repl… in WlanInterfaceDriverDispatch()
88 …struct HdfRemoteService **stubObj = StubCollectorGetOrNewObject(IWLANINTERFACE_INTERFACE_DESC, ser… in HdfWlanInterfaceDriverBind() local
89 if (stubObj == NULL) { in HdfWlanInterfaceDriverBind()
99 wlaninterfaceHost->stubObject = stubObj; in HdfWlanInterfaceDriverBind()
/ohos5.0/drivers/peripheral/audio/effect/host/
H A Daudio_effect_driver.c47 struct HdfRemoteService *stubObj = *effectModelHost->stubObject; in EffectModelDriverDispatch() local
48 if (stubObj == NULL || stubObj->dispatcher == NULL || stubObj->dispatcher->Dispatch == NULL) { in EffectModelDriverDispatch()
52 …return stubObj->dispatcher->Dispatch((struct HdfRemoteService *)stubObj->target, cmdId, data, repl… in EffectModelDriverDispatch()
96 …struct HdfRemoteService **stubObj = StubCollectorGetOrNewObject(IEFFECTMODEL_INTERFACE_DESC, servi… in HdfEffectModelDriverBind() local
97 if (stubObj == NULL) { in HdfEffectModelDriverBind()
107 effectModelHost->stubObject = stubObj; in HdfEffectModelDriverBind()
/ohos5.0/drivers/peripheral/audio/hdi_service/primary/
H A Daudio_manager_driver.c48 struct HdfRemoteService *stubObj = *audiomanagerHost->stubObject; in AudioManagerDriverDispatch() local
49 if (stubObj == NULL || stubObj->dispatcher == NULL || stubObj->dispatcher->Dispatch == NULL) { in AudioManagerDriverDispatch()
53 …return stubObj->dispatcher->Dispatch((struct HdfRemoteService *)stubObj->target, cmdId, data, repl… in AudioManagerDriverDispatch()
102 …struct HdfRemoteService **stubObj = StubCollectorGetOrNewObject(IAUDIOMANAGER_INTERFACE_DESC, serv… in HdfAudioManagerDriverBind() local
103 if (stubObj == NULL) { in HdfAudioManagerDriverBind()
114 audiomanagerHost->stubObject = stubObj; in HdfAudioManagerDriverBind()
/ohos5.0/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/
H A Dhostapd_interface_drivers.c51 struct HdfRemoteService *stubObj = *hostapdinterfaceHost->stubObject; in HostapdInterfaceDriverDispatch() local
52 if (stubObj == NULL || stubObj->dispatcher == NULL || stubObj->dispatcher->Dispatch == NULL) { in HostapdInterfaceDriverDispatch()
56 …int ret = stubObj->dispatcher->Dispatch((struct HdfRemoteService *)stubObj->target, cmdId, data, r… in HostapdInterfaceDriverDispatch()
93 …struct HdfRemoteService **stubObj = StubCollectorGetOrNewObject(IHOSTAPDINTERFACE_INTERFACE_DESC, … in HdfHostapdInterfaceDriverBind() local
94 if (stubObj == NULL) { in HdfHostapdInterfaceDriverBind()
105 hostapdinterfaceHost->stubObject = stubObj; in HdfHostapdInterfaceDriverBind()
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/
H A Dwpa_interface_drivers.c50 struct HdfRemoteService *stubObj = *wpainterfaceHost->stubObject; in WpaInterfaceDriverDispatch() local
51 if (stubObj == NULL || stubObj->dispatcher == NULL || stubObj->dispatcher->Dispatch == NULL) { in WpaInterfaceDriverDispatch()
55 …int ret = stubObj->dispatcher->Dispatch((struct HdfRemoteService *)stubObj->target, cmdId, data, r… in WpaInterfaceDriverDispatch()
92 …struct HdfRemoteService **stubObj = StubCollectorGetOrNewObject(IWPAINTERFACE_INTERFACE_DESC, serv… in HdfWpaInterfaceDriverBind() local
93 if (stubObj == NULL) { in HdfWpaInterfaceDriverBind()
104 wpainterfaceHost->stubObject = stubObj; in HdfWpaInterfaceDriverBind()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/audio_effect_v1_0/c_target/audio/effect/v1_0/
H A Deffect_model_driver.c.txt42 struct HdfRemoteService *stubObj = *host->stubObject;
43 if (stubObj == NULL || stubObj->dispatcher == NULL || stubObj->dispatcher->Dispatch == NULL) {
47 …return stubObj->dispatcher->Dispatch((struct HdfRemoteService *)stubObj->target, cmdId, data, repl…
78 …struct HdfRemoteService **stubObj = StubCollectorGetOrNewObject(IEFFECTMODEL_INTERFACE_DESC, servi…
79 if (stubObj == NULL) {
90 host->stubObject = stubObj;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/audio_v1_0/c_target/audio/v1_0/
H A Daudio_manager_driver.c.txt42 struct HdfRemoteService *stubObj = *host->stubObject;
43 if (stubObj == NULL || stubObj->dispatcher == NULL || stubObj->dispatcher->Dispatch == NULL) {
47 …return stubObj->dispatcher->Dispatch((struct HdfRemoteService *)stubObj->target, cmdId, data, repl…
78 …struct HdfRemoteService **stubObj = StubCollectorGetOrNewObject(IAUDIOMANAGER_INTERFACE_DESC, serv…
79 if (stubObj == NULL) {
90 host->stubObject = stubObj;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/audio_v2_0/c_target/audio/v2_0/
H A Daudio_manager_driver.c.txt42 struct HdfRemoteService *stubObj = *host->stubObject;
43 if (stubObj == NULL || stubObj->dispatcher == NULL || stubObj->dispatcher->Dispatch == NULL) {
47 …return stubObj->dispatcher->Dispatch((struct HdfRemoteService *)stubObj->target, cmdId, data, repl…
78 …struct HdfRemoteService **stubObj = StubCollectorGetOrNewObject(IAUDIOMANAGER_INTERFACE_DESC, serv…
79 if (stubObj == NULL) {
90 host->stubObject = stubObj;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_hostapd_v1_0/c_target/wlan/hostapd/v1_0/
H A Dhostapd_interface_driver.c.txt42 struct HdfRemoteService *stubObj = *host->stubObject;
43 if (stubObj == NULL || stubObj->dispatcher == NULL || stubObj->dispatcher->Dispatch == NULL) {
47 …return stubObj->dispatcher->Dispatch((struct HdfRemoteService *)stubObj->target, cmdId, data, repl…
78 …struct HdfRemoteService **stubObj = StubCollectorGetOrNewObject(IHOSTAPDINTERFACE_INTERFACE_DESC, …
79 if (stubObj == NULL) {
90 host->stubObject = stubObj;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_0/c_target/wlan/v1_0/
H A Dwlan_interface_driver.c.txt42 struct HdfRemoteService *stubObj = *host->stubObject;
43 if (stubObj == NULL || stubObj->dispatcher == NULL || stubObj->dispatcher->Dispatch == NULL) {
47 …return stubObj->dispatcher->Dispatch((struct HdfRemoteService *)stubObj->target, cmdId, data, repl…
78 …struct HdfRemoteService **stubObj = StubCollectorGetOrNewObject(IWLANINTERFACE_INTERFACE_DESC, ser…
79 if (stubObj == NULL) {
90 host->stubObject = stubObj;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_1/c_target/wlan/v1_1/
H A Dwlan_interface_driver.c.txt42 struct HdfRemoteService *stubObj = *host->stubObject;
43 if (stubObj == NULL || stubObj->dispatcher == NULL || stubObj->dispatcher->Dispatch == NULL) {
47 …return stubObj->dispatcher->Dispatch((struct HdfRemoteService *)stubObj->target, cmdId, data, repl…
78 …struct HdfRemoteService **stubObj = StubCollectorGetOrNewObject(IWLANINTERFACE_INTERFACE_DESC, ser…
79 if (stubObj == NULL) {
90 host->stubObject = stubObj;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_2/c_target/wlan/v1_2/
H A Dwlan_interface_driver.c.txt42 struct HdfRemoteService *stubObj = *host->stubObject;
43 if (stubObj == NULL || stubObj->dispatcher == NULL || stubObj->dispatcher->Dispatch == NULL) {
47 …return stubObj->dispatcher->Dispatch((struct HdfRemoteService *)stubObj->target, cmdId, data, repl…
78 …struct HdfRemoteService **stubObj = StubCollectorGetOrNewObject(IWLANINTERFACE_INTERFACE_DESC, ser…
79 if (stubObj == NULL) {
90 host->stubObject = stubObj;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_wpa_v1_0/c_target/wlan/wpa/v1_0/
H A Dwpa_interface_driver.c.txt42 struct HdfRemoteService *stubObj = *host->stubObject;
43 if (stubObj == NULL || stubObj->dispatcher == NULL || stubObj->dispatcher->Dispatch == NULL) {
47 …return stubObj->dispatcher->Dispatch((struct HdfRemoteService *)stubObj->target, cmdId, data, repl…
78 …struct HdfRemoteService **stubObj = StubCollectorGetOrNewObject(IWPAINTERFACE_INTERFACE_DESC, serv…
79 if (stubObj == NULL) {
90 host->stubObject = stubObj;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/hdi_all_interface_test_007/c_target/foo/v1_0/
H A Dfoo_driver.c.txt42 struct HdfRemoteService *stubObj = *host->stubObject;
43 if (stubObj == NULL || stubObj->dispatcher == NULL || stubObj->dispatcher->Dispatch == NULL) {
47 …return stubObj->dispatcher->Dispatch((struct HdfRemoteService *)stubObj->target, cmdId, data, repl…
78 … struct HdfRemoteService **stubObj = StubCollectorGetOrNewObject(IFOO_INTERFACE_DESC, serviceImpl);
79 if (stubObj == NULL) {
90 host->stubObject = stubObj;
H A Dfoo_ext_driver.c.txt42 struct HdfRemoteService *stubObj = *host->stubObject;
43 if (stubObj == NULL || stubObj->dispatcher == NULL || stubObj->dispatcher->Dispatch == NULL) {
47 …return stubObj->dispatcher->Dispatch((struct HdfRemoteService *)stubObj->target, cmdId, data, repl…
78 …struct HdfRemoteService **stubObj = StubCollectorGetOrNewObject(IFOOEXT_INTERFACE_DESC, serviceImp…
79 if (stubObj == NULL) {
90 host->stubObject = stubObj;
/ohos5.0/foundation/multimedia/av_codec/services/services/sa_avcodec/ipc/
H A Davcodec_service_stub.cpp141 sptr<IRemoteObject> stubObj = nullptr; in GetSystemAbility() local
142 int32_t ret = GetSubSystemAbility(id, listenerObj, stubObj); in GetSystemAbility()
143 (void)reply.WriteRemoteObject(stubObj); in GetSystemAbility()