Searched refs:GetBackendStatus (Results 1 – 7 of 7) sorted by relevance
38 virtual OH_NN_ReturnCode GetBackendStatus(DeviceStatus& status) const = 0;
172 OH_NN_ReturnCode ret = backend->GetBackendStatus(status); in IsValidBackend()
38 OH_NN_ReturnCode GetBackendStatus(DeviceStatus& status) const override;
92 OH_NN_ReturnCode NNBackend::GetBackendStatus(DeviceStatus& status) const in GetBackendStatus() function in OHOS::NeuralNetworkRuntime::NNBackend
263 EXPECT_EQ(OH_NN_FAILED, hdiDevice->GetBackendStatus(backendName));281 EXPECT_EQ(OH_NN_FAILED, hdiDevice->GetBackendStatus(backendName));301 EXPECT_EQ(OH_NN_SUCCESS, hdiDevice->GetBackendStatus(backendName));
99 MOCK_CONST_METHOD1(GetBackendStatus, OH_NN_ReturnCode(DeviceStatus&));
143 MOCK_CONST_METHOD1(GetBackendStatus, OH_NN_ReturnCode(DeviceStatus&));