Home
last modified time | relevance | path

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

/ohos5.0/base/location/frameworks/js/napi/include/
H A Dlocating_required_data_callback_napi.h81 return singleResult_; in GetSingleResult()
101 std::vector<std::shared_ptr<LocatingRequiredData>> singleResult_; variable
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dlocating_required_data_callback_napi.cpp291 singleResult_.clear(); in ClearSingleResult()
298 singleResult_.assign(singleResult.begin(), singleResult.end()); in SetSingleResult()