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:InstalldHost
(Results
1 - 6
of
6
) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_host_test/
H
A
D
bms_installd_host_test.cpp
70
InstalldHost
installdHost;
in HWTEST_F()
84
InstalldHost
installdHost;
in HWTEST_F()
98
InstalldHost
installdHost;
in HWTEST_F()
112
InstalldHost
installdHost;
in HWTEST_F()
126
InstalldHost
installdHost;
in HWTEST_F()
140
InstalldHost
installdHost;
in HWTEST_F()
154
InstalldHost
installdHost;
in HWTEST_F()
168
InstalldHost
installdHost;
in HWTEST_F()
182
InstalldHost
installdHost;
in HWTEST_F()
196
InstalldHost
installdHos
in HWTEST_F()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H
A
D
bms_bundle_installer_ipc_test.cpp
767
* @tc.name: test OnRemoteRequest of
InstalldHost
774
std::u16string descriptor =
InstalldHost
::GetDescriptor();
in HWTEST_F()
780
InstalldHost
installdHost;
in HWTEST_F()
787
* @tc.name: test OnRemoteRequest of
InstalldHost
794
std::u16string descriptor =
InstalldHost
::GetDescriptor();
in HWTEST_F()
800
InstalldHost
installdHost;
in HWTEST_F()
807
* @tc.name: test OnRemoteRequest of
InstalldHost
814
std::u16string descriptor =
InstalldHost
::GetDescriptor();
in HWTEST_F()
820
InstalldHost
installdHost;
in HWTEST_F()
827
* @tc.name: test OnRemoteRequest of
InstalldHost
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H
A
D
installd_host.cpp
36
InstalldHost
::
InstalldHost
()
in InstalldHost()
function in OHOS::AppExecFwk::InstalldHost
42
InstalldHost
::~
InstalldHost
()
in ~InstalldHost()
47
int
InstalldHost
::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option)
in OnRemoteRequest()
53
std::u16string descripter =
InstalldHost
::GetDescriptor();
in OnRemoteRequest()
226
void
InstalldHost
::InitEventHandler()
in InitEventHandler()
239
bool
InstalldHost
::HandleCreateBundleDir(MessageParcel &data, MessageParcel &reply)
in HandleCreateBundleDir()
248
bool
InstalldHost
::HandleExtractModuleFiles(MessageParcel &data, MessageParcel &reply)
in HandleExtractModuleFiles()
260
bool
InstalldHost
[all...]
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundleinstalldhost_fuzzer/
H
A
D
bundleinstalldhost_fuzzer.cpp
31
static
InstalldHost
installdHost;
37
std::u16string descriptor =
InstalldHost
::GetDescriptor();
in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H
A
D
installd_host.h
29
class
InstalldHost
: public IRemoteStub<IInstalld> {
class
31
InstalldHost
();
32
virtual ~
InstalldHost
() override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H
A
D
installd_host_impl.h
27
class InstalldHostImpl : public
InstalldHost
{
Completed in 6 milliseconds