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:GetInstallerId
(Results
1 - 15
of
15
) sorted by relevance
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlestreaminstallerproxy_fuzzer/
H
A
D
bundlestreaminstallerproxy_fuzzer.cpp
32
callbackProxy.
GetInstallerId
();
in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H
A
D
bundle_stream_installer_interface.h
48
virtual uint32_t
GetInstallerId
() const
in GetInstallerId()
function in OHOS::AppExecFwk::IBundleStreamInstaller
H
A
D
bundle_stream_installer_proxy.h
37
virtual uint32_t
GetInstallerId
() const override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H
A
D
mock_bundle_stream_installer_host_impl.cpp
76
uint32_t BundleStreamInstallerHostImpl::
GetInstallerId
() const
in GetInstallerId()
function in OHOS::AppExecFwk::BundleStreamInstallerHostImpl
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_stream_installer_host_impl/
H
A
D
bms_bundle_stream_installer_host_impl_test.cpp
52
* @tc.name: test the
GetInstallerId
ID.
53
* @tc.desc: test the
GetInstallerId
ID will be correct.
60
uint32_t result = bundleStreamInstaller_->
GetInstallerId
();
in HWTEST_F()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H
A
D
bundle_installer_proxy.cpp
390
DestoryBundleStreamInstaller(streamInstaller->
GetInstallerId
());
in StreamInstall()
398
DestoryBundleStreamInstaller(streamInstaller->
GetInstallerId
());
in StreamInstall()
403
DestoryBundleStreamInstaller(streamInstaller->
GetInstallerId
());
in StreamInstall()
420
DestoryBundleStreamInstaller(streamInstaller->
GetInstallerId
());
in StreamInstall()
426
DestoryBundleStreamInstaller(streamInstaller->
GetInstallerId
());
in StreamInstall()
436
DestoryBundleStreamInstaller(streamInstaller->
GetInstallerId
());
in StreamInstall()
620
DestoryBundleStreamInstaller(streamInstaller->
GetInstallerId
());
in CopySignatureFileToService()
625
DestoryBundleStreamInstaller(streamInstaller->
GetInstallerId
());
in CopySignatureFileToService()
H
A
D
bundle_stream_installer_proxy.cpp
216
uint32_t BundleStreamInstallerProxy::
GetInstallerId
() const
in GetInstallerId()
function in OHOS::AppExecFwk::BundleStreamInstallerProxy
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H
A
D
bundle_stream_installer_host_impl.h
42
virtual uint32_t
GetInstallerId
() const override;
H
A
D
bundle_installer.h
38
int64_t
GetInstallerId
() const
in GetInstallerId()
function in OHOS::AppExecFwk::BundleInstaller
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_stream_installer_host_test/
H
A
D
bms_stream_installer_host_test.cpp
43
uint32_t
GetInstallerId
() const override
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
bundle_stream_installer_host_impl.cpp
336
uint32_t BundleStreamInstallerHostImpl::
GetInstallerId
() const
in GetInstallerId()
function in OHOS::AppExecFwk::BundleStreamInstallerHostImpl
H
A
D
bundle_installer_host.cpp
304
if (!reply.WriteUint32(streamInstaller->
GetInstallerId
())) {
in HandleCreateStreamInstaller()
679
if ((*it)->
GetInstallerId
() == streamInstallerId) {
in DestoryBundleStreamInstaller()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installers_test/
H
A
D
bms_bundle_installers_test.cpp
116
* @tc.name:
GetInstallerId
117
* @tc.desc: test
GetInstallerId
122
auto result = bundleInstaller_->
GetInstallerId
();
in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H
A
D
bms_bundle_installer_ipc_test.cpp
131
* @tc.name: test
GetInstallerId
function of BundleStreamInstallerProxy
133
* 2. Calling function
GetInstallerId
142
auto id = proxy->
GetInstallerId
();
in HWTEST_F()
160
auto id = proxy->
GetInstallerId
();
in HWTEST_F()
434
* @tc.name: test
GetInstallerId
function of BundleStreamInstallerProxy
449
* @tc.name: test
GetInstallerId
function of BundleStreamInstallerProxy
464
* @tc.name: test
GetInstallerId
function of BundleStreamInstallerProxy
479
* @tc.name: test
GetInstallerId
function of BundleStreamInstallerProxy
500
* @tc.name: test
GetInstallerId
function of BundleStreamInstallerProxy
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H
A
D
bms_bundle_manager_test.cpp
5014
installedUid = impl.
GetInstallerId
();
in HWTEST_F()
Completed in 19 milliseconds