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 - 6
of
6
) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
installd_client.cpp
228
if ((
installdProxy_
!= nullptr) && (
installdProxy_
->AsObject() != nullptr)) {
in ResetInstalldProxy()
229
installdProxy_
->AsObject()->RemoveDeathRecipient(recipient_);
in ResetInstalldProxy()
232
installdProxy_
= nullptr;
in ResetInstalldProxy()
274
if (
installdProxy_
!= nullptr) {
in GetInstalldProxy()
276
return
installdProxy_
;
in GetInstalldProxy()
284
if ((
installdProxy_
== nullptr) || (
installdProxy_
->AsObject() == nullptr)) {
in GetInstalldProxy()
294
installdProxy_
->AsObject()->AddDeathRecipient(recipient_);
in GetInstalldProxy()
295
return
installdProxy_
;
in GetInstalldProxy()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H
A
D
installd_client.cpp
213
if ((
installdProxy_
!= nullptr) && (
installdProxy_
->AsObject() != nullptr)) {
in ResetInstalldProxy()
214
installdProxy_
->AsObject()->RemoveDeathRecipient(recipient_);
in ResetInstalldProxy()
216
installdProxy_
= nullptr;
in ResetInstalldProxy()
222
if (
installdProxy_
== nullptr) {
in GetInstalldProxy()
235
installdProxy_
= tempProxy;
in GetInstalldProxy()
237
return
installdProxy_
;
in GetInstalldProxy()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H
A
D
bms_install_daemon_ipc_test.cpp
48
sptr<InstalldProxy>
installdProxy_
= nullptr;
member in OHOS::BmsInstallDaemonIpcTest
72
if ((hostImpl_ != nullptr) && (
installdProxy_
!= nullptr)) {
in GetInstallProxy()
73
return
installdProxy_
;
in GetInstallProxy()
79
installdProxy_
= new (std::nothrow) InstalldProxy(hostImpl_->AsObject());
in GetInstallProxy()
80
if (
installdProxy_
== nullptr) {
in GetInstallProxy()
83
return
installdProxy_
;
in GetInstallProxy()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_aot_test/
H
A
D
bms_data_aot_test.cpp
1500
EXPECT_NE(AppExecFwk::InstalldClient::GetInstance()->
installdProxy_
, nullptr);
in HWTEST_F()
1643
InstalldClient::GetInstance()->
installdProxy_
= new (std::nothrow) MockInstalldProxy(nullptr);
in HWTEST_F()
1656
InstalldClient::GetInstance()->
installdProxy_
= new (std::nothrow) MockInstalldProxy(nullptr);
in HWTEST_F()
1661
InstalldClient::GetInstance()->
installdProxy_
= nullptr;
in HWTEST_F()
1762
InstalldClient::GetInstance()->
installdProxy_
= new (std::nothrow) MockInstalldProxy(nullptr);
in HWTEST_F()
1781
InstalldClient::GetInstance()->
installdProxy_
= new (std::nothrow) MockInstalldProxy(nullptr);
in HWTEST_F()
1800
InstalldClient::GetInstance()->
installdProxy_
= new (std::nothrow) MockInstalldProxy(nullptr);
in HWTEST_F()
1803
InstalldClient::GetInstance()->
installdProxy_
= nullptr;
in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H
A
D
installd_client.h
271
sptr<IInstalld>
installdProxy_
;
member in OHOS::AppExecFwk::InstalldClient
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/
H
A
D
bms_installd_client_test.cpp
728
EXPECT_EQ(installClient_->
installdProxy_
, nullptr);
in HWTEST_F()
Completed in 11 milliseconds