Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:DoRemove
(Results
1 - 11
of
11
) sorted by relevance
/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/
H
A
D
expire_lru_cache.h
57
return
DoRemove
(key);
in Remove()
162
void
DoRemove
(const TKey& key)
in DoRemove()
function in OHOS::ExpireLruCache
/foundation/filemanagement/dfs_service/utils/dentry/include/
H
A
D
meta_file.h
54
int32_t
DoRemove
(const MetaBase &base);
88
int32_t
DoRemove
(const MetaBase &base);
/foundation/filemanagement/dfs_service/utils/dentry/src/
H
A
D
meta_file_clouddisk.cpp
196
ret =
DoRemove
(metaBase);
in DoLookupAndRemove()
498
int32_t CloudDiskMetaFile::
DoRemove
(const MetaBase &base)
in DoRemove()
function in OHOS::FileManagement::CloudDiskMetaFile
608
ret =
DoRemove
(metaBase);
in DoRename()
612
(void)newMetaFile->
DoRemove
(metaBase);
in DoRename()
H
A
D
meta_file.cpp
498
int32_t MetaFile::
DoRemove
(const MetaBase &base)
in DoRemove()
function in OHOS::FileManagement::MetaFile
608
ret =
DoRemove
(oldBase);
in DoRename()
612
(void)
DoRemove
(base);
in DoRename()
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H
A
D
system_ability_test_tool.cpp
205
static void
DoRemove
()
in DoRemove()
function
341
DoRemove
();
in DoDefault()
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/dentry/
H
A
D
dentry_meta_file_clouddisk_test.cpp
219
* @tc.desc: Verify the CloudDiskMetaFile::
DoRemove
function
228
ret = mFile.
DoRemove
(mBase1);
in HWTEST_F()
461
int32_t ret = mFile.
DoRemove
(mBase1);
in HWTEST_F()
H
A
D
dentry_meta_file_test.cpp
238
* @tc.desc: Verify the MetaFile::
DoRemove
function
246
int ret = mFile.
DoRemove
(mBase1);
in HWTEST_F()
252
* @tc.desc: Verify the MetaFile::
DoRemove
function
261
int ret = mFile.
DoRemove
(mBase1);
in HWTEST_F()
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/
H
A
D
meta_file_clouddisk_mock.cpp
131
ret =
DoRemove
(metaBase);
in DoLookupAndRemove()
464
int32_t CloudDiskMetaFile::
DoRemove
(const MetaBase &base)
in DoRemove()
function in OHOS::FileManagement::CloudDiskMetaFile
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/
H
A
D
file_operations_cloud_mock.cpp
559
ret = metaFile->
DoRemove
(metaBase);
in DoCloudUnlink()
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/
H
A
D
file_operations_cloud.cpp
1095
ret = metaFile->
DoRemove
(metaBase);
in DoCloudUnlink()
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/
H
A
D
fuse_manager.cpp
638
MetaFile(data->userId, parentInode->path).
DoRemove
(*(cInode->mBase));
in CloudOpenOnLocal()
Completed in 20 milliseconds