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:SetWantAgent
(Results
1 - 14
of
14
) sorted by relevance
/foundation/ability/form_fwk/services/include/
H
A
D
form_timer_option.h
35
virtual void
SetWantAgent
(std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> wantAgent) override;
77
void FormTimerOption::
SetWantAgent
(std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> wantAgent)
in SetWantAgent()
function in OHOS::AppExecFwk::FormTimerOption
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H
A
D
timer_info.h
33
void
SetWantAgent
(std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> wantAgent_) override;
74
void TimerInfo::
SetWantAgent
(std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> wantAgent_)
in SetWantAgent()
function in OHOS::DataShare::TimerInfo
H
A
D
scheduler_manager.cpp
75
timerInfo->
SetWantAgent
(wantAgent);
in SetTimerTask()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H
A
D
wifi_system_timer.h
40
void
SetWantAgent
(std::shared_ptr<OHOS::AbilityRuntime::WantAgent::WantAgent> _wantAgent) override;
H
A
D
wifi_system_timer.cpp
70
void WifiSysTimer::
SetWantAgent
(std::shared_ptr<OHOS::AbilityRuntime::WantAgent::WantAgent> wantAgent)
in SetWantAgent()
function in OHOS::Wifi::WifiSysTimer
/foundation/communication/dhcp/services/utils/include/
H
A
D
dhcp_system_timer.h
39
void
SetWantAgent
(std::shared_ptr<OHOS::AbilityRuntime::WantAgent::WantAgent> _wantAgent) override;
/foundation/communication/dhcp/services/utils/src/
H
A
D
dhcp_system_timer.cpp
73
void DhcpSysTimer::
SetWantAgent
(std::shared_ptr<OHOS::AbilityRuntime::WantAgent::WantAgent> wantAgent)
in SetWantAgent()
function in OHOS::DHCP::DhcpSysTimer
/foundation/resourceschedule/device_standby/services/common/include/
H
A
D
timed_task.h
45
void
SetWantAgent
(std::shared_ptr<OHOS::AbilityRuntime::WantAgent::WantAgent> wantAgent) override;
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/
H
A
D
wifi_system_timer_test.cpp
81
timer_->
SetWantAgent
(wantAgent);
in HWTEST_F()
/foundation/resourceschedule/device_standby/services/common/src/
H
A
D
timed_task.cpp
83
void TimedTask::
SetWantAgent
(std::shared_ptr<OHOS::AbilityRuntime::WantAgent::WantAgent> wantAgent)
in SetWantAgent()
function in OHOS::DevStandbyMgr::TimedTask
/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
H
A
D
notification_tools.cpp
100
notificationRequest.
SetWantAgent
(continuousTaskRecord->wantAgent_);
in PublishNotification()
/foundation/ability/form_fwk/services/src/
H
A
D
form_timer_mgr.cpp
924
timerOption->
SetWantAgent
(wantAgent);
in UpdateAtTimerAlarm()
1073
timerOption->
SetWantAgent
(wantAgent);
in CreateLimiterTimer()
1131
timerOption->
SetWantAgent
(wantAgent);
in UpdateDynamicAlarm()
/foundation/resourceschedule/device_standby/services/test/unittest/
H
A
D
standby_service_unit_test.cpp
1003
timedTask->
SetWantAgent
(nullptr);
in HWTEST_F()
1292
timedTask->
SetWantAgent
(nullptr);
in HWTEST_F()
/foundation/multimedia/av_session/services/session/server/
H
A
D
avsession_service.cpp
2860
request.
SetWantAgent
(wantAgent);
in NotifySystemUI()
Completed in 16 milliseconds