Home
last modified time | relevance | path

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

/ohos5.0/base/location/frameworks/js/napi/include/
H A Dlocation_napi_event.h83 bool IsRequestConfigValid(std::unique_ptr<RequestConfig>& config);
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dlocation_napi_event.cpp248 if (!IsRequestConfigValid(requestConfig)) { in SubscribeLocationChangeV9()
574 if (!IsRequestConfigValid(requestConfig)) { in RequestLocationOnceV9()
1504 bool IsRequestConfigValid(std::unique_ptr<RequestConfig>& config) in IsRequestConfigValid() function