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:OnDpInited
(Results
1 - 7
of
7
) sorted by relevance
/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H
A
D
i_dp_inited_callback.h
30
virtual int32_t
OnDpInited
() = 0;
H
A
D
dp_inited_callback_proxy.h
34
int32_t
OnDpInited
() override;
/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H
A
D
dp_inited_callback_proxy.cpp
28
int32_t DpInitedCallbackProxy::
OnDpInited
()
in OnDpInited()
function in OHOS::DistributedDeviceProfile::DpInitedCallbackProxy
H
A
D
dp_inited_callback_stub.cpp
58
int32_t ret =
OnDpInited
();
in OnDpInitedInner()
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H
A
D
distributed_device_profile_client_kv_test.cpp
129
int32_t
OnDpInited
()
in OnDpInited()
function in OHOS::DistributedDeviceProfile::DpInitedCallback
137
int32_t
OnDpInited
()
in OnDpInited()
function in OHOS::DistributedDeviceProfile::MockDpInitedCallbackStub
564
proxy.
OnDpInited
();
in HWTEST_F()
H
A
D
dp_profile_service_test.cpp
96
int32_t
OnDpInited
()
in OnDpInited()
function in OHOS::DistributedDeviceProfile::DpInitedCallback
/foundation/deviceprofile/device_info_manager/services/core/src/
H
A
D
distributed_device_profile_service_new.cpp
789
callbackProxy->
OnDpInited
();
in SubscribeDeviceProfileInited()
816
callbackProxy->
OnDpInited
();
in NotifyDeviceProfileInited()
Completed in 4 milliseconds