Searched refs:CheckValid (Results 1 - 5 of 5) sorted by relevance
/base/location/services/location_gnss/gnss/source/ntp/ |
H A D | gps_time_manager.cpp | 37 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 D | gps_time_manager.h | 33 bool CheckValid(int64_t gpsTime, int64_t lastSystemTime);
|
/base/location/test/location_gnss/source/ |
H A D | ntp_time_test.cpp | 114 gpsTimeManager.CheckValid(0, 0); in HWTEST_F()
|
/base/theme/wallpaper_mgr/services/include/ |
H A D | wallpaper_service.h | 140 ErrorCode CheckValid(int32_t wallpaperType, int32_t length, WallpaperResourceType resourceType);
|
/base/theme/wallpaper_mgr/services/src/ |
H A D | wallpaper_service.cpp | 1282 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