Home
last modified time | relevance | path

Searched refs:CheckValid (Results 1 - 5 of 5) sorted by relevance

/base/location/services/location_gnss/gnss/source/ntp/
H A Dgps_time_manager.cpp37 bool GpsTimeManager::CheckValid(int64_t gpsTime, int64_t lastSystemTime) in CheckValid() function in OHOS::Location::GpsTimeManager
51 if (!CheckValid(tmpTime, lastSystemTime_)) { in GetGpsTime()
/base/location/services/location_gnss/gnss/include/ntp/
H A Dgps_time_manager.h33 bool CheckValid(int64_t gpsTime, int64_t lastSystemTime);
/base/location/test/location_gnss/source/
H A Dntp_time_test.cpp114 gpsTimeManager.CheckValid(0, 0); in HWTEST_F()
/base/theme/wallpaper_mgr/services/include/
H A Dwallpaper_service.h140 ErrorCode CheckValid(int32_t wallpaperType, int32_t length, WallpaperResourceType resourceType);
/base/theme/wallpaper_mgr/services/src/
H A Dwallpaper_service.cpp1282 ErrorCode errCode = CheckValid(wallpaperType, length, resourceType); in SetWallpaper()
1363 ErrorCode errCode = CheckValid(wallpaperType, mapSize, resourceType); in WritePixelMapToFile()
1365 HILOG_ERROR("CheckValid failed!"); in WritePixelMapToFile()
1442 ErrorCode WallpaperService::CheckValid(int32_t wallpaperType, int32_t length, WallpaperResourceType resourceType) in CheckValid() function in OHOS::WallpaperMgrService::WallpaperService

Completed in 5 milliseconds