mirror of
https://github.com/openharmony/third_party_jsframework.git
synced 2026-07-19 14:33:33 -04:00
!177 封装getCallingTokenId接口,提供给js侧调用
Merge pull request !177 from 周礼亭/master
This commit is contained in:
@@ -694,6 +694,11 @@ export const IPCSkeletonMock = {
|
||||
" Previewer may be different from that on a real device.")
|
||||
return paramMock.paramNumberMock
|
||||
},
|
||||
getCallingTokenId: function () {
|
||||
console.warn("IPCSkeleton.getCallingTokenId interface mocked in the Previewer. How this interface works on the" +
|
||||
" Previewer may be different from that on a real device.")
|
||||
return paramMock.paramNumberMock
|
||||
},
|
||||
getCallingDeviceID: function () {
|
||||
console.warn("IPCSkeleton.getCallingDeviceID interface mocked in the Previewer. How this interface works on the" +
|
||||
" Previewer may be different from that on a real device.")
|
||||
|
||||
Reference in New Issue
Block a user