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:rootId_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/filemanagement/dfs_service/services/clouddisk_database/include/
H
A
D
clouddisk_notify_utils.h
50
static string
rootId_
;
member in OHOS::FileManagement::CloudDisk::final
H
A
D
clouddisk_rdbstore.h
102
std::string
rootId_
;
member in OHOS::FileManagement::CloudDisk::final
/foundation/filemanagement/dfs_service/services/clouddisk_database/src/
H
A
D
clouddisk_rdbstore.cpp
1324
if (parentCloudId.empty() || parentCloudId ==
rootId_
|| parentCloudId == ROOT_CLOUD_ID) {
in GetUriFromDB()
1360
ret = CloudDiskNotifyUtils::GetUriFromCache(bundleName_,
rootId_
, cacheNode, uri);
in GetNotifyUri()
1385
if (!
rootId_
.empty()) {
in CheckRootIdValid()
1389
cloudPrefImpl.GetString(ROOT_CLOUD_ID,
rootId_
);
in CheckRootIdValid()
1390
if (
rootId_
.empty()) {
in CheckRootIdValid()
1394
LOGI("load rootis succ, rootId: %{public}s",
rootId_
.c_str());
in CheckRootIdValid()
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/
H
A
D
clouddisk_rdbstore_test.cpp
2390
clouddiskrdbStore_->
rootId_
= "";
in HWTEST_F()
2407
clouddiskrdbStore_->
rootId_
= "rootId";
in HWTEST_F()
2424
clouddiskrdbStore_->
rootId_
= "rootId";
in HWTEST_F()
2442
clouddiskrdbStore_->
rootId_
= "rootId";
in HWTEST_F()
2463
clouddiskrdbStore_->
rootId_
= "";
in HWTEST_F()
2482
clouddiskrdbStore_->
rootId_
= "rootId";
in HWTEST_F()
2498
clouddiskrdbStore_->
rootId_
= "rootId";
in HWTEST_F()
2514
clouddiskrdbStore_->
rootId_
= "";
in HWTEST_F()
Completed in 9 milliseconds