Home
last modified time | relevance | path

Searched refs:isStub (Results 1 - 17 of 17) sorted by relevance

/foundation/ai/neural_network_runtime/test/unittest/common/v1_0/
H A Dmock_idevice.cpp22 sptr<INnrtDevice> INnrtDevice::Get(bool isStub) in Get() argument
24 return INnrtDevice::Get("device_service", isStub); in Get()
27 sptr<INnrtDevice> INnrtDevice::Get(const std::string& serviceName, bool isStub) in Get() argument
29 if (isStub) { in Get()
/foundation/ai/neural_network_runtime/test/unittest/common/v2_0/
H A Dmock_idevice.cpp22 sptr<INnrtDevice> INnrtDevice::Get(bool isStub) in Get() argument
24 return INnrtDevice::Get("device_service", isStub); in Get()
27 sptr<INnrtDevice> INnrtDevice::Get(const std::string& serviceName, bool isStub) in Get() argument
29 if (isStub) { in Get()
/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/device_registrar/
H A Ddevice_registrar_test.cpp41 static sptr<IRegisterDevice> Get(bool isStub = false);
42 static sptr<IRegisterDevice> Get(const std::string& serviceName, bool isStub = false);
184 sptr<IRegisterDevice> IRegisterDevice::Get(bool isStub) in Get() argument
186 return IRegisterDevice::Get("device_service", isStub); in Get()
189 sptr<IRegisterDevice> IRegisterDevice::Get(const std::string& serviceName, bool isStub) in Get() argument
191 if (isStub) { in Get()
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/device_registrar/
H A Ddevice_registrar_test.cpp41 static sptr<IRegisterDevice> Get(bool isStub = false);
42 static sptr<IRegisterDevice> Get(const std::string& serviceName, bool isStub = false);
184 sptr<IRegisterDevice> IRegisterDevice::Get(bool isStub) in Get() argument
186 return IRegisterDevice::Get("device_service", isStub); in Get()
189 sptr<IRegisterDevice> IRegisterDevice::Get(const std::string& serviceName, bool isStub) in Get() argument
191 if (isStub) { in Get()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/Mock/wlan/hostapd/v1_0/
H A Dihostapd_interface.h134 struct IHostapdInterface *IHostapdInterfaceGet(bool isStub);
135 struct IHostapdInterface *IHostapdInterfaceGetInstance(const char *serviceName, bool isStub);
138 void IHostapdInterfaceRelease(struct IHostapdInterface *instance, bool isStub);
139 void IHostapdInterfaceReleaseInstance(const char *serviceName, struct IHostapdInterface *instance, bool isStub);
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/Mock/v1_0/
H A Dihostapd_interface.h134 struct IHostapdInterface *IHostapdInterfaceGet(bool isStub);
135 struct IHostapdInterface *IHostapdInterfaceGetInstance(const char *serviceName, bool isStub);
138 void IHostapdInterfaceRelease(struct IHostapdInterface *instance, bool isStub);
139 void IHostapdInterfaceReleaseInstance(const char *serviceName, struct IHostapdInterface *instance, bool isStub);
/foundation/multimodalinput/input/service/infrared_emitter/include/
H A Dinfrared_emitter_def.h36 static sptr<OHOS::HDI::V1_0::ConsumerIr> Get(bool isStub = false);
37 static sptr<OHOS::HDI::V1_0::ConsumerIr> Get(const std::string &serviceName, bool isStub = false);
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/Mock/
H A Dmock_wpa_suppliant.cpp632 struct IHostapdInterface *IHostapdInterfaceGet(bool isStub) in IHostapdInterfaceGet() argument
661 struct IHostapdInterface *IHostapdInterfaceGetInstance(const char *serviceName, bool isStub) in IHostapdInterfaceGetInstance() argument
667 void IHostapdInterfaceRelease(struct IHostapdInterface *instance, bool isStub) in IHostapdInterfaceRelease() argument
671 void IHostapdInterfaceReleaseInstance(const char *serviceName, struct IHostapdInterface *instance, bool isStub) in IHostapdInterfaceReleaseInstance() argument
675 struct IWpaInterface *IWpaInterfaceGet(bool isStub) in IWpaInterfaceGet() argument
766 struct IWpaInterface *IWpaInterfaceGetInstance(const char *serviceName, bool isStub) in IWpaInterfaceGetInstance() argument
772 void IWpaInterfaceRelease(struct IWpaInterface *instance, bool isStub) in IWpaInterfaceRelease() argument
775 void IWpaInterfaceReleaseInstance(const char *serviceName, struct IWpaInterface *instance, bool isStub) in IWpaInterfaceReleaseInstance() argument
/drivers/peripheral/camera/vdi_base/interfaces/v1_0/
H A Dicamera_host_vdi.h64 static ICameraHostVdi* Get(bool isStub = false);
65 static ICameraHostVdi* Get(const std::string &serviceName, bool isStub = false);
/drivers/peripheral/clearplay/interfaces/include/drm/v1_0/
H A Dimedia_key_system_factory.h67 static sptr<OHOS::HDI::Drm::V1_0::IMediaKeySystemFactory> Get(bool isStub = false);
68 static sptr<OHOS::HDI::Drm::V1_0::IMediaKeySystemFactory> Get(const std::string &serviceName, bool isStub = false);
/test/xts/acts/ai/neural_network_runtime/v2_0/common/
H A Dmock_idevice.cpp102 sptr<INnrtDevice> INnrtDevice::Get(bool isStub) in Get() argument
104 return INnrtDevice::Get("mock_device_service", isStub); in Get()
107 sptr<INnrtDevice> INnrtDevice::Get(const std::string &serviceName, bool isStub) in Get() argument
109 if (isStub) { in Get()
/test/xts/acts/ai/nncore/opstest/src/
H A Dmock_idevice.cpp99 sptr<INnrtDevice> INnrtDevice::Get(bool isStub) in Get() argument
101 return INnrtDevice::Get("mock_device_service", isStub); in Get()
104 sptr<INnrtDevice> INnrtDevice::Get(const std::string &serviceName, bool isStub) in Get() argument
106 if (isStub) { in Get()
/test/xts/acts/ai/neural_network_runtime/v1_0/common/
H A Dmock_idevice.cpp84 sptr<INnrtDevice> INnrtDevice::Get(bool isStub) in Get() argument
86 return INnrtDevice::Get("mock_device_service", isStub); in Get()
89 sptr<INnrtDevice> INnrtDevice::Get(const std::string &serviceName, bool isStub) in Get() argument
91 if (isStub) { in Get()
/test/xts/acts/ai/nncore/common/
H A Dmock_idevice.cpp99 sptr<INnrtDevice> INnrtDevice::Get(bool isStub) in Get() argument
101 return INnrtDevice::Get("mock_device_service", isStub); in Get()
104 sptr<INnrtDevice> INnrtDevice::Get(const std::string &serviceName, bool isStub) in Get() argument
106 if (isStub) { in Get()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/Mock/wlan/wpa/v1_1/
H A Diwpa_interface.h339 struct IWpaInterface *IWpaInterfaceGet(bool isStub);
340 struct IWpaInterface *IWpaInterfaceGetInstance(const char *serviceName, bool isStub);
343 void IWpaInterfaceRelease(struct IWpaInterface *instance, bool isStub);
344 void IWpaInterfaceReleaseInstance(const char *serviceName, struct IWpaInterface *instance, bool isStub);
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/Mock/v1_1/
H A Diwpa_interface.h339 struct IWpaInterface *IWpaInterfaceGet(bool isStub);
340 struct IWpaInterface *IWpaInterfaceGetInstance(const char *serviceName, bool isStub);
343 void IWpaInterfaceRelease(struct IWpaInterface *instance, bool isStub);
344 void IWpaInterfaceReleaseInstance(const char *serviceName, struct IWpaInterface *instance, bool isStub);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2309 bool isStub = in LowerCall() local
2312 bool isARMFunc = !Subtarget->isThumb() || (isStub && !Subtarget->isMClass()); in LowerCall()
2358 if (isStub && Subtarget->isThumb1Only() && !Subtarget->hasV5TOps()) { in LowerCall()

Completed in 41 milliseconds