Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk_lite/source/
H A Ddmslite_msg_handler.c29 const char *callerSignature = UnMarshallString(tlvHead, CALLER_SIGNATURE); in StartAbilityFromRemoteHandler() local
34 permissionCheckInfo.callerSignature = callerSignature; in StartAbilityFromRemoteHandler()
H A Ddmslite_permission.c107 if ((permissionCheckInfo->callerSignature == NULL) || (calleeSignature == NULL)) { in CheckRemotePermission()
112 if (strcmp(permissionCheckInfo->callerSignature, calleeSignature) != 0) { in CheckRemotePermission()
/ohos5.0/foundation/ability/dmsfwk_lite/include/
H A Ddmslite_inner_common.h57 const char* callerSignature; member