Home
last modified time | relevance | path

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

/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()

Completed in 3 milliseconds