Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/uripermmgr/include/
H A Duri_permission_utils.h47 …static bool CheckAndCreateEventInfo(uint32_t callerTokenId, uint32_t targetTokenId, EventInfo &eve…
/ohos5.0/foundation/ability/ability_runtime/services/uripermmgr/src/
H A Duri_permission_utils.cpp68 if (!CheckAndCreateEventInfo(callerTokenId, targetTokenId, eventInfo)) { in SendSystemAppGrantUriPermissionEvent()
81 bool UPMSUtils::CheckAndCreateEventInfo(uint32_t callerTokenId, uint32_t targetTokenId, in CheckAndCreateEventInfo() function in OHOS::AAFwk::UPMSUtils