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:inner_
(Results
1 - 11
of
11
) sorted by relevance
/foundation/communication/ipc/interfaces/innerkits/rust/src/cxx/
H
A
D
remote_object_wrapper.cpp
102
this->
inner_
= cb;
in DeathRecipientWrapper()
118
inner_
(std::move(rust_remote_obj));
in OnRemoteDied()
125
this->
inner_
= std::move(recipient);
in DeathRecipientRemoveHandler()
130
remote_->RemoveDeathRecipient(
inner_
);
in remove()
135
this->
inner_
= ability;
in RemoteServiceStub()
140
auto ability = rust::Box<RemoteStubWrapper>::from_raw(this->
inner_
);
in ~RemoteServiceStub()
145
return
inner_
->on_remote_request(code, data, reply);
in OnRemoteRequest()
154
return
inner_
->dump(fd, v);
in Dump()
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/tests/include/
H
A
D
samgr_rust_test_mem.h
29
bool
inner_
= true;
member
38
sptr<Foo>
inner_
;
member in OHOS::Keeper
/foundation/communication/ipc/interfaces/innerkits/rust/include/
H
A
D
remote_object_wrapper.h
69
rust::Fn<void(rust::Box<RemoteObj>)>
inner_
;
member
79
sptr<IRemoteObject::DeathRecipient>
inner_
;
member
92
RemoteStubWrapper *
inner_
;
member
/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/src/cxx/
H
A
D
system_ability_wrapper.cpp
186
this->
inner_
= ability;
in RemoteServiceStub()
191
auto ability = rust::Box<AbilityStub>::from_raw(this->
inner_
);
in ~RemoteServiceStub()
197
return
inner_
->on_remote_request(code, data, reply);
in OnRemoteRequest()
206
return
inner_
->dump(fd, rust_v);
in Dump()
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/tests/cxx/
H
A
D
samgr_rust_test_mem.cpp
33
Keeper::Keeper(sptr<Foo> inner) :
inner_
(inner)
in Keeper()
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/cxx/
H
A
D
system_ability_manager_wrapper.cpp
332
this->
inner_
= ability;
in RemoteServiceStub()
337
auto ability = rust::Box<AbilityStub>::from_raw(this->
inner_
);
in ~RemoteServiceStub()
343
return
inner_
->on_remote_request(code, data, reply);
in OnRemoteRequest()
/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/include/
H
A
D
system_ability_wrapper.h
95
AbilityStub *
inner_
;
member
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/include/
H
A
D
system_ability_manager_wrapper.h
80
AbilityStub *
inner_
;
member
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_life_cycle_test/
H
A
D
ams_app_life_cycle_module_test.cpp
106
std::shared_ptr<AppMgrServiceInner>
inner_
= nullptr;
member in OHOS::AppExecFwk::AmsAppLifeCycleModuleTest
125
inner_
= std::make_shared<AppMgrServiceInner>();
in SetUp()
131
inner_
->RegisterAppStateCallback(mockAppStateCallbackProxy);
in SetUp()
955
std::weak_ptr<AppMgrServiceInner> inner =
inner_
;
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H
A
D
rs_property_drawable_bounds_geometry.h
83
Drawing::RoundRect
inner_
;
member in OHOS::Rosen::RSBorderDRRectDrawable
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H
A
D
rs_property_drawable_bounds_geometry.cpp
130
inner_
= RSPropertiesPainter::RRect2DrawingRRect(properties.GetInnerRRect());
in OnBoundsChange()
133
inner_
= RSPropertiesPainter::RRect2DrawingRRect(properties.GetRRect());
in OnBoundsChange()
141
canvas.DrawNestedRoundRect(outer_,
inner_
);
in Draw()
Completed in 10 milliseconds