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:OnSwitchChange
(Results
1 - 14
of
14
) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H
A
D
kvdb_notifier_proxy.h
32
void
OnSwitchChange
(const SwitchNotification ¬ification) override;
H
A
D
kvdb_notifier_proxy.cpp
90
void KVDBNotifierProxy::
OnSwitchChange
(const SwitchNotification ¬ification)
in OnSwitchChange()
function in OHOS::DistributedKv::KVDBNotifierProxy
H
A
D
kvdb_service_impl.cpp
395
notifier->
OnSwitchChange
(std::move(notification));
in SubscribeSwitchData()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/include/
H
A
D
ikvdb_notifier.h
35
virtual void
OnSwitchChange
(const SwitchNotification ¬ification) = 0;
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H
A
D
kvstore_observer.h
64
API_EXPORT virtual void
OnSwitchChange
(const SwitchNotification ¬ification) {}
in OnSwitchChange()
function in OHOS::DistributedKv::KvStoreObserver
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H
A
D
kvdb_notifier_client.cpp
87
void KVDBNotifierClient::
OnSwitchChange
(const SwitchNotification ¬ification)
in OnSwitchChange()
function in OHOS::DistributedKv::KVDBNotifierClient
91
observer->
OnSwitchChange
(notification);
in OnSwitchChange()
H
A
D
kvdb_notifier_client.h
36
void
OnSwitchChange
(const SwitchNotification ¬ification) override;
H
A
D
kvdb_notifier_stub.cpp
107
OnSwitchChange
(std::move(notification));
in OnOnSwitchChange()
/foundation/deviceprofile/device_info_manager/services/core/include/deviceprofilemanager/listener/
H
A
D
kv_data_change_listener.h
35
void
OnSwitchChange
(const DistributedKv::SwitchNotification ¬ification) override;
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/sa/
H
A
D
intell_voice_service_manager.h
131
void
OnSwitchChange
(const std::string &switchKey);
H
A
D
intell_voice_service_manager.cpp
221
manager->
OnSwitchChange
(switchKey);
in RegisterObserver()
446
void IntellVoiceServiceManager::
OnSwitchChange
(const std::string &switchKey)
in OnSwitchChange()
function in OHOS::IntellVoiceEngine::IntellVoiceServiceManager
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/listener/
H
A
D
kv_data_change_listener.cpp
102
void KvDataChangeListener::
OnSwitchChange
(const DistributedKv::SwitchNotification& notification)
in OnSwitchChange()
function in OHOS::DistributedDeviceProfile::KvDataChangeListener
/foundation/distributeddatamgr/kv_store/test/fuzztest/distributedkvdatamanager_fuzzer/
H
A
D
distributedkvdatamanager_fuzzer.cpp
64
void
OnSwitchChange
(const SwitchNotification ¬ification) override
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
H
A
D
distributed_kv_data_manager_test.cpp
62
void
OnSwitchChange
(const SwitchNotification ¬ification) override
Completed in 9 milliseconds