Home
last modified time | relevance | path

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

/ohos5.0/base/location/interfaces/inner_api/include/
H A Dcommon_utils.h82 const int CONNECT_TIME_OUT = 10; variable
/ohos5.0/base/location/services/location_network/network/source/
H A Dnetwork_ability.cpp163 …uniqueLock, std::chrono::seconds(CONNECT_TIME_OUT), [this]() { return nlpServiceProxy_ != nullptr;… in ConnectNlpService()