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:remoteObj
(Results
1 - 8
of
8
) sorted by relevance
/drivers/interface/camera/sequenceable/buffer_producer/
H
A
D
buffer_producer_sequenceable.cpp
46
sptr<IRemoteObject>
remoteObj
= dataParcel.ReadRemoteObject();
in Unmarshalling()
local
47
if (
remoteObj
== nullptr) {
in Unmarshalling()
51
sptr<OHOS::IBufferProducer> bufferProducer = OHOS::iface_cast<OHOS::IBufferProducer>(
remoteObj
);
in Unmarshalling()
/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()
local
91
remoteObj
->RemoveDeathRecipient(recipient_);
in ~DisplayBufferHdiImpl()
98
sptr<IRemoteObject>
remoteObj
= OHOS::HDI::hdi_objcast<IAllocator>(allocator_);
variable
102
remoteObj
->RemoveDeathRecipient(recipient_);
104
bool ret =
remoteObj
->AddDeathRecipient(recipient);
117
sptr<IRemoteObject>
remoteObj
= OHOS::HDI::hdi_objcast<IAllocator>(allocator_);
variable
118
remoteObj
->RemoveDeathRecipient(recipient_);
/drivers/external_device_manager/services/native/driver_extension/src/
H
A
D
js_driver_extension.cpp
222
auto
remoteObj
= NAPI_ohos_rpc_getNativeRemoteObject(env, result);
in OnConnect()
local
223
if (
remoteObj
== nullptr) {
in OnConnect()
224
HILOG_ERROR("
remoteObj
nullptr.");
in OnConnect()
226
return
remoteObj
;
in OnConnect()
238
sptr<IRemoteObject>
remoteObj
= NAPI_ohos_rpc_getNativeRemoteObject(env, result);
in OnConnect()
local
239
if (
remoteObj
== nullptr) {
in OnConnect()
240
HILOG_ERROR("
remoteObj
nullptr.");
in OnConnect()
242
return
remoteObj
;
in OnConnect()
/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()
local
87
remoteObj
->RemoveDeathRecipient(recipient_);
in ~DisplayComposerHdiImpl()
94
sptr<IRemoteObject>
remoteObj
= OHOS::HDI::hdi_objcast<CompHdi>(hdi_);
variable
98
remoteObj
->RemoveDeathRecipient(recipient_);
100
bool ret =
remoteObj
->AddDeathRecipient(recipient);
113
sptr<IRemoteObject>
remoteObj
= OHOS::HDI::hdi_objcast<CompHdi>(hdi_);
variable
114
remoteObj
->RemoveDeathRecipient(recipient_);
/drivers/external_device_manager/services/native/driver_extension_manager/src/drivers_pkg_manager/
H
A
D
drv_bundle_state_callback.cpp
437
auto
remoteObj
= systemAbilityManager->GetSystemAbility(OHOS::BUNDLE_MGR_SERVICE_SYS_ABILITY_ID);
in GetBundleMgrProxy()
local
438
if (
remoteObj
== nullptr) {
in GetBundleMgrProxy()
442
bundleMgr_ = OHOS::iface_cast<IBundleMgr>(
remoteObj
);
in GetBundleMgrProxy()
455
remoteObj
->AddDeathRecipient(bmsDeathRecipient_);
in GetBundleMgrProxy()
/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_host/
H
A
D
dcamera_host.cpp
381
sptr<IRemoteObject>
remoteObj
= OHOS::HDI::hdi_objcast<IDCameraProviderCallback>(callback);
in RemoveDCameraDevice()
local
382
if (
remoteObj
!= nullptr) {
in RemoveDCameraDevice()
383
remoteObj
->RemoveDeathRecipient(dCameraHostRecipient_);
in RemoveDCameraDevice()
/drivers/external_device_manager/frameworks/js/napi/device_manager/
H
A
D
device_manager_middle.cpp
194
napi_value
remoteObj
;
in GetCallbackResult()
local
196
napi_get_undefined(env, &
remoteObj
);
in GetCallbackResult()
200
remoteObj
= NAPI_ohos_rpc_CreateJsRemoteObject(env, drvExtObj);
in GetCallbackResult()
206
napi_set_named_property(env, result, "remote",
remoteObj
);
in GetCallbackResult()
/drivers/peripheral/display/hdi_service/device/src/server/
H
A
D
display_device_host_driver.cpp
971
sptr<IRemoteObject>
remoteObj
= data->ReadRemoteObject();
in SetProxyRemoteCallback()
local
972
if (
remoteObj
== nullptr) {
in SetProxyRemoteCallback()
976
int32_t ret = SetCallBackObject(
remoteObj
);
in SetProxyRemoteCallback()
Completed in 9 milliseconds