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:SetTimerInterval
(Results
1 - 7
of
7
) sorted by relevance
/base/msdp/device_status/test/unittest/libs/src/
H
A
D
device_status_mock_test.cpp
287
int32_t ret = g_testMock->
SetTimerInterval
(TIMER_INTERVAL);
in HWTEST_F()
303
int32_t ret = g_testMock->
SetTimerInterval
(INVAILD_TIMER_INTERVAL);
in HWTEST_F()
319
int32_t ret = g_testMock->
SetTimerInterval
(ZERO_TIMER_INTERVAL);
in HWTEST_F()
335
int32_t ret = g_testMock->
SetTimerInterval
(ZERO_TIMER_INTERVAL);
in HWTEST_F()
389
int32_t ret = g_testMock->
SetTimerInterval
(ZERO_TIMER_INTERVAL);
in HWTEST_F()
425
int32_t ret = g_testMock->
SetTimerInterval
(ZERO_TIMER_INTERVAL);
in HWTEST_F()
472
* @tc.desc: first test devicestatus Mock in
SetTimerInterval
479
int32_t ret = deviceStatusMsdpMock.
SetTimerInterval
(INVAILD_TIMER_INTERVAL);
in HWTEST_F()
485
* @tc.desc: second test devicestatus Mock in
SetTimerInterval
494
int32_t ret = deviceStatusMsdpMock.
SetTimerInterval
(INVAILD_TIMER_INTERVA
in HWTEST_F()
[all...]
/base/powermgr/thermal_manager/application/protector/include/
H
A
D
thermal_sensor_provider.h
56
void
SetTimerInterval
(int interval, int32_t timerfd);
H
A
D
thermal_protector_timer.h
43
void
SetTimerInterval
(int32_t interval, int32_t timerfd);
/base/powermgr/thermal_manager/application/protector/src/
H
A
D
thermal_protector_timer.cpp
60
SetTimerInterval
(interval, timerFd_);
in CreateProvisionFd()
104
void ThermalProtectorTimer::
SetTimerInterval
(int32_t interval, int32_t timerfd)
in SetTimerInterval()
function in OHOS::PowerMgr::ThermalProtectorTimer
H
A
D
thermal_sensor_provider.cpp
131
SetTimerInterval
(interval_, timerFd_);
in CreateProviderFd()
154
void ThermalSensorProvider::
SetTimerInterval
(int interval, int32_t timerfd)
in SetTimerInterval()
function in OHOS::PowerMgr::ThermalSensorProvider
156
THERMAL_HILOGD(FEATURE_PROTECTOR, "start
SetTimerInterval
: %{public}d", timerfd);
in SetTimerInterval()
/base/msdp/device_status/libs/include/
H
A
D
devicestatus_msdp_mock.h
45
int32_t
SetTimerInterval
(int32_t interval);
/base/msdp/device_status/libs/src/
H
A
D
devicestatus_msdp_mock.cpp
140
SetTimerInterval
(TIMER_INTERVAL);
in InitTimer()
152
int32_t DeviceStatusMsdpMock::
SetTimerInterval
(int32_t interval)
in SetTimerInterval()
function in OHOS::Msdp::DeviceStatus::DeviceStatusMsdpMock
Completed in 5 milliseconds