Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/common/src/
H A Dsoftbus_message_open_channel.c210 static int32_t ParseMessageToAppInfo(const cJSON *msg, AppInfo *appInfo) in ParseMessageToAppInfo() function
260 if (ParseMessageToAppInfo(msg, appInfo) != SOFTBUS_OK) { in UnpackRequest()