Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/frameworks/src/
H A Dipc_sdk.c1408 gmMethodObj->regCallback = IpcGmRegCallback; in InitIpcGmMethods()
1409 gmMethodObj->unRegCallback = IpcGmUnRegCallback; in InitIpcGmMethods()
1412 gmMethodObj->createGroup = IpcGmCreateGroup; in InitIpcGmMethods()
1413 gmMethodObj->deleteGroup = IpcGmDeleteGroup; in InitIpcGmMethods()
1418 gmMethodObj->processData = IpcGmProcessData; in InitIpcGmMethods()
1419 gmMethodObj->getRegisterInfo = IpcGmGetRegisterInfo; in InitIpcGmMethods()
1421 gmMethodObj->getPkInfoList = IpcGmGetPkInfoList; in InitIpcGmMethods()
1423 gmMethodObj->getGroupInfo = IpcGmGetGroupInfo; in InitIpcGmMethods()
1424 gmMethodObj->getJoinedGroups = IpcGmGetJoinedGroups; in InitIpcGmMethods()
1429 gmMethodObj->cancelRequest = IpcGmCancelRequest; in InitIpcGmMethods()
[all …]