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:m_callback
(Results
1 - 7
of
7
) sorted by relevance
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H
A
D
wifi_net_observer.cpp
31
NetStateObserver::NetStateObserver():
m_callback
(nullptr)
in NetStateObserver()
43
m_callback
= callback;
in SetNetStateCallback()
76
m_callback
(SystemNetWorkState::NETWORK_IS_PORTAL, urlRedirect);
in OnNetDetectionResultChanged()
80
m_callback
(SystemNetWorkState::NETWORK_NOTWORKING, "");
in OnNetDetectionResultChanged()
84
m_callback
(SystemNetWorkState::NETWORK_IS_WORKING, "");
in OnNetDetectionResultChanged()
H
A
D
wifi_net_observer.h
90
std::function<void(SystemNetWorkState, std::string)>
m_callback
;
member in OHOS::Wifi::NetStateObserver
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/
H
A
D
wifi_net_observer_test.cpp
63
ASSERT_NE(netStateObserver->
m_callback
, nullptr);
in HWTEST_F()
/foundation/distributeddatamgr/preferences/frameworks/cj/src/
H
A
D
preferences_impl.h
35
std::function<void(std::string)> *
m_callback
;
member in OHOS::Preferences::CJPreferencesObserver
H
A
D
preferences_impl.cpp
485
if (IsSameFunction(callback, (*it)->
m_callback
)) {
in UnRegisterObserver()
525
m_callback
= callback;
in CJPreferencesObserver()
/foundation/distributeddatamgr/relational_store/frameworks/cj/include/
H
A
D
relational_store_impl_rdbstore.h
67
std::function<void()> *
m_callback
;
member in OHOS::Relational::RdbStoreObserverImpl
/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H
A
D
relational_store_impl_rdbstore.cpp
341
m_callback
= callback;
in RdbStoreObserverImpl()
347
return
m_callback
;
in GetCallBack()
Completed in 5 milliseconds