Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:hdi_objcast
(Results
1 - 25
of
25
) sorted by relevance
/drivers/peripheral/location/agnss/hdi_service/
H
A
D
agnss_interface_impl.cpp
123
const sptr<IRemoteObject>& remote = OHOS::HDI::
hdi_objcast
<IAGnssCallback>(callbackObj);
in SetAgnssCallback()
131
const sptr<IRemoteObject>& lhs = OHOS::HDI::
hdi_objcast
<IAGnssCallback>(callbackObj);
in SetAgnssCallback()
132
const sptr<IRemoteObject>& rhs = OHOS::HDI::
hdi_objcast
<IAGnssCallback>(callBackIter->second);
in SetAgnssCallback()
251
const sptr<IRemoteObject>& remote = OHOS::HDI::
hdi_objcast
<IAGnssCallback>(callbackObj);
in AddAgnssDeathRecipient()
265
const sptr<IRemoteObject>& remote = OHOS::HDI::
hdi_objcast
<IAGnssCallback>(callbackObj);
in RemoveAgnssDeathRecipient()
/drivers/peripheral/motion/hdi_service/
H
A
D
motion_callback_vdi.cpp
48
sptr<IRemoteObject> remote = OHOS::HDI::
hdi_objcast
<IMotionCallback>(motionCallback_);
in HandleCallbackDeath()
/drivers/peripheral/bluetooth/hci/hdi_service/
H
A
D
hci_interface_impl.cpp
121
const sptr<IRemoteObject>& remote = OHOS::HDI::
hdi_objcast
<IHciCallback>(callbackObj);
in AddHciDeathRecipient()
133
const sptr<IRemoteObject>& remote = OHOS::HDI::
hdi_objcast
<IHciCallback>(callbackObj);
in RemoveHciDeathRecipient()
/drivers/interface/display/buffer/v1_0/hdi_impl/
H
A
D
display_buffer_hdi_impl.h
90
sptr<IRemoteObject> remoteObj = OHOS::HDI::
hdi_objcast
<IAllocator>(allocator_);
in ~DisplayBufferHdiImpl()
98
sptr<IRemoteObject> remoteObj = OHOS::HDI::
hdi_objcast
<IAllocator>(allocator_);
117
sptr<IRemoteObject> remoteObj = OHOS::HDI::
hdi_objcast
<IAllocator>(allocator_);
/drivers/external_device_manager/services/native/driver_extension_manager/src/bus_extension/usb/
H
A
D
usb_bus_extension.cpp
44
sptr<IRemoteObject> remote = OHOS::HDI::
hdi_objcast
<HDI::Usb::V1_0::IUsbInterface>(usbInterface_);
in ~UsbBusExtension()
75
sptr<IRemoteObject> remote = OHOS::HDI::
hdi_objcast
<HDI::Usb::V1_0::IUsbInterface>(usbInterface_);
in SetDevChangeCallback()
/drivers/peripheral/sensor/hdi_service/
H
A
D
sensor_if_service.cpp
487
const sptr<IRemoteObject> &lhs = OHOS::HDI::
hdi_objcast
<ISensorCallback>(callbackObj);
in AddCallbackMap()
488
const sptr<IRemoteObject> &rhs = OHOS::HDI::
hdi_objcast
<ISensorCallback>(callbackRegistered);
in AddCallbackMap()
522
const sptr<IRemoteObject> &lhs = OHOS::HDI::
hdi_objcast
<ISensorCallback>(callbackObj);
in RemoveCallbackMap()
523
const sptr<IRemoteObject> &rhs = OHOS::HDI::
hdi_objcast
<ISensorCallback>(callbackRegistered);
in RemoveCallbackMap()
570
const sptr<IRemoteObject> &remote = OHOS::HDI::
hdi_objcast
<ISensorCallback>(callbackObj);
in AddSensorDeathRecipient()
585
const sptr<IRemoteObject> &remote = OHOS::HDI::
hdi_objcast
<ISensorCallback>(callbackObj);
in RemoveSensorDeathRecipient()
619
(OHOS::HDI::
hdi_objcast
<ISensorCallback>(callbackRegistered)).GetRefPtr();
in OnRemoteDied()
660
const sptr<IRemoteObject> &remote = OHOS::HDI::
hdi_objcast
<ISensorCallback>(callback);
in RemoveDeathNotice()
H
A
D
sensor_callback_vdi.cpp
129
sptr<IRemoteObject> remote = OHOS::HDI::
hdi_objcast
<ISensorCallback>(sensorCallback_);
in HandleCallbackDeath()
/drivers/hdf_core/adapter/uhdf2/ipc/include/
H
A
D
iproxy_broker.h
62
inline sptr<IRemoteObject>
hdi_objcast
(const sptr<INTERFACE> &iface)
in hdi_objcast()
function
/drivers/hdf_core/interfaces/inner_api/ipc/
H
A
D
iproxy_broker.h
62
inline sptr<IRemoteObject>
hdi_objcast
(const sptr<INTERFACE> &iface)
in hdi_objcast()
function
/drivers/peripheral/wlan/chip/hdi_service/
H
A
D
wifi.cpp
250
const sptr<IRemoteObject>& remote = OHOS::HDI::
hdi_objcast
<IChipControllerCallback>(eventCallback);
in AddWifiDeathRecipient()
262
const sptr<IRemoteObject>& remote = OHOS::HDI::
hdi_objcast
<IChipControllerCallback>(eventCallback);
in RemoveWifiDeathRecipient()
/drivers/peripheral/camera/hdi_service/v1_0/src/
H
A
D
camera_host_service_callback.cpp
104
return OHOS::HDI::
hdi_objcast
<ICameraHostCallback>(cameraHostCallback_);
in Remote()
/drivers/peripheral/codec/hal/idl_service/src/
H
A
D
codec_death_recipient.cpp
57
const sptr<OHOS::IRemoteObject> &remote = OHOS::HDI::
hdi_objcast
<ICodecCallback>(callbacks);
in RegisterDeathRecipientService()
/drivers/peripheral/intelligent_voice/hdi_service/trigger/
H
A
D
intell_voice_trigger_adapter_impl.cpp
177
sptr<IRemoteObject> object = OHOS::HDI::
hdi_objcast
<IIntellVoiceTriggerCallback>(triggerCallback);
in RegisterDeathRecipient()
219
sptr<IRemoteObject> object = OHOS::HDI::
hdi_objcast
<IIntellVoiceTriggerCallback>(callback);
in DeregisterDeathRecipient()
/drivers/peripheral/nfc/hdi_service/
H
A
D
nfc_impl.cpp
264
const sptr<IRemoteObject> &remote = OHOS::HDI::
hdi_objcast
<INfcCallback>(callbackObj);
in AddNfcDeathRecipient()
283
const sptr<IRemoteObject> &remote = OHOS::HDI::
hdi_objcast
<INfcCallback>(callbackObj);
in RemoveNfcDeathRecipient()
/drivers/peripheral/secure_element/vendor_adaptor/
H
A
D
se_vendor_adaptions.cpp
299
const sptr<IRemoteObject> &remote = OHOS::HDI::
hdi_objcast
<ISecureElementCallback>(callbackObj);
in AddSecureElementDeathRecipient()
314
const sptr<IRemoteObject> &remote = OHOS::HDI::
hdi_objcast
<ISecureElementCallback>(callbackObj);
in RemoveSecureElementDeathRecipient()
/drivers/interface/display/composer/v1_0/hdi_impl/
H
A
D
display_composer_hdi_impl.h
86
sptr<IRemoteObject> remoteObj = OHOS::HDI::
hdi_objcast
<CompHdi>(hdi_);
in ~DisplayComposerHdiImpl()
94
sptr<IRemoteObject> remoteObj = OHOS::HDI::
hdi_objcast
<CompHdi>(hdi_);
113
sptr<IRemoteObject> remoteObj = OHOS::HDI::
hdi_objcast
<CompHdi>(hdi_);
/drivers/peripheral/location/gnss/hdi_service/
H
A
D
gnss_interface_impl.cpp
337
const sptr<IRemoteObject>& remote = OHOS::HDI::
hdi_objcast
<IGnssCallback>(callbackObj);
in EnableGnss()
495
const sptr<IRemoteObject>& remote = OHOS::HDI::
hdi_objcast
<IGnssCallback>(callbackObj);
in AddGnssDeathRecipient()
510
const sptr<IRemoteObject>& remote = OHOS::HDI::
hdi_objcast
<IGnssCallback>(callbackObj);
in RemoveGnssDeathRecipient()
571
const sptr<IRemoteObject>& remote = OHOS::HDI::
hdi_objcast
<IGnssMeasurementCallback>(callbackObj);
in EnableGnssMeasurement()
/drivers/external_device_manager/frameworks/ddk/hid/
H
A
D
input_emit_event.cpp
63
sptr<IRemoteObject> remote = OHOS::HDI::
hdi_objcast
<OHOS::HDI::Input::Ddk::V1_0::IHidDdk>(g_ddk);
in OnRemoteDied()
95
sptr<IRemoteObject> remote = OHOS::HDI::
hdi_objcast
<OHOS::HDI::Input::Ddk::V1_0::IHidDdk>(g_ddk);
in Connect()
/drivers/peripheral/battery/interfaces/hdi_service/src/
H
A
D
battery_interface_impl.cpp
332
const sptr<IRemoteObject>& remote = OHOS::HDI::
hdi_objcast
<IBatteryCallback>(callback);
in AddBatteryDeathRecipient()
348
const sptr<IRemoteObject>& remote = OHOS::HDI::
hdi_objcast
<IBatteryCallback>(callback);
in RemoveBatteryDeathRecipient()
/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_host/
H
A
D
dcamera_host.cpp
348
sptr<IRemoteObject> remote = OHOS::HDI::
hdi_objcast
<IDCameraProviderCallback>(callback);
in AddDCameraDevice()
381
sptr<IRemoteObject> remoteObj = OHOS::HDI::
hdi_objcast
<IDCameraProviderCallback>(callback);
in RemoveDCameraDevice()
/drivers/peripheral/power/interfaces/hdi_service/src/
H
A
D
power_interface_impl.cpp
349
const sptr<IRemoteObject> &remote = OHOS::HDI::
hdi_objcast
<IPowerHdiCallback>(callback);
in AddPowerDeathRecipient()
361
const sptr<IRemoteObject> &remote = OHOS::HDI::
hdi_objcast
<IPowerHdiCallback>(callback);
in RemovePowerDeathRecipient()
/drivers/peripheral/secure_element/vendor_sim_adaptor/
H
A
D
se_vendor_adaptions.cpp
396
const sptr<IRemoteObject> &remote = OHOS::HDI::
hdi_objcast
<ISecureElementCallback>(callbackObj);
in AddSecureElementDeathRecipient()
411
const sptr<IRemoteObject> &remote = OHOS::HDI::
hdi_objcast
<ISecureElementCallback>(callbackObj);
in RemoveSecureElementDeathRecipient()
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H
A
D
audio_manager_interface_impl.cpp
318
sptr<IRemoteObject> remote = OHOS::HDI::
hdi_objcast
<IDAudioCallback>(call->second);
in GetRemote()
/drivers/peripheral/ril/interfaces/hdi_service/src/
H
A
D
ril_impl.cpp
690
const sptr<IRemoteObject> &remote = OHOS::HDI::
hdi_objcast
<IRilCallback>(callback);
in AddRilDeathRecipient()
703
const sptr<IRemoteObject> &remote = OHOS::HDI::
hdi_objcast
<IRilCallback>(callback);
in RemoveRilDeathRecipient()
/drivers/peripheral/usb/hdi_service/src/
H
A
D
usb_impl.cpp
1997
const sptr<IRemoteObject> &remote = OHOS::HDI::
hdi_objcast
<IUsbdSubscriber>(subscriber);
in BindUsbdSubscriber()
2049
const sptr<IRemoteObject> &remote = OHOS::HDI::
hdi_objcast
<IUsbdSubscriber>(subscriber);
in UnbindUsbdSubscriber()
Completed in 19 milliseconds