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:E_UMOUNT
(Results
1 - 8
of
8
) sorted by relevance
/foundation/filemanagement/storage_service/services/common/include/
H
A
D
storage_service_errno.h
36
E_UMOUNT
, // umount error
enumerator
/foundation/filemanagement/storage_service/services/storage_daemon/user/src/
H
A
D
mount_manager.cpp
332
int32_t ret =
E_UMOUNT
;
in UmountFailRadar()
884
return
E_UMOUNT
;
in HmdfsUMount()
902
return
E_UMOUNT
;
in CloudUMount()
908
return
E_UMOUNT
;
in CloudUMount()
1094
return
E_UMOUNT
;
in UmountByUser()
1169
return
E_UMOUNT
;
in UMountDfsDocs()
1178
return
E_UMOUNT
;
in UMountDfsDocs()
1183
return
E_UMOUNT
;
in UMountDfsDocs()
/foundation/filemanagement/storage_service/services/storage_daemon/user/test/
H
A
D
user_manager_test.cpp
292
EXPECT_TRUE(ret ==
E_UMOUNT
) << "dir is not mount";
in HWTEST_F()
317
EXPECT_TRUE(ret ==
E_UMOUNT
) << "dir is not mount";
in HWTEST_F()
506
EXPECT_EQ(ret,
E_UMOUNT
);
in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_daemon/volume/test/
H
A
D
external_volume_info_test.cpp
129
EXPECT_CALL(mock, DoUMount(testing::_)).Times(1).WillOnce(testing::Return(
E_UMOUNT
));
in HWTEST_F()
131
EXPECT_TRUE(ret ==
E_UMOUNT
);
in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_manager/kits_impl/src/
H
A
D
storage_manager_connect.cpp
342
{
E_UMOUNT
, E_UNMOUNT},
in Convert2JsErrNum()
/foundation/filemanagement/storage_service/services/storage_manager/volume/src/
H
A
D
volume_manager_service.cpp
135
return
E_UMOUNT
;
in Unmount()
/foundation/filemanagement/storage_service/services/storage_daemon/volume/src/
H
A
D
external_volume_info.cpp
227
return
E_UMOUNT
;
in DoUMount()
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/test/
H
A
D
storage_daemon_test.cpp
347
EXPECT_EQ(ret,
E_UMOUNT
);
in HWTEST_F()
Completed in 9 milliseconds