Home
last modified time | relevance | path

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

/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
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Dashmem.h202 bool CheckValid(int32_t size, int32_t offset, int cmd);
/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()
906 if (token == nullptr || !(token->CheckValid())) { in ReleaseContinueToken()
/foundation/ability/idl_tool/idl_tool_2/util/
H A Dfile.h81 static bool CheckValid(const std::string &path);
H A Dfile.cpp69 if (!CheckValid(path)) { in OpenByRead()
293 bool File::CheckValid(const std::string &path) in CreatePartDir() function in OHOS::Idl::File
/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()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_texture.h91 bool CheckValid(GLenum target, GLint level) const;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp463 if (!token->CheckValid()) { in GetSyncDataNext()
918 if (!remoteToken->CheckValid()) { in ExecuteQuery()
1138 if (!token->CheckValid()) { in GetCloudDataNext()
1192 if (!token->CheckValid()) { in ReleaseCloudDataToken()
1460 if (token == nullptr || !(token->CheckValid())) { in ReleaseContinueToken()
/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
409 levelInfo->Dump("CheckValid", target, level); in CheckValid()
H A Dwebgl_rendering_context_draw.cpp205 if (!texture->CheckValid(imgArg.target, imgArg.level)) { in TexSubImage2D()
H A Dwebgl2_rendering_context_impl.cpp821 if (!texture->CheckValid(arg.target, arg.level)) { in CheckTexSubImage3D()
/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.cpp1898 if (!File::CheckValid(idlFilePath)) { in CheckImport()

Completed in 29 milliseconds