Home
last modified time | relevance | path

Searched refs:DmTimer (Results 1 - 25 of 25) sorted by relevance

/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_timer.cpp56 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 DUTTest_dm_auth_manager_first.cpp66 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 DUTTest_dm_auth_manager_third.cpp128 authManager_->timer_ = std::make_shared<DmTimer>(); in SetUp()
H A DUTTest_dm_auth_manager_second.cpp47 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 Ddm_timer.cpp29 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 Ddm_timer.cpp32 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 Ddm_timer.h44 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 Ddm_timer.h75 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 Dadvertise_manager.h37 std::shared_ptr<DmTimer> timer_;
/foundation/distributedhardware/device_manager/services/implementation/include/publish/
H A Ddm_publish_manager.h77 std::shared_ptr<DmTimer> timer_;
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_auth_request_state.cpp187 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 DUTTest_auth_response_state.cpp244 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 Ddm_discovery_manager.h113 std::shared_ptr<DmTimer> timer_;
/foundation/distributedhardware/device_manager/services/implementation/src/publish/
H A Ddm_publish_manager.cpp41 timer_ = std::make_shared<DmTimer>(); in CfgPublishTimer()
/foundation/distributedhardware/device_manager/services/service/include/pinholder/
H A Dpin_holder.h76 std::shared_ptr<DmTimer> timer_ = nullptr;
/foundation/distributedhardware/device_manager/services/service/src/advertise/
H A Dadvertise_manager.cpp72 timer_ = std::make_shared<DmTimer>(); in StartAdvertising()
/foundation/distributedhardware/device_manager/test/commonfuzztest/dmauthmanager_fuzzer/
H A Ddm_auth_manager_fuzzer.cpp76 g_authManager->timer_ = std::make_shared<DmTimer>(); in DmAuthManagerFuzzTest()
/foundation/distributedhardware/device_manager/services/implementation/include/devicestate/
H A Ddm_device_state_manager.h121 std::shared_ptr<DmTimer> timer_;
/foundation/distributedhardware/device_manager/services/service/include/discovery/
H A Ddiscovery_manager.h97 std::shared_ptr<DmTimer> timer_;
/foundation/distributedhardware/device_manager/services/implementation/src/discovery/
H A Ddm_discovery_manager.cpp45 timer_ = std::make_shared<DmTimer>(); in CfgDiscoveryTimer()
/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Ddm_auth_manager.h547 std::shared_ptr<DmTimer> timer_;
/foundation/distributedhardware/device_manager/services/implementation/src/devicestate/
H A Ddm_device_state_manager.cpp254 timer_ = std::make_shared<DmTimer>(); in StartOffLineTimer()
/foundation/distributedhardware/device_manager/services/service/src/pinholder/
H A Dpin_holder.cpp61 timer_ = std::make_shared<DmTimer>(); in PinHolder()
/foundation/distributedhardware/device_manager/services/service/src/discovery/
H A Ddiscovery_manager.cpp449 timer_ = std::make_shared<DmTimer>(); in StartDiscoveryTimer()
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp240 timer_ = std::make_shared<DmTimer>(); in InitAuthState()
443 timer_ = std::make_shared<DmTimer>(); in OnSessionOpened()

Completed in 19 milliseconds