Home
last modified time | relevance | path

Searched refs:SetOnServiceDied (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dexecutor.h48 virtual OH_NN_ReturnCode SetOnServiceDied(NN_OnServiceDied onServiceDied) = 0;
H A Dneural_network_core.cpp1605 return executorImpl->SetOnServiceDied(onServiceDied); in OH_NNExecutor_SetOnServiceDied()
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnnexecutor.h47 OH_NN_ReturnCode SetOnServiceDied(NN_OnServiceDied onServiceDied) override;
H A Dnnexecutor.cpp234 OH_NN_ReturnCode NNExecutor::SetOnServiceDied(NN_OnServiceDied onServiceDied) in SetOnServiceDied() function in OHOS::NeuralNetworkRuntime::NNExecutor
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_executor/
H A Dnn_executor_test.cpp835 OH_NN_ReturnCode ret = nnExecutor->SetOnServiceDied(MyOnServiceDied);