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
defs:timeoutCallback
(Results
1 - 6
of
6
) sorted by relevance
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H
A
D
net_activate_test.cpp
181
std::weak_ptr<INetActivateCallback>
timeoutCallback
= std::make_shared<NetActivateCallbackTest>();
in HWTEST_F()
local
209
std::weak_ptr<INetActivateCallback>
timeoutCallback
= std::make_shared<NetActivateCallbackTest>();
in HWTEST_F()
local
244
std::weak_ptr<INetActivateCallback>
timeoutCallback
= std::make_shared<NetActivateCallbackTest>();
in HWTEST_F()
local
269
std::weak_ptr<INetActivateCallback>
timeoutCallback
= std::make_shared<NetActivateCallbackTest>();
in HWTEST_F()
local
/foundation/communication/netmanager_base/services/netconnmanager/src/
H
A
D
net_activate.cpp
29
NetActivate(const sptr<NetSpecifier> &specifier, const sptr<INetConnCallback> &callback, std::weak_ptr<INetActivateCallback>
timeoutCallback
, const uint32_t &timeoutMS, const std::shared_ptr<AppExecFwk::EventHandler> &netActEventHandler, uint32_t uid, const int32_t registerType)
NetActivate()
argument
/foundation/communication/nfc/services/src/
H
A
D
nfc_service.cpp
524
TimeOutCallback
timeoutCallback
= []() { NfcService::UnloadNfcSa(); };
in SetupUnloadNfcSaTimer()
local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/
H
A
D
wifi_event_subscriber_manager.cpp
93
WifiTimer::TimerCallback
timeoutCallback
= [this]() { this->DelayedAccessDataShare(); };
in WifiEventSubscriberManager()
local
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H
A
D
service.cpp
1132
auto
timeoutCallback
= TimeOutCallback(wptr<Service>(this), bundleName);
in ExtConnectDone()
local
[all...]
/foundation/communication/dhcp/services/dhcp_client/src/
H
A
D
dhcp_ipv6_client.cpp
616
TimeOutCallback
timeoutCallback
= [this] { this->Ipv6TimerCallback(); };
in StartIpv6Timer()
local
Completed in 8 milliseconds