Home
last modified time | relevance | path

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

/ohos5.0/base/security/access_token/tools/accesstoken/include/
H A Datm_command.h46 std::string DumpUsedTypeInfo(uint32_t tokenId, const std::string& permissionName);
/ohos5.0/base/security/access_token/tools/accesstoken/src/
H A Datm_command.cpp287 std::string AtmCommand::DumpUsedTypeInfo(uint32_t tokenId, const std::string& permissionName) in DumpUsedTypeInfo() function in OHOS::Security::AccessToken::AtmCommand
363 dumpInfo = DumpUsedTypeInfo(info.tokenId, info.permissionName); in RunCommandByOperationType()