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:OnOaidUpdated
(Results
1 - 6
of
6
) sorted by relevance
/domains/advertising/oaid/interfaces/innerkits/include/
H
A
D
oaid_iremote_config_observer.h
29
OnOaidUpdated
= 0,
member in OHOS::Cloud::IRemoteConfigObserver::RegisterObserverCode
31
virtual void
OnOaidUpdated
(const std::string& value) = 0;
H
A
D
oaid_remote_config_observer_stub.h
39
// virtual int32_t
OnOaidUpdated
(const std::string& value) override;
40
virtual void
OnOaidUpdated
(const std::string& value) override {}
/domains/advertising/oaid/interfaces/innerkits/src/
H
A
D
oaid_remote_config_observer_stub.cpp
39
case static_cast<uint32_t>(RegisterObserverCode::
OnOaidUpdated
): {
in OnRemoteRequest()
54
OnOaidUpdated
(oaid);
in HandleOAIDUpdate()
/domains/advertising/oaid/services/oaid_manager/src/
H
A
D
oaid_observer_manager.cpp
47
observer->
OnOaidUpdated
(oaid);
in RegisterObserver()
59
OAID_HILOGI(OAID_MODULE_SERVICE, "
OnOaidUpdated
success oaid is: %{public}s", target.c_str());
in OnUpdateOaid()
60
observer_->
OnOaidUpdated
(oaid);
in OnUpdateOaid()
H
A
D
oaid_remote_config_observer_proxy.cpp
35
void ControlConfigObserverProxy::
OnOaidUpdated
(const std::string &value)
in OnOaidUpdated()
function in OHOS::Cloud::ControlConfigObserverProxy
53
int ret = remote->SendRequest(static_cast<uint32_t>(RegisterObserverCode::
OnOaidUpdated
), data, reply, option);
in OnOaidUpdated()
55
OAID_HILOGI(OAID_MODULE_CLIENT, "
OnOaidUpdated
failed, error code: %{public}d", ret);
in OnOaidUpdated()
/domains/advertising/oaid/services/oaid_manager/include/
H
A
D
oaid_remote_config_observer_proxy.h
29
virtual void
OnOaidUpdated
(const std::string& value) override;
Completed in 2 milliseconds