Searched refs:msgArray (Results 1 – 3 of 3) sorted by relevance
108 let msgArray: Array<string> = btmProfileModel.getProfile(profileType)!.getConnectionDevices();109 textMessage = "getConnectionDevices ret: " + JSON.stringify(msgArray);110 message = "getConnectionDevices ret: " + JSON.stringify(msgArray);
531 let msgArray = []533 msgArray[i] = i541 MSG: msgArray
707 Uint8Array msgArray = { msg->buf, msg->contentSize }; in GetRemoteExecutorInfo() local709 Attribute *attribute = CreateAttributeFromExecutorMsg(msgArray, signParam); in GetRemoteExecutorInfo()