/ohos5.0/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()
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/include/ |
H A D | remote_object_wrapper.h | 69 rust::Fn<void(rust::Box<RemoteObj>)> inner_; 79 sptr<IRemoteObject::DeathRecipient> inner_; member 92 RemoteStubWrapper *inner_;
|
/ohos5.0/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_; variable
|
/ohos5.0/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()
|
/ohos5.0/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()
|
/ohos5.0/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()
|
/ohos5.0/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/include/ |
H A D | system_ability_wrapper.h | 95 AbilityStub *inner_;
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/include/ |
H A D | system_ability_manager_wrapper.h | 80 AbilityStub *inner_;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_property_drawable_bounds_geometry.cpp | 131 inner_ = RSPropertiesPainter::RRect2DrawingRRect(properties.GetInnerRRect()); in OnBoundsChange() 134 inner_ = RSPropertiesPainter::RRect2DrawingRRect(properties.GetRRect()); in OnBoundsChange() 142 canvas.DrawNestedRoundRect(outer_, inner_); in Draw()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_property_drawable_bounds_geometry.h | 83 Drawing::RoundRect inner_; variable
|
/ohos5.0/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_;
|