/foundation/communication/ipc/services/dbinder/c/ipc_adapter/mini/ |
H A D | dbinder_ipc_adapter.c | 22 bool IsSameStub(DBinderServiceStub *stub, const char *serviceName, in IsSameStub() argument
|
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/ |
H A D | Makefile | [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_fence.c | 18 struct stub_fence *stub = container_of(fence, typeof(*stub), chain); in stub_notify() local 45 struct stub_fence *stub = container_of(fence, typeof(*stub), dma); in stub_release() local 62 struct stub_fence *stub; in i915_gem_object_lock_fence() local 92 struct stub_fence *stub = container_of(fence, typeof(*stub), dma); i915_gem_object_unlock_fence() local [all...] |
/foundation/CastEngine/castengine_wifi_display/services/interaction/interprocess/ |
H A D | ipc_msg_adapter.cpp | 54 void IpcMsgAdapter::SetLocalStub(sptr<InterIpcStub> stub) in SetLocalStub() argument
|
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v1_0/hdi_cpu_service/src/ |
H A D | nnrt_device_driver.cpp | 26 OHOS::sptr<OHOS::IRemoteObject> stub; member
|
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/src/ |
H A D | nnrt_device_driver.cpp | 26 OHOS::sptr<OHOS::IRemoteObject> stub; member
|
/foundation/ability/ability_runtime/test/unittest/ability_debug_response_stub_test/ |
H A D | ability_debug_response_stub_test.cpp | 62 auto stub = new (std::nothrow) MockAbilityDebugResponseStub(); in HWTEST_F() local 90 auto stub = new (std::nothrow) MockAbilityDebugResponseStub(); in HWTEST_F() local
|
/foundation/ability/ability_runtime/test/unittest/app_foreground_state_observer_stub_test/ |
H A D | app_foreground_state_observer_stub_test.cpp | 61 auto stub = new (std::nothrow) MockAppForegroundStateObserverStub(); in HWTEST_F() local 80 auto stub = new (std::nothrow) MockAppForegroundStateObserverStub(); in HWTEST_F() local
|
/foundation/ability/ability_runtime/test/unittest/auto_startup_callback_stub_test/ |
H A D | auto_startup_callback_stub_test.cpp | 63 auto stub = new (std::nothrow) MockAutoStartupCallbackStub(); in HWTEST_F() local 89 auto stub = new (std::nothrow) MockAutoStartupCallbackStub(); in HWTEST_F() local
|
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/ |
H A D | system_ability_mgr_subscribe_test.cpp | 254 sptr<SystemProcessStatusChangeStub> stub = new SystemProcessStatusChange(); in HWTEST_F() local 271 sptr<SystemProcessStatusChangeStub> stub = new SystemProcessStatusChange(); in HWTEST_F() local
|
/foundation/communication/ipc/ipc/native/src/core/source/ |
H A D | comm_auth_info.cpp | 19 CommAuthInfo::CommAuthInfo(IRemoteObject *stub, int pid, int uid, uint32_t tokenId, in CommAuthInfo() argument
|
/foundation/filemanagement/app_file_service/tests/unittests/backup_ext/ |
H A D | ext_extension_stub_test.cpp | 55 static inline shared_ptr<ExtExtensionStubMock> stub = nullptr; member in OHOS::FileManagement::Backup::ExtExtensionStubTest [all...] |
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | Makefile | |
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/ |
H A D | Makefile | [all...] |
/foundation/ability/ability_runtime/test/unittest/ui_service_stub_test/ |
H A D | ui_service_stub_test.cpp | 71 std::shared_ptr<UIServiceStub> stub = std::make_shared<MockUIServiceStubTest>(); in HWTEST_F() local 89 std::shared_ptr<UIServiceStub> stub = std::make_shared<MockUIServiceStubTest>(); in HWTEST_F() local 123 std::shared_ptr<UIServiceStub> stub = std::make_shared<MockUIServiceStubTest>(); in HWTEST_F() local 156 std::shared_ptr<UIServiceStub> stub = std::make_shared<MockUIServiceStubTest>(); in HWTEST_F() local
|
/foundation/ability/ability_runtime/test/unittest/ui_service_host_stub_test/ |
H A D | ui_service_host_stub_test.cpp | 70 std::shared_ptr<UIServiceHostStub> stub = std::make_shared<MockUIServiceHostStubTest>(); in HWTEST_F() local 88 std::shared_ptr<UIServiceHostStub> stub = std::make_shared<MockUIServiceHostStubTest>(); in HWTEST_F() local 128 std::shared_ptr<UIServiceHostStub> stub = std::make_shared<MockUIServiceHostStubTest>(); in HWTEST_F() local 148 std::shared_ptr<UIServiceHostStub> stub = std::make_shared<MockUIServiceHostStubTest>(); in HWTEST_F() local
|
/foundation/CastEngine/castengine_wifi_display/services/interaction/domain/rpc/ |
H A D | domain_rpc_service.cpp | 73 sptr<DomainRpcServiceStub> stub = new (std::nothrow) DomainRpcServiceStub(); in GetSubSystemAbility() local
|
/foundation/ability/ability_runtime/frameworks/js/napi/ability_auto_startup_callback/ |
H A D | js_ability_auto_startup_callback.cpp | 89 wptr<JsAbilityAutoStartupCallBack> stub = iface_cast<JsAbilityAutoStartupCallBack>(AsObject()); in JSCallFunction() local
|
/foundation/ability/ability_runtime/test/unittest/js_ui_service_extension_connection_test/ |
H A D | js_ui_service_extension_connection_test.cpp | 96 sptr<UIServiceStubImpl> stub = sptr<UIServiceStubImpl>::MakeSptr(); in HWTEST_F() local 105 sptr<UIServiceHostStubImpl> stub = sptr<UIServiceHostStubImpl>::MakeSptr(); in HWTEST_F() local
|
/foundation/barrierfree/accessibility/services/test/moduletest/aamstest/aams_accessibility_touchEvent_injector_test/ |
H A D | aams_accessibility_touchEvent_injector_test.cpp | 134 sptr<AccessibilityElementOperatorStub> stub = in AddAccessibilityWindowConnection() local
|
/foundation/barrierfree/accessibility/services/aams/test/unittest/ |
H A D | accessibility_touchEvent_injector_test.cpp | 70 sptr<MockAccessibleAbilityClientStubImpl> stub = new MockAccessibleAbilityClientStubImpl(); in SetUp() local
|
/foundation/barrierfree/accessibility/services/test/mock/ |
H A D | mock_aams_accessibility_touchEvent_injector_test.cpp | 134 sptr<AccessibilityElementOperatorStub> stub = in AddAccessibilityWindowConnection() local
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_a2dp_src_observer_stub.cpp | 69 OnConnectionStateChangedInner( BluetoothA2dpSrcObserverStub *stub, MessageParcel &data, MessageParcel &reply) OnConnectionStateChangedInner() argument 81 OnPlayingStatusChangedInner( BluetoothA2dpSrcObserverStub *stub, MessageParcel &data, MessageParcel &reply) OnPlayingStatusChangedInner() argument 93 OnConfigurationChangedInner( BluetoothA2dpSrcObserverStub *stub, MessageParcel &data, MessageParcel &reply) OnConfigurationChangedInner() argument 107 OnMediaStackChangedInner( BluetoothA2dpSrcObserverStub *stub, MessageParcel &data, MessageParcel &reply) OnMediaStackChangedInner() argument 116 OnVirtualDeviceChangedInner( BluetoothA2dpSrcObserverStub *stub, MessageParcel &data, MessageParcel &reply) OnVirtualDeviceChangedInner() argument [all...] |
H A D | bluetooth_ble_central_manager_callback_stub.cpp | 73 OnScanCallbackInner( BluetoothBleCentralManagerCallBackStub *stub, MessageParcel &data, MessageParcel &reply) OnScanCallbackInner() argument 86 OnBleBatchScanResultsEventInner( BluetoothBleCentralManagerCallBackStub *stub, MessageParcel &data, MessageParcel &reply) OnBleBatchScanResultsEventInner() argument 109 OnStartOrStopScanEventInner( BluetoothBleCentralManagerCallBackStub *stub, MessageParcel &data, MessageParcel &reply) OnStartOrStopScanEventInner() argument 119 OnNotifyMsgReportFromLpDeviceInner( BluetoothBleCentralManagerCallBackStub *stub, MessageParcel &data, MessageParcel &reply) OnNotifyMsgReportFromLpDeviceInner() argument
|
H A D | bluetooth_ble_advertise_callback_stub.cpp | 82 OnStartResultEventInner( BluetoothBleAdvertiseCallbackStub *stub, MessageParcel &data, MessageParcel &reply) OnStartResultEventInner() argument 94 OnEnableResultEventInner( BluetoothBleAdvertiseCallbackStub *stub, MessageParcel &data, MessageParcel &reply) OnEnableResultEventInner() argument 104 OnDisableResultEventInner( BluetoothBleAdvertiseCallbackStub *stub, MessageParcel &data, MessageParcel &reply) OnDisableResultEventInner() argument 114 OnStopResultEventInner( BluetoothBleAdvertiseCallbackStub *stub, MessageParcel &data, MessageParcel &reply) OnStopResultEventInner() argument 124 OnAutoStopAdvEventInner( BluetoothBleAdvertiseCallbackStub *stub, MessageParcel &data, MessageParcel &reply) OnAutoStopAdvEventInner() argument 133 OnSetAdvDataEventInner( BluetoothBleAdvertiseCallbackStub *stub, MessageParcel &data, MessageParcel &reply) OnSetAdvDataEventInner() argument [all...] |