Searched refs:APPSPAPWN_DUMP (Results 1 - 5 of 5) sorted by relevance
/base/startup/appspawn/modules/sandbox/ |
H A D | sandbox_manager.c | 168 APPSPAPWN_DUMP(" ****************************** %{public}u", index); in DumpSandboxMountNode() 169 APPSPAPWN_DUMP(" sandbox node source: %{public}s", pathNode->source ? pathNode->source : "null"); in DumpSandboxMountNode() 170 APPSPAPWN_DUMP(" sandbox node target: %{public}s", pathNode->target ? pathNode->target : "null"); 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() 181 APPSPAPWN_DUMP(" sandbox node target: %{public}s", linkNode->target ? linkNode->target : "null"); 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(" sandbo in DumpSandboxMountNode() [all...] |
H A D | appspawn_mount_template.c | 163 APPSPAPWN_DUMP("%{public}s[0x%{public}x] %{public}s", info, (uint32_t)(mode), buffer); in DumpMode() 171 APPSPAPWN_DUMP("%{public}s[0x%{public}x] %{public}s", info, (uint32_t)(mountFlags), buffer); in DumpMountFlags() 180 APPSPAPWN_DUMP(" sandbox node category: %{public}u(%{public}s)", tmp->category, tmp->name); in DumpMountPathMountNode() 182 APPSPAPWN_DUMP(" sandbox node mountSharedFlag: %{public}s", in DumpMountPathMountNode() 184 APPSPAPWN_DUMP(" sandbox node options: %{public}s", tmp->options ? tmp->options : "null"); in DumpMountPathMountNode() 185 APPSPAPWN_DUMP(" sandbox node fsType: %{public}s", tmp->fsType ? tmp->fsType : "null"); in DumpMountPathMountNode() 187 APPSPAPWN_DUMP(" sandbox node config mountSharedFlag: %{public}s", in DumpMountPathMountNode()
|
/base/startup/appspawn/standard/ |
H A D | appspawn_appmgr.c | 366 APPSPAPWN_DUMP("app property id: %{public}u flags: %{public}x", in DumpAppSpawnQueue() 368 APPSPAPWN_DUMP("app property state: %{public}d", property->state); in DumpAppSpawnQueue() 378 APPSPAPWN_DUMP("App info uid: %{public}u pid: %{public}x", appInfo->uid, appInfo->pid); in DumpAppQueue() 379 APPSPAPWN_DUMP("App info name: %{public}s exitStatus: 0x%{public}x spawn time: %{public}" PRIu64 " us ", in DumpAppQueue() 410 APPSPAPWN_DUMP("Dump appspawn info start ... "); in ProcessAppSpawnDumpMsg() 411 APPSPAPWN_DUMP("APP spawning queue: "); in ProcessAppSpawnDumpMsg() 413 APPSPAPWN_DUMP("APP queue: "); in ProcessAppSpawnDumpMsg() 415 APPSPAPWN_DUMP("APP died queue: "); in ProcessAppSpawnDumpMsg() 417 APPSPAPWN_DUMP("Ext data: "); in ProcessAppSpawnDumpMsg() 419 APPSPAPWN_DUMP("Dum in ProcessAppSpawnDumpMsg() [all...] |
H A D | appspawn_msgmgr.c | 351 APPSPAPWN_DUMP("%{public}s flags: 0x%{public}x", info, msgFlags->flags[i]); in DumpMsgFlags() 358 APPSPAPWN_DUMP("App tlv info: [%{public}d %{public}d]", tlv->tlvType, tlv->tlvLen); in DumpMsgExtInfo() 363 APPSPAPWN_DUMP("App extend info name: %{public}s len: %{public}u value: '%{public}s'", in DumpMsgExtInfo() 366 APPSPAPWN_DUMP("App extend info name: %{public}s len: %{public}u", tlvExt->tlvName, tlvExt->dataLen); in DumpMsgExtInfo() 373 APPSPAPWN_DUMP("App spawn msg msgId: %{public}u msgLen: %{public}u tlvCount: %{public}u processName: %{public}s", in DumpAppSpawnMsg() 383 APPSPAPWN_DUMP("App dac info uid: %{public}d gid: %{public}d count: %{public}d", in DumpAppSpawnMsg() 386 APPSPAPWN_DUMP("gid group[%{public}d]: %{public}d", i, dacInfo->gidTable[i]); in DumpAppSpawnMsg() 391 APPSPAPWN_DUMP("App bundle info name: \"%{public}s\" index: %{public}d", in DumpAppSpawnMsg() 396 APPSPAPWN_DUMP("App domain info hap: 0x%{public}x apl: \"%{public}s\"", domainInfo->hapFlags, domainInfo->apl)); in DumpAppSpawnMsg() 404 APPSPAWN_ONLY_EXPER(owner != NULL, APPSPAPWN_DUMP("Ap in DumpAppSpawnMsg() [all...] |
/base/startup/appspawn/util/include/ |
H A D | appspawn_utils.h | 169 #define APPSPAPWN_DUMP(fmt, ...) \ macro
|
Completed in 7 milliseconds