Home
last modified time | relevance | path

Searched refs:IsPrioritySupported (Results 1 - 11 of 11) sorted by relevance

/test/xts/acts/ai/neural_network_runtime/v2_0/common/
H A Dmock_idevice.h51 int32_t IsPrioritySupported(bool& isSupported) override;
H A Dmock_idevice.cpp220 int32_t MockIDevice::IsPrioritySupported(bool& isSupported) in IsPrioritySupported() function in OHOS::HDI::Nnrt::V2_0::MockIDevice
/test/xts/acts/ai/neural_network_runtime/v1_0/common/
H A Dmock_idevice.h51 int32_t IsPrioritySupported(bool& isSupported) override;
H A Dmock_idevice.cpp202 int32_t MockIDevice::IsPrioritySupported(bool& isSupported) in IsPrioritySupported() function in OHOS::HDI::Nnrt::V1_0::MockIDevice
/test/xts/acts/ai/nncore/opstest/include/
H A Dmock_idevice.h51 int32_t IsPrioritySupported(bool& isSupported) override;
/test/xts/acts/ai/nncore/common/
H A Dmock_idevice.h51 int32_t IsPrioritySupported(bool& isSupported) override;
H A Dmock_idevice.cpp218 int32_t MockIDevice::IsPrioritySupported(bool& isSupported) in IsPrioritySupported() function in OHOS::HDI::Nnrt::V2_0::MockIDevice
/test/xts/acts/ai/nncore/opstest/src/
H A Dmock_idevice.cpp218 int32_t MockIDevice::IsPrioritySupported(bool& isSupported) in IsPrioritySupported() function in OHOS::HDI::Nnrt::V2_1::MockIDevice
/test/xts/hats/ai/nnrt/hdi/v1_0/nnrtFunctionTest/src/
H A Dhdi_device_test.cpp131 auto hdiRet = device_->IsPrioritySupported(isSupportedPriority); in HWTEST_F()
/test/xts/hats/ai/nnrt/hdi/v2_0/nnrtFunctionTest/src/
H A Dhdi_device_test.cpp131 auto hdiRet = device_->IsPrioritySupported(isSupportedPriority); in HWTEST_F()
/test/xts/hats/ai/nnrt/hdi/v2_0/nnrtFunctionTest_additional/src/
H A Dhdi_device_test.cpp199 * @tc.desc: Call function V2 IsPrioritySupported, stability test
206 hdiRet = device_->IsPrioritySupported(isSupportedPriority); in HWTEST_F()
214 * @tc.desc: Call function V2 IsPrioritySupported, isSupportedPriority is false
219 auto hdiRet = device_->IsPrioritySupported(isSupportedPriority); in HWTEST_F()

Completed in 10 milliseconds