Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/MainAbility/model/
H A Da2dpSinkProfileManagerInterface.ets108 let msgArray: Array<string> = btmProfileModel.getProfile(profileType)!.getConnectionDevices();
109 textMessage = "getConnectionDevices ret: " + JSON.stringify(msgArray);
110 message = "getConnectionDevices ret: " + JSON.stringify(msgArray);
/ohos5.0/base/hiviewdfx/hisysevent/test/unittest/common/napi/
H A Dnapi_hisysevent.test.js531 let msgArray = []
533 msgArray[i] = i
541 MSG: msgArray
/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dexecutor_message.c707 Uint8Array msgArray = { msg->buf, msg->contentSize }; in GetRemoteExecutorInfo() local
709 Attribute *attribute = CreateAttributeFromExecutorMsg(msgArray, signParam); in GetRemoteExecutorInfo()