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:dBinderService_
(Results
1 - 7
of
7
) sorted by relevance
/foundation/communication/ipc/services/dbinder/test/fuzztest/noticeservicedie_fuzzer/
H
A
D
noticeservicedie_fuzzer.cpp
38
sptr<DBinderService>
dBinderService_
= DBinderService::GetInstance();
in DoSomethingInterestingWithMyAPI()
local
39
if (
dBinderService_
== nullptr) {
in DoSomethingInterestingWithMyAPI()
43
int32_t ret =
dBinderService_
->NoticeServiceDie(serviceName, deviceID);
in DoSomethingInterestingWithMyAPI()
/foundation/communication/ipc/services/dbinder/test/fuzztest/noticedevicedie_fuzzer/
H
A
D
noticedevicedie_fuzzer.cpp
36
DBinderService
dBinderService_
;
in DoSomethingInterestingWithMyAPI()
local
37
int32_t ret =
dBinderService_
.NoticeDeviceDie(deviceID);
in DoSomethingInterestingWithMyAPI()
/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H
A
D
system_ability_manager.cpp
100
if (
dBinderService_
!= nullptr) {
in RegisterDistribute()
102
dBinderService_
->RegisterRemoteProxy(strName, systemAbilityId);
in RegisterDistribute()
108
if (
dBinderService_
!= nullptr && rpcCallbackImp_ != nullptr) {
in RegisterDistribute()
109
bool ret =
dBinderService_
->StartDBinderService(rpcCallbackImp_);
in RegisterDistribute()
119
dBinderService_
= DBinderService::GetInstance();
in InitDbinderService()
121
if (
dBinderService_
!= nullptr) {
in InitDbinderService()
124
dBinderService_
->RegisterRemoteProxy(strName, said);
in InitDbinderService()
132
if (
dBinderService_
!= nullptr && rpcCallbackImp_ != nullptr) {
in InitDbinderService()
133
bool ret =
dBinderService_
->StartDBinderService(rpcCallbackImp_);
in InitDbinderService()
1024
if (
dBinderService_
!
in NotifyRemoteSaDied()
[all...]
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H
A
D
system_ability_mgr_stub_unload_test.cpp
194
saMgr->
dBinderService_
= nullptr;
in HWTEST_F()
196
saMgr->
dBinderService_
= DBinderService::GetInstance();
in HWTEST_F()
220
saMgr->
dBinderService_
= nullptr;
in HWTEST_F()
223
saMgr->
dBinderService_
= DBinderService::GetInstance();
in HWTEST_F()
H
A
D
system_ability_mgr_stub_load_test.cpp
713
saMgr->
dBinderService_
= nullptr;
in HWTEST_F()
715
saMgr->
dBinderService_
= DBinderService::GetInstance();
in HWTEST_F()
737
saMgr->
dBinderService_
= nullptr;
in HWTEST_F()
739
saMgr->
dBinderService_
= DBinderService::GetInstance();
in HWTEST_F()
1174
saMgr->
dBinderService_
= nullptr;
in HWTEST_F()
1193
saMgr->
dBinderService_
= nullptr;
in HWTEST_F()
H
A
D
system_ability_mgr_new_test.cpp
305
* @tc.desc: test NotifyRpcLoadCompleted,
dBinderService_
is null
315
saMgr->
dBinderService_
= nullptr;
in HWTEST_F()
663
sptr<DBinderService>
dBinderService_
;
in HWTEST_F()
local
/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H
A
D
system_ability_manager.h
85
return
dBinderService_
;
in GetDBinder()
350
sptr<DBinderService>
dBinderService_
;
member in OHOS::SystemAbilityManager
Completed in 11 milliseconds