/ohos5.0/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()
|
/ohos5.0/commonlibrary/c_utils/base/src/ |
H A D | ashmem.cpp | 264 if (!CheckValid(size, offset, PROT_WRITE)) { in WriteToAshmem() 285 if (!CheckValid(size, offset, PROT_READ)) { in ReadFromAshmem() 293 bool Ashmem::CheckValid(int32_t size, int32_t offset, int cmd) const in CheckValid() function in OHOS::Ashmem
|
/ohos5.0/base/location/services/location_gnss/gnss/include/ntp/ |
H A D | gps_time_manager.h | 33 bool CheckValid(int64_t gpsTime, int64_t lastSystemTime);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | relational_remote_query_continue_token.h | 30 bool CheckValid() const;
|
H A D | relational_remote_query_continue_token.cpp | 28 bool RelationalRemoteQueryContinueToken::CheckValid() const in CheckValid() function in DistributedDB::RelationalRemoteQueryContinueToken
|
H A D | sqlite_single_ver_relational_continue_token.h | 33 bool CheckValid() const;
|
H A D | sqlite_single_ver_relational_continue_token.cpp | 25 bool SQLiteSingleVerRelationalContinueToken::CheckValid() const in CheckValid() function in DistributedDB::SQLiteSingleVerRelationalContinueToken
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/utils/ |
H A D | ashmem.h | 202 bool CheckValid(int32_t size, int32_t offset, int cmd);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_continue_token.h | 43 bool CheckValid() const;
|
H A D | sqlite_single_ver_continue_token.cpp | 39 bool SQLiteSingleVerContinueToken::CheckValid() const in CheckValid() function in DistributedDB::SQLiteSingleVerContinueToken
|
H A D | sqlite_cloud_kv_store.cpp | 204 if (!token->CheckValid()) { in GetCloudDataNext() 230 if (!token->CheckValid()) { in ReleaseCloudDataToken()
|
H A D | sqlite_single_ver_natural_store.cpp | 824 if (token == nullptr || !(token->CheckValid())) { in GetSyncDataNext() 852 if (token == nullptr || !(token->CheckValid())) { in ReleaseContinueToken()
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/util/ |
H A D | file.cpp | 69 if (!CheckValid(path)) { in OpenByRead() 293 bool File::CheckValid(const std::string &path) in CreatePartDir() function in OHOS::Idl::File
|
H A D | file.h | 81 static bool CheckValid(const std::string &path);
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/util/ |
H A D | file.cpp | 62 if (!CheckValid(path)) { in OpenByRead() 274 bool File::CheckValid(const std::string &path) in CreateParentDir() function in OHOS::HDI::File
|
H A D | file.h | 72 static bool CheckValid(const std::string &path);
|
/ohos5.0/commonlibrary/c_utils/base/include/ |
H A D | ashmem.h | 240 bool CheckValid(int32_t size, int32_t offset, int cmd) const;
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/preprocessor/ |
H A D | preprocessor.cpp | 98 if (!File::CheckValid(filePath)) { in CheckAllFilesPath() 212 if (!File::CheckValid(Options::GetInstance().GetImportFilePath(token.value))) { in ParseImports()
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/preprocessor/ |
H A D | preprocessor.cpp | 91 if (!File::CheckValid(filePath)) { in CheckAllFilesPath() 197 if (!File::CheckValid(Options::GetInstance().GetImportFilePath(token.value))) { in ParseImports()
|
/ohos5.0/base/location/test/location_gnss/source/ |
H A D | ntp_time_test.cpp | 114 gpsTimeManager.CheckValid(0, 0);
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/ |
H A D | webgl_texture.h | 91 bool CheckValid(GLenum target, GLint level) const;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/ |
H A D | relational_sync_able_storage.cpp | 463 if (!token->CheckValid()) { in GetSyncDataNext() 909 if (!remoteToken->CheckValid()) { in ExecuteQuery() 1129 if (!token->CheckValid()) { in GetCloudDataNext() 1183 if (!token->CheckValid()) { in ReleaseCloudDataToken() 1451 if (token == nullptr || !(token->CheckValid())) { in ReleaseContinueToken()
|
/ohos5.0/base/theme/wallpaper_mgr/services/include/ |
H A D | wallpaper_service.h | 143 ErrorCode CheckValid(int32_t wallpaperType, int32_t length, WallpaperResourceType resourceType);
|
/ohos5.0/base/theme/wallpaper_mgr/services/src/ |
H A D | wallpaper_service.cpp | 1343 ErrorCode errCode = CheckValid(wallpaperType, length, resourceType); in SetWallpaper() 1424 ErrorCode errCode = CheckValid(wallpaperType, mapSize, resourceType); in WritePixelMapToFile() 1503 ErrorCode WallpaperService::CheckValid(int32_t wallpaperType, int32_t length, WallpaperResourceType… in CheckValid() function in OHOS::WallpaperMgrService::WallpaperService 1711 errCode = CheckValid(wallpaperType, wallpaperInfo.length, resourceType); in SetAllWallpapers()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_texture.cpp | 405 bool WebGLTexture::CheckValid(GLenum target, GLint level) const in CheckValid() function in OHOS::Rosen::WebGLTexture
|