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:AccDeleteDir
(Results
1 - 16
of
16
) sorted by relevance
/base/update/sys_installer/test/unittest/ipc_test/
H
A
D
sys_installer_ipc_test.cpp
129
ret = SysInstallerKitsImpl::GetInstance().
AccDeleteDir
(path);
in HWTEST_F()
133
ret = SysInstallerKitsImpl::GetInstance().
AccDeleteDir
("");
in HWTEST_F()
170
//
AccDeleteDir
test
176
auto ret = env.
AccDeleteDir
("");
in HWTEST_F()
192
ret = SysInstallerKitsImpl::GetInstance().
AccDeleteDir
("");
in HWTEST_F()
/base/update/sys_installer/frameworks/installer_manager/src/
H
A
D
installer_manager.cpp
107
int32_t InstallerManager::
AccDeleteDir
(const std::string &dstPath)
in AccDeleteDir()
function in OHOS::SysInstaller::InstallerManager
113
return helper_->
AccDeleteDir
(dstPath);
in AccDeleteDir()
H
A
D
installer_manager_helper.cpp
95
int32_t InstallerManagerHelper::
AccDeleteDir
(const std::string &dstPath)
in AccDeleteDir()
function in OHOS::SysInstaller::InstallerManagerHelper
/base/update/sys_installer/frameworks/installer_manager/include/
H
A
D
installer_manager_helper.h
36
virtual int32_t
AccDeleteDir
(const std::string &dstPath) = 0;
53
virtual int32_t
AccDeleteDir
(const std::string &dstPath);
H
A
D
installer_manager.h
40
virtual int32_t
AccDeleteDir
(const std::string &dstPath);
/base/update/sys_installer/frameworks/ipc_server/src/
H
A
D
sys_installer_server.cpp
91
int32_t SysInstallerServer::
AccDeleteDir
(const std::string &dstPath)
in AccDeleteDir()
function in OHOS::SysInstaller::SysInstallerServer
93
LOG(INFO) << "
AccDeleteDir
";
in AccDeleteDir()
94
return InstallerManager::GetInstance().
AccDeleteDir
(dstPath);
in AccDeleteDir()
H
A
D
sys_installer_stub.cpp
173
int32_t ret = service->
AccDeleteDir
(dstPath);
in AccDeleteDirStub()
/base/update/sys_installer/interfaces/inner_api/include/
H
A
D
isys_installer.h
39
virtual int32_t
AccDeleteDir
(const std::string &dstPath) = 0;
/base/update/sys_installer/interfaces/innerkits/ipc_client/include/
H
A
D
sys_installer_proxy.h
37
virtual int32_t
AccDeleteDir
(const std::string &dstPath);
H
A
D
sys_installer_kits.h
48
virtual int32_t
AccDeleteDir
(const std::string &dstPath) = 0;
H
A
D
sys_installer_kits_impl.h
39
virtual int32_t
AccDeleteDir
(const std::string &dstPath);
/base/update/sys_installer/test/fuzztest/sysinstaller_fuzzer/
H
A
D
sys_installer_fuzzer.cpp
43
SysInstallerKitsImpl::GetInstance().
AccDeleteDir
(std::string(reinterpret_cast<const char*>(data), size));
in FuzzSysInstaller()
/base/update/sys_installer/frameworks/ipc_server/include/
H
A
D
sys_installer_server.h
48
int32_t
AccDeleteDir
(const std::string &dstPath) override;
/base/update/sys_installer/interfaces/innerkits/ipc_client/src/
H
A
D
sys_installer_client.cpp
73
ret = SysInstallerKitsImpl::GetInstance().
AccDeleteDir
("/data/ota_package/");
in main()
H
A
D
sys_installer_kits_impl.cpp
245
int32_t SysInstallerKitsImpl::
AccDeleteDir
(const std::string &dstPath)
in AccDeleteDir()
function in OHOS::SysInstaller::SysInstallerKitsImpl
247
LOG(INFO) << "
AccDeleteDir
";
in AccDeleteDir()
253
int32_t ret = updateService->
AccDeleteDir
(dstPath);
in AccDeleteDir()
254
LOG(INFO) << "
AccDeleteDir
ret:" << ret;
in AccDeleteDir()
H
A
D
sys_installer_proxy.cpp
233
int32_t SysInstallerProxy::
AccDeleteDir
(const std::string &dstPath)
in AccDeleteDir()
function in OHOS::SysInstaller::SysInstallerProxy
235
LOG(INFO) << "
AccDeleteDir
";
in AccDeleteDir()
Completed in 5 milliseconds