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:InstalldProxy
(Results
1 - 4
of
4
) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H
A
D
installd_proxy.cpp
30
InstalldProxy
::
InstalldProxy
(const sptr<IRemoteObject> &object) : IRemoteProxy<IInstalld>(object)
in InstalldProxy()
function in OHOS::AppExecFwk::InstalldProxy
35
InstalldProxy
::~
InstalldProxy
()
in ~InstalldProxy()
40
ErrCode
InstalldProxy
::CreateBundleDir(const std::string &bundleDir)
in CreateBundleDir()
51
ErrCode
InstalldProxy
::ExtractModuleFiles(const std::string &srcModulePath, const std::string &targetPath,
in ExtractModuleFiles()
66
ErrCode
InstalldProxy
::ExtractFiles(const ExtractParam &extractParam)
in ExtractFiles()
80
ErrCode
InstalldProxy
::ExtractHnpFiles(const std::string &hnpPackageInfo, const ExtractParam &extractParam)
in ExtractHnpFiles()
95
ErrCode
InstalldProxy
::ProcessBundleInstallNative(const std::string &userId, const std::string &hnpRootPath,
in ProcessBundleInstallNative()
111
ErrCode
InstalldProxy
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H
A
D
bms_install_daemon_ipc_test.cpp
42
sptr<
InstalldProxy
> GetInstallProxy();
48
sptr<
InstalldProxy
> installdProxy_ = nullptr;
70
sptr<
InstalldProxy
> BmsInstallDaemonIpcTest::GetInstallProxy()
in GetInstallProxy()
79
installdProxy_ = new (std::nothrow)
InstalldProxy
(hostImpl_->AsObject());
in GetInstallProxy()
515
sptr<
InstalldProxy
> installdProxy = new (std::nothrow)
InstalldProxy
(nullptr);
in HWTEST_F()
530
sptr<
InstalldProxy
> installdProxy = new (std::nothrow)
InstalldProxy
(nullptr);
in HWTEST_F()
568
sptr<
InstalldProxy
> installdProxy = new (std::nothrow)
InstalldProxy
(nullpt
in HWTEST_F()
[all...]
H
A
D
bms_install_daemon_host_impl_test.cpp
438
sptr<
InstalldProxy
> installdProxy = new (std::nothrow)
InstalldProxy
(nullptr);
in HWTEST_F()
453
sptr<
InstalldProxy
> installdProxy = new (std::nothrow)
InstalldProxy
(nullptr);
in HWTEST_F()
469
sptr<
InstalldProxy
> installdProxy = new (std::nothrow)
InstalldProxy
(nullptr);
in HWTEST_F()
529
sptr<
InstalldProxy
> installdProxy = new (std::nothrow)
InstalldProxy
(nullptr);
in HWTEST_F()
938
sptr<
InstalldProxy
> installdProxy = new (std::nothrow)
InstalldProxy
(nullpt
in HWTEST_F()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H
A
D
installd_proxy.h
29
class
InstalldProxy
: public IRemoteProxy<IInstalld> {
class
31
explicit
InstalldProxy
(const sptr<IRemoteObject> &object);
32
virtual ~
InstalldProxy
() override;
237
static inline BrokerDelegator<
InstalldProxy
> delegator_;
Completed in 6 milliseconds