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
defs:disk
(Results
1 - 9
of
9
) sorted by relevance
/foundation/filemanagement/storage_service/test/fuzztest/disk_fuzzer/
H
A
D
disk_fuzzer.cpp
27
StorageManager::Disk
disk
;
in FileUtilFuzzTest()
local
[all...]
/foundation/filemanagement/storage_service/services/storage_manager/disk/src/
H
A
D
disk_manager_service.cpp
36
void DiskManagerService::OnDiskCreated(Disk
disk
)
in OnDiskCreated()
argument
72
Disk
disk
= *(it->second);
in GetAllDisks()
local
78
GetDiskById(std::string
disk
Id, Disk &
disk
)
GetDiskById()
argument
[all...]
/foundation/filemanagement/storage_service/test/fuzztest/storagemanagerproxy_fuzzer/
H
A
D
storagemanagerproxy_fuzzer.cpp
37
Disk
disk
;
in StorageManagerProxyFuzzTest()
local
/foundation/filemanagement/storage_service/services/storage_manager/volume/src/
H
A
D
volume_manager_service.cpp
75
auto
disk
= DelayedSingleton<DiskManagerService>::GetInstance()->GetDiskById(volumePtr->GetDiskId());
in OnVolumeMounted()
local
/foundation/arkui/ace_engine/frameworks/component_test/
H
A
D
test_result_recorder.cpp
125
std::string
disk
;
in HandleAbsoluteFolder()
local
156
std::string
disk
;
in Initialize()
local
/foundation/filemanagement/storage_service/services/storage_manager/ipc/src/
H
A
D
storage_manager_stub.cpp
645
auto
disk
= Disk::Unmarshalling(data);
in HandleNotifyDiskCreated()
local
776
Disk
disk
;
in HandleGetDiskById()
local
H
A
D
storage_manager.cpp
287
int32_t StorageManager::NotifyDiskCreated(Disk
disk
)
in NotifyDiskCreated()
argument
377
int32_t StorageManager::GetDiskById(std::string diskId, Disk &
disk
)
in GetDiskById()
argument
/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/src/
H
A
D
storage_manager_proxy.cpp
838
int32_t StorageManagerProxy::NotifyDiskCreated(Disk
disk
)
in NotifyDiskCreated()
argument
929
std::unique_ptr<Disk>
disk
= Disk::Unmarshalling(reply);
in GetAllDisks()
local
1184
int32_t StorageManagerProxy::GetDiskById(std::string diskId, Disk &
disk
)
in GetDiskById()
argument
/foundation/filemanagement/storage_service/services/storage_manager/mock/
H
A
D
storage_manager_proxy_mock.cpp
176
int32_t StorageManagerProxy::NotifyDiskCreated(Disk
disk
)
in NotifyDiskCreated()
argument
246
int32_t StorageManagerProxy::GetDiskById(std::string diskId, Disk &
disk
)
in GetDiskById()
argument
Completed in 14 milliseconds