Home
last modified time | relevance | path

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

/base/location/interfaces/inner_api/include/
Dcommon_utils.h85 const int CONNECT_TIME_OUT = 10; variable
/base/location/services/location_network/network/source/
Dnetwork_ability.cpp140 … uniqueLock, std::chrono::seconds(CONNECT_TIME_OUT), [this]() { return nlpServiceReady_; }); in ConnectNlpService()
/base/location/services/location_geocode/geocode/source/
Dgeo_convert_service.cpp152 …uniqueLock, std::chrono::seconds(CONNECT_TIME_OUT), [this]() { return serviceProxy_ != nullptr; }); in ConnectService()