Home
last modified time | relevance | path

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

/ohos5.0/base/security/access_token/interfaces/innerkits/nativetoken/src/
H A Dnativetoken_json_oper.c37 NativeTokenKmsg(NATIVETOKEN_KERROR, "[%s]:processNameJson is invalid.", __func__); in GetProcessNameFromJson()
42 NativeTokenKmsg(NATIVETOKEN_KERROR, "[%s]:strcpy_s failed.", __func__); in GetProcessNameFromJson()
52 NativeTokenKmsg(NATIVETOKEN_KERROR, "[%s]:tokenIdJson is invalid.", __func__); in GetTokenIdFromJson()
58 NativeTokenKmsg(NATIVETOKEN_KERROR, "[%s]:tokenId type is invalid.", __func__); in GetTokenIdFromJson()
70 NativeTokenKmsg(NATIVETOKEN_KERROR, "[%s]:aplJson is invalid.", __func__); in GetAplFromJson()
106 NativeTokenKmsg(NATIVETOKEN_KERROR, "[%s]:malloc invalid.", __func__); in GetInfoArrFromJson()
111 NativeTokenKmsg(NATIVETOKEN_KERROR, "[%s]:strcpy_s failed.", __func__); in GetInfoArrFromJson()
254 NativeTokenKmsg(NATIVETOKEN_KERROR, "[%s]:APL update failed.", __func__); in UpdateItemcontent()
260 NativeTokenKmsg(NATIVETOKEN_KERROR, "[%s]:dcaps update failed.", __func__); in UpdateItemcontent()
266 NativeTokenKmsg(NATIVETOKEN_KERROR, "[%s]:perms update failed.", __func__); in UpdateItemcontent()
[all …]
H A Dnativetoken.c48 NativeTokenKmsg(NATIVETOKEN_KERROR, "[%s]:invalid filePath.", __func__); in GetFileBuff()
53 NativeTokenKmsg(NATIVETOKEN_KERROR, "[%s]:stat file failed.", __func__); in GetFileBuff()
71 NativeTokenKmsg(NATIVETOKEN_KERROR, "[%s]:fopen file failed.", __func__); in GetFileBuff()
77 NativeTokenKmsg(NATIVETOKEN_KERROR, "[%s]:memory alloc failed.", __func__); in GetFileBuff()
83 NativeTokenKmsg(NATIVETOKEN_KERROR, "[%s]:fread failed.", __func__); in GetFileBuff()
142 NativeTokenKmsg(NATIVETOKEN_KERROR, "[%s]:object is null.", __func__); in GetTokenList()
197 NativeTokenKmsg(NATIVETOKEN_KERROR, "[%s]:open failed.", __func__); in CreateCfgFile()
261 NativeTokenKmsg(NATIVETOKEN_KERROR, "[%s]:read failed.", __func__); in GetRandomTokenId()
329 NativeTokenKmsg(NATIVETOKEN_KERROR, "[%s]:aplStr is invalid.", __func__); in GetAplLevel()
346 NativeTokenKmsg(NATIVETOKEN_KERROR, "[%s]:open failed.", __func__); in WriteToFile()
[all …]
H A Dnativetoken_klog.c40 int NativeTokenKmsg(int logLevel, const char *fmt, ...) in NativeTokenKmsg() function
/ohos5.0/base/security/access_token/interfaces/innerkits/nativetoken/include/
H A Dnativetoken_klog.h30 int NativeTokenKmsg(int logLevel, const char *fmt, ...);