Home
last modified time | relevance | path

Searched refs:APPSPAWN_CHECK_ONLY_LOG (Results 1 - 9 of 9) sorted by relevance

/base/startup/appspawn/modules/common/
H A Dappspawn_begetctl.c61 APPSPAWN_CHECK_ONLY_LOG(execv(argv[0], argv) == 0, in RunAppSandbox()
H A Dappspawn_adapter.cpp80 APPSPAWN_CHECK_ONLY_LOG(ret == 0, "Setcon failed, errno: %{public}d", errno); in SetSelinuxConNweb()
/base/startup/appspawn/util/include/
H A Dappspawn_utils.h203 #define APPSPAWN_CHECK_ONLY_LOG(retCode, fmt, ...) \ macro
/base/startup/appspawn/common/
H A Dappspawn_server.c185 APPSPAWN_CHECK_ONLY_LOG(diff < MAX_FORK_TIME, "fork time %{public}" PRId64 " us", diff); in AppSpawnForkChildProcess()
/base/startup/appspawn/standard/
H A Dappspawn_service.c167 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 Dsandbox_utils.cpp278 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 Dappspawn_sandbox.c943 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 Dappspawn_client.c162 APPSPAWN_CHECK_ONLY_LOG(sendMsgId == msg->msgHdr.msgId, in ReadMessage()
/base/startup/appspawn/test/unittest/
H A Dapp_spawn_test_helper.cpp267 APPSPAWN_CHECK_ONLY_LOG(errno == 0, "recvmsg with errno %d", errno); in HandleRecvMessage()

Completed in 13 milliseconds