Home
last modified time | relevance | path

Searched refs:CheckValid (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/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()
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dashmem.cpp264 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 Dgps_time_manager.h33 bool CheckValid(int64_t gpsTime, int64_t lastSystemTime);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Drelational_remote_query_continue_token.h30 bool CheckValid() const;
H A Drelational_remote_query_continue_token.cpp28 bool RelationalRemoteQueryContinueToken::CheckValid() const in CheckValid() function in DistributedDB::RelationalRemoteQueryContinueToken
H A Dsqlite_single_ver_relational_continue_token.h33 bool CheckValid() const;
H A Dsqlite_single_ver_relational_continue_token.cpp25 bool SQLiteSingleVerRelationalContinueToken::CheckValid() const in CheckValid() function in DistributedDB::SQLiteSingleVerRelationalContinueToken
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Dashmem.h202 bool CheckValid(int32_t size, int32_t offset, int cmd);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_continue_token.h43 bool CheckValid() const;
H A Dsqlite_single_ver_continue_token.cpp39 bool SQLiteSingleVerContinueToken::CheckValid() const in CheckValid() function in DistributedDB::SQLiteSingleVerContinueToken
H A Dsqlite_cloud_kv_store.cpp204 if (!token->CheckValid()) { in GetCloudDataNext()
230 if (!token->CheckValid()) { in ReleaseCloudDataToken()
H A Dsqlite_single_ver_natural_store.cpp824 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 Dfile.cpp69 if (!CheckValid(path)) { in OpenByRead()
293 bool File::CheckValid(const std::string &path) in CreatePartDir() function in OHOS::Idl::File
H A Dfile.h81 static bool CheckValid(const std::string &path);
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/util/
H A Dfile.cpp62 if (!CheckValid(path)) { in OpenByRead()
274 bool File::CheckValid(const std::string &path) in CreateParentDir() function in OHOS::HDI::File
H A Dfile.h72 static bool CheckValid(const std::string &path);
/ohos5.0/commonlibrary/c_utils/base/include/
H A Dashmem.h240 bool CheckValid(int32_t size, int32_t offset, int cmd) const;
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/preprocessor/
H A Dpreprocessor.cpp98 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 Dpreprocessor.cpp91 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 Dntp_time_test.cpp114 gpsTimeManager.CheckValid(0, 0);
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_texture.h91 bool CheckValid(GLenum target, GLint level) const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp463 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 Dwallpaper_service.h143 ErrorCode CheckValid(int32_t wallpaperType, int32_t length, WallpaperResourceType resourceType);
/ohos5.0/base/theme/wallpaper_mgr/services/src/
H A Dwallpaper_service.cpp1343 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 Dwebgl_texture.cpp405 bool WebGLTexture::CheckValid(GLenum target, GLint level) const in CheckValid() function in OHOS::Rosen::WebGLTexture

12