Home
last modified time | relevance | path

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

/ohos5.0/base/security/access_token/services/tokensyncmanager/src/remote/
H A Dsoft_bus_manager.cpp39 static constexpr int32_t DEFAULT_SEND_REQUEST_REPEAT_TIMES = 5; variable
222 sendRequestRepeatTimes_ = DEFAULT_SEND_REQUEST_REPEAT_TIMES; in SetDefaultConfigValue()
236 ? DEFAULT_SEND_REQUEST_REPEAT_TIMES : value.tsConfig.sendRequestRepeatTimes; in GetConfigValue()