mirror of
https://github.com/openharmony/ai_engine.git
synced 2026-07-01 20:14:02 -04:00
@@ -82,8 +82,7 @@ public:
|
||||
|
||||
const char *GetName() const override
|
||||
{
|
||||
const char *name = workerName_.c_str();
|
||||
return name;
|
||||
return workerName_.c_str();
|
||||
}
|
||||
|
||||
bool OneAction() override
|
||||
|
||||
@@ -26,7 +26,7 @@ using namespace OHOS::AI;
|
||||
using namespace testing::ext;
|
||||
|
||||
namespace {
|
||||
const char *INPUT_CHARACTER = "inputData";
|
||||
const char * const INPUT_CHARACTER = "inputData";
|
||||
const char * const CONFIG_DESCRIPTION = "config information";
|
||||
const long long CLIENT_INFO_VERSION = 1;
|
||||
const int CLIENT_ID = -1;
|
||||
|
||||
Reference in New Issue
Block a user