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:DmTimer
(Results
1 - 25
of
25
) sorted by relevance
/foundation/distributedhardware/device_manager/test/commonunittest/
H
A
D
UTTest_dm_timer.cpp
56
std::shared_ptr<
DmTimer
> timer = std::make_shared<
DmTimer
>();
in HWTEST_F()
82
std::shared_ptr<
DmTimer
> timer = std::make_shared<
DmTimer
>();
in HWTEST_F()
99
std::shared_ptr<
DmTimer
> timer = std::make_shared<
DmTimer
>();
in HWTEST_F()
117
std::shared_ptr<
DmTimer
> timer = std::make_shared<
DmTimer
>();
in HWTEST_F()
133
std::shared_ptr<
DmTimer
> timer = std::make_shared<
DmTimer
>();
in HWTEST_F()
[all...]
H
A
D
UTTest_dm_auth_manager_first.cpp
66
authManager_->timer_ = std::make_shared<
DmTimer
>();
in SetUp()
417
authManager_->timer_ = std::make_shared<
DmTimer
>();
in HWTEST_F()
449
authManager_->timer_ = std::make_shared<
DmTimer
>();
in HWTEST_F()
H
A
D
UTTest_dm_auth_manager_third.cpp
128
authManager_->timer_ = std::make_shared<
DmTimer
>();
in SetUp()
H
A
D
UTTest_dm_auth_manager_second.cpp
47
authManager_->timer_ = std::make_shared<
DmTimer
>();
in SetUp()
1412
authManager_->timer_ = std::make_shared<
DmTimer
>();
in HWTEST_F()
/foundation/distributedhardware/device_manager/utils/src/timer/
H
A
D
dm_timer.cpp
29
DmTimer
::
DmTimer
()
in DmTimer()
function in OHOS::DistributedHardware::DmTimer
31
LOGI("
DmTimer
constructor");
in DmTimer()
39
DmTimer
::~
DmTimer
()
in ~DmTimer()
41
LOGI("
DmTimer
destructor");
in ~DmTimer()
45
int32_t
DmTimer
::StartTimer(std::string name, int32_t timeOut, TimerCallback callback)
in StartTimer()
48
LOGE("
DmTimer
StartTimer input value invalid");
in StartTimer()
52
LOGI("
DmTimer
StartTimer start name: %{public}s", name.c_str());
in StartTimer()
65
int32_t
DmTimer
[all...]
/foundation/distributedhardware/device_manager/utils/src/timer/lite/
H
A
D
dm_timer.cpp
32
DmTimer
::
DmTimer
()
in DmTimer()
function in OHOS::DistributedHardware::DmTimer
36
DmTimer
::~
DmTimer
()
in ~DmTimer()
38
LOGI("
DmTimer
destructor");
in ~DmTimer()
46
int32_t
DmTimer
::StartTimer(std::string name, int32_t timeOut, TimerCallback callback)
in StartTimer()
48
LOGI("
DmTimer
StartTimer %{public}s", name.c_str());
in StartTimer()
50
LOGI("
DmTimer
StartTimer input value invalid");
in StartTimer()
62
LOGI("
DmTimer
is running");
in StartTimer()
74
int32_t
DmTimer
[all...]
/foundation/distributedhardware/device_manager/utils/include/timer/
H
A
D
dm_timer.h
44
class
DmTimer
{
class
46
DmTimer
();
47
~
DmTimer
();
50
* @tc.name:
DmTimer
::StartTimer
57
* @tc.name:
DmTimer
::DeleteTimer
64
* @tc.name:
DmTimer
::DeleteAll
/foundation/distributedhardware/device_manager/utils/include/timer/lite/
H
A
D
dm_timer.h
75
class
DmTimer
{
class
77
DmTimer
();
78
~
DmTimer
();
81
* @tc.name:
DmTimer
::StartTimer
88
* @tc.name:
DmTimer
::DeleteTimer
95
* @tc.name:
DmTimer
::DeleteAll
102
* @tc.name:
DmTimer
::TimerRunning
/foundation/distributedhardware/device_manager/services/service/include/advertise/
H
A
D
advertise_manager.h
37
std::shared_ptr<
DmTimer
> timer_;
/foundation/distributedhardware/device_manager/services/implementation/include/publish/
H
A
D
dm_publish_manager.h
77
std::shared_ptr<
DmTimer
> timer_;
/foundation/distributedhardware/device_manager/test/unittest/
H
A
D
UTTest_auth_request_state.cpp
187
authManager->timer_ = std::make_shared<
DmTimer
>();
in HWTEST_F()
312
authManager->timer_ = std::make_shared<
DmTimer
>();
in HWTEST_F()
367
authManager->timer_ = std::make_shared<
DmTimer
>();
in HWTEST_F()
428
authManager->timer_ = std::make_shared<
DmTimer
>();
in HWTEST_F()
501
authManager->timer_ = std::make_shared<
DmTimer
>();
in HWTEST_F()
558
authManager->timer_ = std::make_shared<
DmTimer
>();
in HWTEST_F()
618
authManager->timer_ = std::make_shared<
DmTimer
>();
in HWTEST_F()
H
A
D
UTTest_auth_response_state.cpp
244
authManager->timer_ = std::make_shared<
DmTimer
>();
in HWTEST_F()
470
authManager->timer_ = std::make_shared<
DmTimer
>();
in HWTEST_F()
/foundation/distributedhardware/device_manager/services/implementation/include/discovery/
H
A
D
dm_discovery_manager.h
113
std::shared_ptr<
DmTimer
> timer_;
/foundation/distributedhardware/device_manager/services/implementation/src/publish/
H
A
D
dm_publish_manager.cpp
41
timer_ = std::make_shared<
DmTimer
>();
in CfgPublishTimer()
/foundation/distributedhardware/device_manager/services/service/include/pinholder/
H
A
D
pin_holder.h
76
std::shared_ptr<
DmTimer
> timer_ = nullptr;
/foundation/distributedhardware/device_manager/services/service/src/advertise/
H
A
D
advertise_manager.cpp
72
timer_ = std::make_shared<
DmTimer
>();
in StartAdvertising()
/foundation/distributedhardware/device_manager/test/commonfuzztest/dmauthmanager_fuzzer/
H
A
D
dm_auth_manager_fuzzer.cpp
76
g_authManager->timer_ = std::make_shared<
DmTimer
>();
in DmAuthManagerFuzzTest()
/foundation/distributedhardware/device_manager/services/implementation/include/devicestate/
H
A
D
dm_device_state_manager.h
121
std::shared_ptr<
DmTimer
> timer_;
/foundation/distributedhardware/device_manager/services/service/include/discovery/
H
A
D
discovery_manager.h
97
std::shared_ptr<
DmTimer
> timer_;
/foundation/distributedhardware/device_manager/services/implementation/src/discovery/
H
A
D
dm_discovery_manager.cpp
45
timer_ = std::make_shared<
DmTimer
>();
in CfgDiscoveryTimer()
/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H
A
D
dm_auth_manager.h
547
std::shared_ptr<
DmTimer
> timer_;
/foundation/distributedhardware/device_manager/services/implementation/src/devicestate/
H
A
D
dm_device_state_manager.cpp
254
timer_ = std::make_shared<
DmTimer
>();
in StartOffLineTimer()
/foundation/distributedhardware/device_manager/services/service/src/pinholder/
H
A
D
pin_holder.cpp
61
timer_ = std::make_shared<
DmTimer
>();
in PinHolder()
/foundation/distributedhardware/device_manager/services/service/src/discovery/
H
A
D
discovery_manager.cpp
449
timer_ = std::make_shared<
DmTimer
>();
in StartDiscoveryTimer()
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H
A
D
dm_auth_manager.cpp
240
timer_ = std::make_shared<
DmTimer
>();
in InitAuthState()
443
timer_ = std::make_shared<
DmTimer
>();
in OnSessionOpened()
Completed in 19 milliseconds