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:mountDfsCount_
(Results
1 - 3
of
3
) sorted by relevance
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/device/
H
A
D
device_manager_agent_sup_test.cpp
106
testPtr->
mountDfsCount_
["test"] = 1;
in HWTEST_F()
109
testPtr->
mountDfsCount_
["test"] = -3;
in HWTEST_F()
112
testPtr->
mountDfsCount_
.erase("test");
in HWTEST_F()
131
testPtr->
mountDfsCount_
["test"] = MOUNT_DFS_COUNT_ONE + 1;
in HWTEST_F()
134
EXPECT_EQ(testPtr->
mountDfsCount_
["test"], 0);
in HWTEST_F()
136
testPtr->
mountDfsCount_
["test"] = MOUNT_DFS_COUNT_ONE + 1;
in HWTEST_F()
139
EXPECT_EQ(testPtr->
mountDfsCount_
["test"], MOUNT_DFS_COUNT_ONE);
in HWTEST_F()
144
auto itCount = testPtr->
mountDfsCount_
.find("test");
in HWTEST_F()
145
if (itCount == testPtr->
mountDfsCount_
.end()) {
in HWTEST_F()
150
testPtr->
mountDfsCount_
in HWTEST_F()
[all...]
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/device/
H
A
D
device_manager_agent.cpp
363
auto itCount =
mountDfsCount_
.find(deviceId);
in MountDfsCountOnly()
364
if (itCount ==
mountDfsCount_
.end()) {
in MountDfsCountOnly()
365
LOGI("
mountDfsCount_
can not find key");
in MountDfsCountOnly()
383
auto itCount =
mountDfsCount_
.find(deviceId);
in UMountDfsCountOnly()
384
if (itCount ==
mountDfsCount_
.end()) {
in UMountDfsCountOnly()
385
LOGI("
mountDfsCount_
can not find key");
in UMountDfsCountOnly()
389
LOGI("
mountDfsCount_
erase");
in UMountDfsCountOnly()
390
mountDfsCount_
.erase(itCount);
in UMountDfsCountOnly()
397
mountDfsCount_
[deviceId]--;
in UMountDfsCountOnly()
572
mountDfsCount_
[deviceI
in IncreaseMountDfsCount()
[all...]
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/device/
H
A
D
device_manager_agent.h
138
std::unordered_map<std::string, int32_t>
mountDfsCount_
;
member in OHOS::Storage::DistributedFile::final
Completed in 3 milliseconds