Home
last modified time | relevance | path

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

/base/startup/appspawn/modules/sandbox/
Dsandbox_manager.c168 APPSPAPWN_DUMP(" ****************************** %{public}u", index); in DumpSandboxMountNode()
169APPSPAPWN_DUMP(" sandbox node source: %{public}s", pathNode->source ? pathNode->source : "n… in DumpSandboxMountNode()
170APPSPAPWN_DUMP(" sandbox node target: %{public}s", pathNode->target ? pathNode->target : "n… in DumpSandboxMountNode()
172 APPSPAPWN_DUMP(" sandbox node apl: %{public}s", in DumpSandboxMountNode()
174 APPSPAPWN_DUMP(" sandbox node checkErrorFlag: %{public}s", in DumpSandboxMountNode()
180 APPSPAPWN_DUMP(" ***********************************"); in DumpSandboxMountNode()
181APPSPAPWN_DUMP(" sandbox node target: %{public}s", linkNode->target ? linkNode->target : "n… in DumpSandboxMountNode()
182 APPSPAPWN_DUMP(" sandbox node linkName: %{public}s", in DumpSandboxMountNode()
184 APPSPAPWN_DUMP(" sandbox node destMode: %{public}x", linkNode->destMode); in DumpSandboxMountNode()
185 APPSPAPWN_DUMP(" sandbox node checkErrorFlag: %{public}s", in DumpSandboxMountNode()
[all …]
Dappspawn_mount_template.c162 APPSPAPWN_DUMP("%{public}s[0x%{public}x] %{public}s", info, (uint32_t)(mode), buffer); in DumpMode()
170 APPSPAPWN_DUMP("%{public}s[0x%{public}x] %{public}s", info, (uint32_t)(mountFlags), buffer); in DumpMountFlags()
179APPSPAPWN_DUMP(" sandbox node category: %{public}u(%{public}s)", tmp->category, tmp->name); in DumpMountPathMountNode()
181 APPSPAPWN_DUMP(" sandbox node mountSharedFlag: %{public}s", in DumpMountPathMountNode()
183APPSPAPWN_DUMP(" sandbox node options: %{public}s", tmp->options ? tmp->options : "null"); in DumpMountPathMountNode()
184 APPSPAPWN_DUMP(" sandbox node fsType: %{public}s", tmp->fsType ? tmp->fsType : "null"); in DumpMountPathMountNode()
186 APPSPAPWN_DUMP(" sandbox node config mountSharedFlag: %{public}s", in DumpMountPathMountNode()
/base/startup/appspawn/standard/
Dappspawn_msgmgr.c347 APPSPAPWN_DUMP("%{public}s count: %{public}u ", info, msgFlags->count); in DumpMsgFlags()
349 APPSPAPWN_DUMP("%{public}s flags: 0x%{public}x", info, msgFlags->flags[i]); in DumpMsgFlags()
356 APPSPAPWN_DUMP("App tlv info: [%{public}d %{public}d]", tlv->tlvType, tlv->tlvLen); in DumpMsgExtInfo()
360APPSPAPWN_DUMP("App extend info name: %{public}s len: %{public}u", tlvExt->tlvName, tlvExt->dataLe… in DumpMsgExtInfo()
362 APPSPAPWN_DUMP("App extend info value: '%{public}s'", (char *)(tlvExt + 1)); in DumpMsgExtInfo()
369 APPSPAPWN_DUMP("App spawn msg msgId: %{public}u msgLen: %{public}u tlvCount: %{public}u", in DumpAppSpawnMsg()
371 APPSPAPWN_DUMP("App spawn msg process name: %{public}s", message->msgHeader.processName); in DumpAppSpawnMsg()
380 APPSPAPWN_DUMP("App dac info uid: %{public}d gid: %{public}d count: %{public}d", in DumpAppSpawnMsg()
383 APPSPAPWN_DUMP("gid group[%{public}d]: %{public}d", i, dacInfo->gidTable[i]); in DumpAppSpawnMsg()
388 APPSPAPWN_DUMP("App bundle info name: \"%{public}s\" index: %{public}d", in DumpAppSpawnMsg()
[all …]
Dappspawn_appmgr.c348 APPSPAPWN_DUMP("app property id: %{public}u flags: %{public}x", in DumpAppSpawnQueue()
350 APPSPAPWN_DUMP("app property state: %{public}d", property->state); in DumpAppSpawnQueue()
360 APPSPAPWN_DUMP("App info uid: %{public}u pid: %{public}x", appInfo->uid, appInfo->pid); in DumpAppQueue()
361APPSPAPWN_DUMP("App info name: %{public}s exitStatus: 0x%{public}x spawn time: %{public}" PRId64 "… in DumpAppQueue()
388 APPSPAPWN_DUMP("Dump appspawn info start ... "); in ProcessAppSpawnDumpMsg()
389 APPSPAPWN_DUMP("APP spawning queue: "); in ProcessAppSpawnDumpMsg()
391 APPSPAPWN_DUMP("APP queue: "); in ProcessAppSpawnDumpMsg()
393 APPSPAPWN_DUMP("APP died queue: "); in ProcessAppSpawnDumpMsg()
395 APPSPAPWN_DUMP("Ext data: "); in ProcessAppSpawnDumpMsg()
397 APPSPAPWN_DUMP("Dump appspawn info finish "); in ProcessAppSpawnDumpMsg()
/base/startup/appspawn/util/include/
Dappspawn_utils.h150 #define APPSPAPWN_DUMP(fmt, ...) \ macro