Home
last modified time | relevance | path

Searched defs:loc (Results 1 – 10 of 10) sorted by relevance

/base/update/updater/services/script/script_interpreter/
Dscript_yacc.y71 void Parser::error (const location_type& loc, const std::string& msg) in error()
/base/location/test/location_locator/source/
Dlocation_without_permission_test.cpp201 std::unique_ptr loc = std::make_unique<Location>(); variable
Dlocator_impl_test.cpp191 std::unique_ptr<Location> loc = std::make_unique<Location>(); variable
/base/location/test/fuzztest/locator/locator_fuzzer/
Dlocator_fuzzer.cpp186 std::unique_ptr<OHOS::Location::Location> loc = in LocatorImplV9FuzzerTest() local
468 std::unique_ptr<OHOS::Location::Location> loc = in LocatorAbility001FuzzerTest() local
/base/global/i18n/frameworks/intl/test/unittest/
Dintl_test.cpp108 LocaleInfo *loc = new (std::nothrow) LocaleInfo(locale, options); variable
135 LocaleInfo *loc = new (std::nothrow) LocaleInfo(locale); variable
/base/location/frameworks/native/source/
Dlocator_impl.cpp334 LocationErrCode LocatorImpl::GetCachedLocationV9(std::unique_ptr<Location> &loc) in GetCachedLocationV9()
Dlocator_proxy.cpp713 LocationErrCode LocatorProxy::GetCacheLocationV9(std::unique_ptr<Location> &loc) in GetCacheLocationV9()
/base/location/frameworks/js/napi/source/
Dlocation_napi_adapter.cpp78 std::unique_ptr<Location> loc; in HandleGetCachedLocation() local
/base/location/services/location_locator/locator/source/
Dlocator_skeleton.cpp175 std::unique_ptr<Location> loc; in PreGetCacheLocation() local
Dlocator_ability.cpp770 LocationErrCode LocatorAbility::GetCacheLocation(std::unique_ptr<Location>& loc, AppIdentity &ident… in GetCacheLocation()