/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/ |
H A D | watchdog_task.h | 27 using TimeOutCallback = std::function<void(const std::string &name, int waitState)>; variable 38 TimeOutCallback timeOutCallback, uint64_t interval); 79 TimeOutCallback timeOutCallback;
|
H A D | watchdog.cpp | 31 TimeOutCallback timeOutCallback, uint64_t interval) in AddThread()
|
H A D | watchdog_inner.h | 73 TimeOutCallback timeOutCallback, uint64_t interval);
|
H A D | watchdog_task.cpp | 50 TimeOutCallback timeOutCallback, uint64_t interval) in WatchdogTask()
|
H A D | watchdog_inner.cpp | 486 …std::shared_ptr<AppExecFwk::EventHandler> handler, TimeOutCallback timeOutCallback, uint64_t inter… in AddThread()
|
/ohos5.0/base/hiviewdfx/hicollie/interfaces/native/innerkits/include/xcollie/ |
H A D | watchdog.h | 24 using TimeOutCallback = std::function<void(const std::string &name, int waitState)>; variable 47 TimeOutCallback timeOutCallback = nullptr, uint64_t interval = WATCHDOG_TIMEVAL);
|
/ohos5.0/commonlibrary/c_utils/base/test/fuzztest/timer_fuzzer/ |
H A D | timer_fuzzer.cpp | 33 void TimeOutCallback() in TimeOutCallback() function 42 uint32_t timerId = timer.Register(TimeOutCallback, interval, once); in __anon70cc5f930102()
|
/ohos5.0/foundation/communication/nfc/services/include/ |
H A D | nfc_timer.h | 23 using TimeOutCallback = std::function<void()>; variable
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/multiver/ |
H A D | multi_ver_data_sync.h | 82 void TimeOutCallback(MultiVerSyncTaskContext *context, const Message *message) const;
|
H A D | multi_ver_data_sync.cpp | 179 void MultiVerDataSync::TimeOutCallback(MultiVerSyncTaskContext *context, const Message *message) co… in TimeOutCallback() function in DistributedDB::MultiVerDataSync
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
H A D | commit_history_sync.h | 101 void TimeOutCallback(MultiVerSyncTaskContext *context, const Message *message) const;
|
H A D | commit_history_sync.cpp | 222 void CommitHistorySync::TimeOutCallback(MultiVerSyncTaskContext *context, const Message *message) c… in TimeOutCallback() function in DistributedDB::CommitHistorySync
|
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/ |
H A D | net_activate.cpp | 27 using TimeOutCallback = std::function<void()>; typedef
|
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/ |
H A D | dhcp_ipv6_client.cpp | 575 using TimeOutCallback = std::function<void()>; typedef 588 TimeOutCallback timeoutCallback = [this] { this->Ipv6TimerCallback(); }; in StartIpv6Timer()
|
/ohos5.0/base/request/request/frameworks/js/napi/src/upload/ |
H A D | curl_adp.cpp | 463 auto TimeOutCallback = [this]() { in StartTimer() local 467 timerId_ = timer_.Register(TimeOutCallback, READFILE_TIMEOUT_MS, true); in StartTimer()
|
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/ |
H A D | service.cpp | 1232 auto timeoutCallback = TimeOutCallback(wptr<Service>(this), bundleName); in StartRunningTimer() 1676 auto timeoutCallback = TimeOutCallback(wptr<Service>(this), bundleName); in StartExtTimer() 1700 auto timeoutCallback = TimeOutCallback(wptr<Service>(this), bundleName); in StartFwkTimer() 1766 auto timeoutCallback = TimeOutCallback(wptr<Service>(this), bundleName); in UpdateTimer() 1985 std::function<void()> Service::TimeOutCallback(wptr<Service> ptr, std::string bundleName) in TimeOutCallback() function in OHOS::FileManagement::Backup::Service
|
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/ |
H A D | service.h | 254 std::function<void()> TimeOutCallback(wptr<Service> ptr, std::string bundleName);
|
/ohos5.0/foundation/communication/nfc/services/src/ |
H A D | nfc_service.cpp | 536 TimeOutCallback timeoutCallback = [this]() { UnloadNfcSa(); }; in SetupUnloadNfcSaTimer()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_controller/ |
H A D | concrete_manager_state_machine.cpp | 40 using TimeOutCallback = std::function<void()>; typedef
|