Home
last modified time | relevance | path

Searched defs:stub (Results 26 - 50 of 157) sorted by relevance

1234567

/foundation/communication/ipc/services/dbinder/c/ipc_adapter/mini/
H A Ddbinder_ipc_adapter.c22 bool IsSameStub(DBinderServiceStub *stub, const char *serviceName, in IsSameStub() argument
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
H A DMakefile[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
H A Di915_gem_fence.c18 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 Dipc_msg_adapter.cpp54 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 Dnnrt_device_driver.cpp26 OHOS::sptr<OHOS::IRemoteObject> stub; member
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/src/
H A Dnnrt_device_driver.cpp26 OHOS::sptr<OHOS::IRemoteObject> stub; member
/foundation/ability/ability_runtime/test/unittest/ability_debug_response_stub_test/
H A Dability_debug_response_stub_test.cpp62 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 Dapp_foreground_state_observer_stub_test.cpp61 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 Dauto_startup_callback_stub_test.cpp63 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 Dsystem_ability_mgr_subscribe_test.cpp254 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 Dcomm_auth_info.cpp19 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 Dext_extension_stub_test.cpp55 static inline shared_ptr<ExtExtensionStubMock> stub = nullptr; member in OHOS::FileManagement::Backup::ExtExtensionStubTest
[all...]
/kernel/linux/linux-5.10/arch/arm/kernel/
H A DMakefile
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H A DMakefile[all...]
/foundation/ability/ability_runtime/test/unittest/ui_service_stub_test/
H A Dui_service_stub_test.cpp71 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 Dui_service_host_stub_test.cpp70 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 Ddomain_rpc_service.cpp73 sptr<DomainRpcServiceStub> stub = new (std::nothrow) DomainRpcServiceStub(); in GetSubSystemAbility() local
/foundation/ability/ability_runtime/frameworks/js/napi/ability_auto_startup_callback/
H A Djs_ability_auto_startup_callback.cpp89 wptr<JsAbilityAutoStartupCallBack> stub = iface_cast<JsAbilityAutoStartupCallBack>(AsObject()); in JSCallFunction() local
/foundation/ability/ability_runtime/test/unittest/js_ui_service_extension_connection_test/
H A Djs_ui_service_extension_connection_test.cpp96 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 Daams_accessibility_touchEvent_injector_test.cpp134 sptr<AccessibilityElementOperatorStub> stub = in AddAccessibilityWindowConnection() local
/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessibility_touchEvent_injector_test.cpp70 sptr<MockAccessibleAbilityClientStubImpl> stub = new MockAccessibleAbilityClientStubImpl(); in SetUp() local
/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_aams_accessibility_touchEvent_injector_test.cpp134 sptr<AccessibilityElementOperatorStub> stub = in AddAccessibilityWindowConnection() local
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_a2dp_src_observer_stub.cpp69 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 Dbluetooth_ble_central_manager_callback_stub.cpp73 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 Dbluetooth_ble_advertise_callback_stub.cpp82 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...]

Completed in 14 milliseconds

1234567