Home
last modified time | relevance | path

Searched defs:loc (Results 1 – 12 of 12) 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/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
Ddfx_instructions.cpp38 …:Flush(DfxRegs& regs, std::shared_ptr<DfxMemory> memory, uintptr_t cfa, RegLoc loc, uintptr_t& val) in Flush()
/base/location/test/location_locator/source/
Dlocation_without_permission_test.cpp215 std::unique_ptr loc = std::make_unique<Location>(); variable
Dlocator_impl_test.cpp231 std::unique_ptr<Location> loc = std::make_unique<Location>(); variable
/base/security/certificate_framework/test/unittest/v1.0/src/
Dcf_mock.cpp144 ON_CALL(*this, X509_get_ext).WillByDefault([this](const X509 *x, X509_EXTENSION *loc) { in SetMockFunDefaultBehaviorPartOne()
302 …[this](X509_NAME *name, int nid, int type, const unsigned char *bytes, int len, int loc, int set) { in SetMockFunDefaultBehaviorPartFour()
656 X509_EXTENSION *__wrap_X509_get_ext(const X509 *x, X509_EXTENSION *loc) in __wrap_X509_get_ext()
866 X509_NAME *name, int nid, int type, const unsigned char *bytes, int len, int loc, int set) in __wrap_X509_NAME_add_entry_by_NID()
/base/global/i18n/frameworks/intl/test/unittest/
Dintl_test.cpp184 LocaleInfo *loc = new (std::nothrow) LocaleInfo(locale, options); variable
211 LocaleInfo *loc = new (std::nothrow) LocaleInfo(locale); variable
/base/location/services/location_gnss/gnss/source/
Dgnss_ability.cpp1165 auto loc = GetLocationMock(); in IsMockProcessing() local
/base/location/frameworks/native/source/
Dlocator_proxy.cpp629 LocationErrCode LocatorProxy::GetCacheLocationV9(std::unique_ptr<Location> &loc) in GetCacheLocationV9()
Dlocator_impl.cpp679 LocationErrCode LocatorImpl::GetCachedLocationV9(std::unique_ptr<Location> &loc) in GetCachedLocationV9()
/base/location/frameworks/js/napi/source/
Dlocation_napi_adapter.cpp79 std::unique_ptr<Location> loc; in HandleGetCachedLocation() local
/base/location/services/location_locator/locator/source/
Dlocator_skeleton.cpp231 std::unique_ptr<Location> loc; in PreGetCacheLocation() local
Dlocator_ability.cpp956 LocationErrCode LocatorAbility::GetCacheLocation(std::unique_ptr<Location>& loc, AppIdentity &ident… in GetCacheLocation()