Home
last modified time | relevance | path

Searched refs:NAME_NOT_FOUND (Results 1 – 12 of 12) sorted by relevance

/system/core/healthd/
DHealthServiceHealthd.cpp28 using android::NAME_NOT_FOUND;
43 return NAME_NOT_FOUND; in healthd_board_get_energy_counter()
52 return result == Result::SUCCESS ? OK : NAME_NOT_FOUND; in healthd_board_get_energy_counter()
DBatteryMonitor.cpp363 ret = NAME_NOT_FOUND; in getProperty()
373 ret = NAME_NOT_FOUND; in getProperty()
383 ret = NAME_NOT_FOUND; in getProperty()
393 ret = NAME_NOT_FOUND; in getProperty()
401 ret = NAME_NOT_FOUND; in getProperty()
/system/libvintf/
DVintfObject.cpp156 return NAME_NOT_FOUND; in getCombinedFrameworkMatrix()
191 return NAME_NOT_FOUND; in getCombinedFrameworkMatrix()
208 if (err == NAME_NOT_FOUND) return OK; in addDirectoryManifests()
239 if (vendorStatus != OK && vendorStatus != NAME_NOT_FOUND) { in fetchDeviceHalManifest()
252 if (odmStatus != OK && odmStatus != NAME_NOT_FOUND) { in fetchDeviceHalManifest()
295 if (status == OK || status != NAME_NOT_FOUND) { in fetchOdmHalManifest()
301 if (status == OK || status != NAME_NOT_FOUND) { in fetchOdmHalManifest()
308 if (status == OK || status != NAME_NOT_FOUND) { in fetchOdmHalManifest()
314 if (status == OK || status != NAME_NOT_FOUND) { in fetchOdmHalManifest()
318 return NAME_NOT_FOUND; in fetchOdmHalManifest()
[all …]
DFileSystem.cpp72 return NAME_NOT_FOUND; in fetch()
77 return NAME_NOT_FOUND; in listFiles()
DVintfObjectRecovery.cpp107 return NAME_NOT_FOUND; in getFileSystem()
113 return NAME_NOT_FOUND; in getFileSystem()
/system/core/libutils/include/utils/
DErrors.h52 NAME_NOT_FOUND = -ENOENT, enumerator
/system/libvintf/test/
Dvintf_object_tests.cpp377 .WillByDefault(Return(::android::NAME_NOT_FOUND)); in setupMockFetcher()
379 .WillByDefault(Return(::android::NAME_NOT_FOUND)); in setupMockFetcher()
382 .WillByDefault(Return(::android::NAME_NOT_FOUND)); in setupMockFetcher()
384 .WillByDefault(Return(::android::NAME_NOT_FOUND)); in setupMockFetcher()
386 .WillByDefault(Return(::android::NAME_NOT_FOUND)); in setupMockFetcher()
402 .WillByDefault(Return(::android::NAME_NOT_FOUND)); in setupMockFetcher()
419 ON_CALL(fetcher(), fetch(StrEq(kProductMatrix), _)).WillByDefault(Return(NAME_NOT_FOUND)); in setupMockFetcher()
421 ON_CALL(fetcher(), fetch(StrEq(kProductManifest), _)).WillByDefault(Return(NAME_NOT_FOUND)); in setupMockFetcher()
501 .WillRepeatedly(Return(::android::NAME_NOT_FOUND)); in expectFileNotExist()
730 .WillRepeatedly(Return(::android::NAME_NOT_FOUND)); in SetUp()
/system/libhidl/base/
DStatus.cpp37 STATUS_TO_STRING_PAIR(NAME_NOT_FOUND), in statusToString()
/system/core/libutils/
DVectorImpl.cpp595 return NAME_NOT_FOUND; in _indexOrderOf()
598 ssize_t err = NAME_NOT_FOUND; in _indexOrderOf()
/system/libhwbinder/
DBpHwBinder.cpp182 return NAME_NOT_FOUND; in unlinkToDeath()
/system/libhidl/libhidlcache/
DMemoryDealer.cpp148 return NAME_NOT_FOUND; in deallocate()
/system/libhidl/transport/token/1.0/utils/include/hidl/
DHybridInterface.h487 return NAME_NOT_FOUND; in unlinkToDeath()