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:dpProxy_
(Results
1 - 7
of
7
) sorted by relevance
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/
H
A
D
distributed_device_profile_client.cpp
79
[this]() { return
dpProxy_
!= nullptr; });
in LoadDeviceProfileService()
80
if (waitStatus &&
dpProxy_
!= nullptr) {
in LoadDeviceProfileService()
82
return
dpProxy_
;
in LoadDeviceProfileService()
99
dpProxy_
= iface_cast<IDistributedDeviceProfile>(remoteObject);
in LoadSystemAbilitySuccess()
110
dpProxy_
= nullptr;
in LoadSystemAbilityFail()
372
if (
dpProxy_
!= nullptr) {
in GetDeviceProfileService()
373
return
dpProxy_
;
in GetDeviceProfileService()
392
dpProxy_
= iface_cast<IDistributedDeviceProfile>(object);
in GetDeviceProfileService()
393
return
dpProxy_
;
in GetDeviceProfileService()
400
if (
dpProxy_
!
in GetDeviceProfileService()
[all...]
/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/src/
H
A
D
distributed_device_profile_client.cpp
91
[this]() { return
dpProxy_
!= nullptr; });
in LoadDeviceProfileService()
117
dpProxy_
= iface_cast<IDistributedDeviceProfile>(remoteObject);
in LoadSystemAbilitySuccess()
135
dpProxy_
= nullptr;
in LoadSystemAbilityFail()
303
if (
dpProxy_
!= nullptr) {
in GetDeviceProfileService()
304
return
dpProxy_
;
in GetDeviceProfileService()
330
dpProxy_
= iface_cast<IDistributedDeviceProfile>(object);
in GetDeviceProfileService()
331
return
dpProxy_
;
in GetDeviceProfileService()
338
if (
dpProxy_
!= nullptr) {
in GetDeviceProfileService()
339
return
dpProxy_
;
in GetDeviceProfileService()
378
dpProxy_
in OnServiceDied()
[all...]
/foundation/resourceschedule/memmgr/interface/innerkits/src/
H
A
D
mem_mgr_client.cpp
296
dpProxy_
= iface_cast<IMemMgr>(object);
in GetMemMgrService()
297
return
dpProxy_
;
in GetMemMgrService()
/foundation/resourceschedule/memmgr/interface/innerkits/include/
H
A
D
mem_mgr_client.h
55
sptr<IMemMgr>
dpProxy_
;
member in OHOS::Memory::MemMgrClient
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/
H
A
D
distributed_device_profile_client.h
99
sptr<IDistributedDeviceProfile>
dpProxy_
= nullptr;
member in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/include/
H
A
D
distributed_device_profile_client.h
84
sptr<IDistributedDeviceProfile>
dpProxy_
;
member in OHOS::DeviceProfile::DistributedDeviceProfileClient
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H
A
D
distributed_device_profile_client_kv_test.cpp
442
EXPECT_EQ(nullptr, DistributedDeviceProfileClient::GetInstance().
dpProxy_
);
in HWTEST_F()
Completed in 5 milliseconds