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:StorageService
(Results
1 - 23
of
23
) sorted by relevance
/foundation/filemanagement/storage_service/services/storage_manager/storage/src/
H
A
D
storage_total_status_service.cpp
32
using namespace OHOS::
StorageService
;
51
StorageService
::StorageRadar::GetInstance().RecordFuctionResult(parameterRes);
in GetSystemSize()
65
StorageService
::StorageRadar::GetInstance().RecordFuctionResult(parameterRes);
in GetSystemSize()
90
StorageService
::StorageRadar::GetInstance().RecordFuctionResult(parameterRes);
in GetTotalSize()
104
StorageService
::StorageRadar::GetInstance().RecordFuctionResult(parameterRes);
in GetTotalSize()
126
StorageService
::StorageRadar::GetInstance().RecordFuctionResult(parameterRes);
in GetFreeSize()
H
A
D
storage_status_service.cpp
39
using namespace OHOS::
StorageService
;
42
using namespace OHOS::
StorageService
;
207
StorageService
::StorageRadar::GetInstance().RecordFuctionResult(parameterRes);
in GetUserStorageStats()
223
StorageService
::StorageRadar::GetInstance().RecordFuctionResult(parameterRes);
in GetUserStorageStats()
241
StorageService
::StorageRadar::GetInstance().RecordFuctionResult(parameterRes);
in GetUserStorageStats()
255
StorageService
::StorageRadar::GetInstance().RecordFuctionResult(parameterRes);
in GetUserStorageStats()
294
StorageService
::StorageRadar::GetInstance().RecordFuctionResult(parameterRes);
in GetCurrentBundleStats()
309
if (userId < 0 || userId >
StorageService
::MAX_USER_ID) {
in GetBundleStats()
314
if (appIndex < 0 || appIndex >
StorageService
::MAX_APP_INDEX) {
in GetBundleStats()
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/
H
A
D
storage_daemon.cpp
57
using namespace OHOS::
StorageService
;
98
StorageService
::StorageRadar::GetInstance().RecordFuctionResult(parameterRes);
in Mount()
127
StorageService
::StorageRadar::GetInstance().RecordFuctionResult(parameterRes);
in UMount()
166
StorageService
::StorageRadar::GetInstance().RecordFuctionResult(parameterRes);
in Format()
195
StorageService
::StorageRadar::GetInstance().RecordFuctionResult(parameterRes);
in Partition()
224
StorageService
::StorageRadar::GetInstance().RecordFuctionResult(parameterRes);
in SetVolumeDescription()
325
if (userId <
StorageService
::START_APP_CLONE_USER_ID || userId >
StorageService
::MAX_APP_CLONE_USER_ID) {
in RestoreOneUserKey()
375
StorageService
::StorageRadar::GetInstance().RecordFuctionResult(parameterRes);
in PrepareUserDirs()
392
StorageService
in PrepareUserDirs()
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H
A
D
app_clone_key_manager.cpp
32
for (int userId =
StorageService
::START_APP_CLONE_USER_ID;
in ActiveAppCloneUserKey()
33
userId <
StorageService
::MAX_APP_CLONE_USER_ID; userId++) {
in ActiveAppCloneUserKey()
H
A
D
key_crypto_utils.cpp
25
namespace
StorageService
{
namespace
H
A
D
huks_master.cpp
662
StorageService
::KeyCryptoUtils::ForceLockUserScreen();
in HuksHalTripleStage()
/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H
A
D
key_crypto_utils.h
22
namespace
StorageService
{
namespace
29
} // namespace
StorageService
/foundation/filemanagement/storage_service/services/storage_daemon/include/utils/
H
A
D
set_flag_utils.h
22
namespace
StorageService
{
namespace
33
} // namespace
StorageService
H
A
D
storage_radar.h
22
namespace
StorageService
{
namespace
113
} // namespace
StorageService
/foundation/filemanagement/storage_service/services/storage_manager/user/src/
H
A
D
multi_user_manager_service.cpp
37
if (userId <
StorageService
::START_USER_ID || userId >
StorageService
::MAX_USER_ID) {
in CheckUserIdRange()
/foundation/filemanagement/storage_service/services/storage_manager/include/disk/
H
A
D
disk_manager_service.h
37
StorageService
::StorageRlMap<std::string, std::shared_ptr<Disk>> diskMap_;
/foundation/filemanagement/storage_service/services/storage_daemon/include/volume/
H
A
D
volume_manager.h
47
StorageService
::StorageRlMap<std::string, std::shared_ptr<VolumeInfo>> volumes_;
/foundation/filemanagement/storage_service/services/storage_manager/account_subscriber/
H
A
D
account_subscriber.cpp
89
if (userId <
StorageService
::START_USER_ID || userId >
StorageService
::MAX_USER_ID) {
in ResetUserEventRecord()
/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H
A
D
storage_radar.cpp
23
namespace
StorageService
{
namespace
102
} // namespace
StorageService
H
A
D
set_flag_utils.cpp
30
namespace
StorageService
{
namespace
/foundation/filemanagement/storage_service/services/common/include/
H
A
D
storage_service_constant.h
22
namespace
StorageService
{
namespace
H
A
D
storage_rl_map.h
24
namespace
StorageService
{
namespace
/foundation/filemanagement/storage_service/services/storage_manager/include/volume/
H
A
D
volume_manager_service.h
47
StorageService
::StorageRlMap<std::string, std::shared_ptr<VolumeExternal>> volumeMap_;
/foundation/filemanagement/storage_service/services/storage_daemon/user/test/
H
A
D
user_manager_test.cpp
364
int32_t userId =
StorageService
::START_USER_ID - 1;
in HWTEST_F()
368
userId =
StorageService
::MAX_USER_ID + 1;
in HWTEST_F()
372
userId =
StorageService
::ZERO_USER;
in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_daemon/user/src/
H
A
D
user_manager.cpp
348
if ((userId <
StorageService
::START_USER_ID && userId !=
StorageService
::ZERO_USER) ||
in CheckUserIdRange()
349
userId >
StorageService
::MAX_USER_ID) {
in CheckUserIdRange()
H
A
D
mount_manager.cpp
55
using namespace OHOS::
StorageService
;
336
if (
StorageService
::StorageRadar::GetInstance().RecordKillProcessResult(ss, ret)) {
in UmountFailRadar()
/foundation/filemanagement/storage_service/services/storage_daemon/utils/test/
H
A
D
file_utils_test.cpp
275
bool ret =
StorageService
::StorageRadar::GetInstance().RecordKillProcessResult("", E_OK);
in HWTEST_F()
278
ret =
StorageService
::StorageRadar::GetInstance().RecordKillProcessResult("", E_ERR);
in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_manager/crypto/
H
A
D
filesystem_crypto.cpp
40
if (userId <
StorageService
::START_USER_ID || userId >
StorageService
::MAX_USER_ID) {
in CheckUserIdRange()
Completed in 12 milliseconds