Home
last modified time | relevance | path

Searched refs:NAME_NOT_FOUND (Results 1 – 11 of 11) 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.cpp416 ret = NAME_NOT_FOUND; in getProperty()
426 ret = NAME_NOT_FOUND; in getProperty()
436 ret = NAME_NOT_FOUND; in getProperty()
446 ret = NAME_NOT_FOUND; in getProperty()
454 ret = NAME_NOT_FOUND; in getProperty()
/system/libvintf/
DVintfObject.cpp162 return NAME_NOT_FOUND; in getCombinedFrameworkMatrix()
197 return NAME_NOT_FOUND; in getCombinedFrameworkMatrix()
214 if (err == NAME_NOT_FOUND) return OK; in addDirectoryManifests()
246 if (vendorStatus != OK && vendorStatus != NAME_NOT_FOUND) { in fetchDeviceHalManifest()
260 if (odmStatus != OK && odmStatus != NAME_NOT_FOUND) { in fetchDeviceHalManifest()
300 if (status == OK || status != NAME_NOT_FOUND) { in fetchVendorHalManifest()
306 if (status == OK || status != NAME_NOT_FOUND) { in fetchVendorHalManifest()
310 return NAME_NOT_FOUND; in fetchVendorHalManifest()
330 if (status == OK || status != NAME_NOT_FOUND) { in fetchOdmHalManifest()
336 if (status == OK || status != NAME_NOT_FOUND) { in fetchOdmHalManifest()
[all …]
DFileSystem.cpp67 return NAME_NOT_FOUND; in fetch()
72 return NAME_NOT_FOUND; in listFiles()
Dcheck_vintf.cpp104 LOG(mMissingError == NAME_NOT_FOUND ? INFO : ERROR) << "Cannot resolve path " << path; in resolve()
417 SetErrorCode(&retError, -NAME_NOT_FOUND) << "No device HAL manifest"; in checkAllFiles()
442 .setFileSystem(std::make_unique<HostFileSystem>(dirmap, NAME_NOT_FOUND)) in checkDirmaps()
/system/core/libutils/
DErrors.cpp32 STATUS_CASE(NAME_NOT_FOUND); in statusToString()
DVectorImpl.cpp595 return NAME_NOT_FOUND; in _indexOrderOf()
598 ssize_t err = NAME_NOT_FOUND; in _indexOrderOf()
/system/core/libutils/include/utils/
DErrors.h53 NAME_NOT_FOUND = -ENOENT, enumerator
/system/libhwbinder/
DBpHwBinder.cpp187 return NAME_NOT_FOUND; in unlinkToDeath()
/system/libvintf/test/
Dvintf_object_tests.cpp372 .WillRepeatedly(Return(::android::NAME_NOT_FOUND)); in useEmptyFileSystem()
374 .WillRepeatedly(Return(::android::NAME_NOT_FOUND)); in useEmptyFileSystem()
469 .WillRepeatedly(Return(::android::NAME_NOT_FOUND)); in expectFileNotExist()
/system/libhidl/transport/token/1.0/utils/include/hidl/
DHybridInterface.h490 return NAME_NOT_FOUND; in unlinkToDeath()