Searched +defs:msg +defs:flags (Results 1 – 9 of 9) sorted by relevance
| /base/hiviewdfx/faultloggerd/tools/process_dump/ |
| D | cppcrash_reporter.cpp | 56 auto msg = process_->GetFatalMessage(); in Format() local 140 uint32_t flags = static_cast<uint32_t>(fcntl(pipeFd[PIPE_READ], F_GETFL)); in WriteCppCrashInfoByPipe() local
|
| /base/startup/appspawn/test/unittest/ |
| D | app_spawn_test_helper.h | 90 void SetTestMsgFlags(uint32_t flags) in SetTestMsgFlags() 128 int AppSpawnReqMsgSetFlags(AppSpawnReqMsgHandle reqHandle, uint32_t tlv, uint32_t flags) in AppSpawnReqMsgSetFlags() 221 AppSpawnMsg msg; // 保存不完整的消息,额外保存消息头信息 member
|
| D | app_spawn_test_helper.cpp | 249 …tic int HandleRecvMessage(const TaskHandle taskHandle, uint8_t * buffer, int bufferSize, int flags) in HandleRecvMessage() 257 struct msghdr msg = { in HandleRecvMessage() local 386 int TestConnection::SendResponse(const AppSpawnMsg *msg, int result, pid_t pid) in SendResponse() 526 AppSpawnMsgNode *AppSpawnTestHelper::CreateAppSpawnMsg(AppSpawnMsg *msg) in CreateAppSpawnMsg() 622 AppSpawnMsg *msg = reinterpret_cast<AppSpawnMsg *>(buffer.data()); in CreateSendMsg() local 673 uint32_t flags[2] = {1, 0b1010}; in AddBaseTlv() local
|
| /base/startup/init/services/param/linux/ |
| D | param_message.h | 70 ParamMessage msg; member 77 uint32_t flags; member
|
| /base/startup/appspawn/standard/ |
| D | appspawn_service.c | 252 AppSpawnResponseMsg *msg = (AppSpawnResponseMsg *)LE_GetBufferInfo(handle, NULL, &bufferSize); in SendMessageComplete() local 267 static int SendResponse(const AppSpawnConnection *connection, const AppSpawnMsg *msg, int result, p… in SendResponse() 303 …tic int HandleRecvMessage(const TaskHandle taskHandle, uint8_t * buffer, int bufferSize, int flags) in HandleRecvMessage() 311 struct msghdr msg = { in HandleRecvMessage() local 415 AppSpawnMsg *msg = &message->msgHeader; in MsgDevicedebugCheck() local 572 static int OpenPidFd(pid_t pid, unsigned int flags) in OpenPidFd() 1386 AppSpawnMsg *msg = &message->msgHeader; in ProcessBegetCmdMsg() local 1657 AppSpawnMsg *msg = &message->msgHeader; in ProcessRecvMsg() local
|
| /base/hiviewdfx/hilog_lite/frameworks/featured/ |
| D | hiview_log.c | 87 #define SECUREC_ERROR_INVALID_PARAMTER(msg) printf("%s invalid argument\n", msg) argument 88 #define SECUREC_ERROR_INVALID_RANGE(msg) printf("%s invalid dest buffer size\n", msg) argument 89 #define SECUREC_ERROR_BUFFER_OVERLAP(msg) printf("%s buffer overlap\n", msg) argument 210 unsigned int flags; member
|
| /base/startup/init/services/param/watcher/proxy/ |
| D | watcher_manager.cpp | 206 void WatcherManager::ProcessWatcherMessage(const ParamMessage *msg) in ProcessWatcherMessage() 288 ParamMessage *msg = (ParamMessage *)(buffer.data() + curr); in RunLoop() local 326 int flags = fcntl(serverFd_, F_GETFL, 0); in GetServerFd() local
|
| /base/notification/distributed_notification_service/frameworks/ans/src/ |
| D | notification_request.cpp | 1817 void NotificationRequest::SetFlags(const std::shared_ptr<NotificationFlags> &flags) in SetFlags() 2641 for (auto &msg : messages) { in CheckImageSizeForConverSation() local
|
| /base/security/crypto_framework/plugin/openssl_plugin/common/src/ |
| D | openssl_adapter.c | 185 void OpensslEcKeySetEncFlags(EC_KEY *ecKey, unsigned int flags) in OpensslEcKeySetEncFlags() 1188 int OpensslOsslSm2Encrypt(const EC_KEY *key, const EVP_MD *digest, const uint8_t *msg, in OpensslOsslSm2Encrypt()
|