Searched refs:APPSPAWN_CHECK_ONLY_LOG (Results 1 - 9 of 9) sorted by relevance
/base/startup/appspawn/modules/common/ |
H A D | appspawn_begetctl.c | 61 APPSPAWN_CHECK_ONLY_LOG(execv(argv[0], argv) == 0, in RunAppSandbox()
|
H A D | appspawn_adapter.cpp | 80 APPSPAWN_CHECK_ONLY_LOG(ret == 0, "Setcon failed, errno: %{public}d", errno); in SetSelinuxConNweb()
|
/base/startup/appspawn/util/include/ |
H A D | appspawn_utils.h | 203 #define APPSPAWN_CHECK_ONLY_LOG(retCode, fmt, ...) \ macro
|
/base/startup/appspawn/common/ |
H A D | appspawn_server.c | 185 APPSPAWN_CHECK_ONLY_LOG(diff < MAX_FORK_TIME, "fork time %{public}" PRId64 " us", diff); in AppSpawnForkChildProcess()
|
/base/startup/appspawn/standard/ |
H A D | appspawn_service.c | 167 APPSPAWN_CHECK_ONLY_LOG(appInfo->uid == uid, "Invalid uid %{public}u %{public}u", appInfo->uid, uid); in HandleDiedPid() 327 APPSPAWN_CHECK_ONLY_LOG(errno == 0, "recvmsg with errno %{public}d", errno); in HandleRecvMessage() 733 APPSPAWN_CHECK_ONLY_LOG(ret == 0, "munmap failed %{public}d", ret); in ClearMMAP() 829 APPSPAWN_CHECK_ONLY_LOG(ret == 0, "fcntl failed %{public}d,%{public}d", ret, errno); in AppSpawnProcessMsgForPrefork() 1625 APPSPAWN_CHECK_ONLY_LOG(connection->receiverCtx.nextMsgId == msg->msgId, in ProcessRecvMsg()
|
/base/startup/appspawn/modules/sandbox/ |
H A D | sandbox_utils.cpp | 278 APPSPAWN_CHECK_ONLY_LOG(diff < MAX_MOUNT_TIME, "mount %{public}s time %{public}" PRId64 " us", originPath, diff); in DoAppSandboxMountOnce() 1063 APPSPAWN_CHECK_ONLY_LOG(ret == 0, "DoSandboxFilePrivateSymlink failed"); in SetPrivateAppSandboxProperty_() 1066 APPSPAWN_CHECK_ONLY_LOG(ret == 0, "DoSandboxFilePrivateFlagsPointHandle failed"); in SetPrivateAppSandboxProperty_() 1102 APPSPAWN_CHECK_ONLY_LOG(ret == 0, "HandleFlagsPoint for render-sandbox failed, %{public}s", in SetRenderSandboxPropertyNweb() 1172 APPSPAWN_CHECK_ONLY_LOG(rc == 0, "DoSandboxFilePrivateFlagsPointHandle failed"); in SetCommonAppSandboxProperty_() 1864 APPSPAWN_CHECK_ONLY_LOG(ret == 0, "Failed to umount path %{public}s, errno %{public}d", path, errno);
|
H A D | appspawn_sandbox.c | 943 APPSPAWN_CHECK_ONLY_LOG(ret == 0, "Failed to umount2 %{public}s errno: %{public}d", rootPath, errno); in UnmountPath()
|
/base/startup/appspawn/interfaces/innerkits/client/ |
H A D | appspawn_client.c | 162 APPSPAWN_CHECK_ONLY_LOG(sendMsgId == msg->msgHdr.msgId, in ReadMessage()
|
/base/startup/appspawn/test/unittest/ |
H A D | app_spawn_test_helper.cpp | 267 APPSPAWN_CHECK_ONLY_LOG(errno == 0, "recvmsg with errno %d", errno); in HandleRecvMessage()
|
Completed in 13 milliseconds