Home
last modified time | relevance | path

Searched refs:retDesc (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ai/ai_engine/services/common/protocol/data_channel/source/
H A Dresponse.cpp110 void Response::SetRetDesc(const std::string &retDesc) in SetRetDesc() argument
112 retDesc_ = retDesc; in SetRetDesc()
182 void IResponse::SetRetDesc(const std::string &retDesc) in SetRetDesc() argument
184 ResponseCast::Ref(this).SetRetDesc(retDesc); in SetRetDesc()
/ohos5.0/foundation/ai/ai_engine/services/common/protocol/data_channel/include/
H A Di_response.h122 void SetRetDesc(const std::string &retDesc);
H A Dresponse.h119 void SetRetDesc(const std::string &retDesc);
/ohos5.0/foundation/arkui/napi/test/unittest/cj_native/
H A Dtest_ark_interop.cpp672 auto retDesc = ARKTS_GetSymbolDesc(env, symbol); in TestSymbol() local
673 EXPECT_EQ(std::string(retDesc), originDesc); in TestSymbol()
674 ARKTS_FreeCString(retDesc); in TestSymbol()