Home
last modified time | relevance | path

Searched refs:RESUB_INTERVAL (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/dataobs_manager/include/
H A Ddataobs_mgr_client.h136 static constexpr int RESUB_INTERVAL = 2; variable
/ohos5.0/foundation/ability/ability_runtime/services/dataobsmgr/src/
H A Ddataobs_mgr_client.cpp243 std::this_thread::sleep_for(std::chrono::seconds(RESUB_INTERVAL)); in OnRemoteDied()