| /base/notification/distributed_notification_service/frameworks/js/napi/src/manager/ |
| H A D | napi_distributed_enable.cpp | 47 std::string msg = "Incorrect parameter types.The type of param must be object."; in ParseParameters() local 62 std::string msg = "Incorrect parameter types.The type of param must be boolean."; in ParseParameters() local 81 std::string msg = "Incorrect parameter types.The type of param must be boolean."; in ParseParameters() local 193 std::string msg = "Incorrect parameter types.The type of param must be string."; in ParseParameters() local 212 std::string msg = "Incorrect parameter types.The type of param must be boolean."; in ParseParameters() local [all...] |
| H A D | napi_sync_config.cpp | 63 std::string msg = "Incorrect parameter types.The type of param must be string."; in ParseParameters() local 75 std::string msg = "Incorrect parameter types.The type of param must be string."; in ParseParameters() local 84 std::string msg = "Incorrect parameter types.The type of param must be string."; in ParseParameters() local
|
| H A D | napi_get_active.cpp | 354 std::string msg = "Incorrect parameter types.The type of param must be object."; in ParseGetLiveViewParams() local
|
| /base/msdp/device_status/frameworks/js/napi/interaction/cooperate/src/ |
| H A D | js_util_cooperate.cpp | 112 bool JsUtilCooperate::GetErrMsg(const CoordinationMsgInfo &msgInfo, std::string &msg)
in GetErrMsg() argument [all...] |
| /base/powermgr/battery_manager/charger/src/ |
| H A D | battery_thread.cpp | 140 char msg[UEVENT_MSG_LEN + UEVENT_RESERVED_SIZE] = { 0 }; in UeventCallback() local 159 bool BatteryThread::IsPowerSupplyEvent(const char* msg) in IsPowerSupplyEvent() argument [all...] |
| /base/security/certificate_framework/frameworks/core/v1.0/certificate/ |
| H A D | cert_chain_validator.c | 88 uint8_t *msg = certChainData->data; in ConvertCertBuffer2List() local [all...] |
| /base/security/access_token/frameworks/js/napi/el5filekeymanager/src/ |
| H A D | el5_filekey_manager_napi.cpp | 56 napi_value msg = nullptr; in ThrowError() local
|
| /base/security/access_token/services/test/mock/aafwk/ |
| H A D | mock_app_mgr_service.h | 85 virtual int FinishUserTest(const std::string &msg, const int64_t &resultCode, const std::string &bundleName) in FinishUserTest() argument
|
| /base/security/device_security_level/services/dslm/ |
| H A D | dslm_core_process.c | 52 int32_t OnPeerMsgRequestInfoReceived(const DeviceIdentify *deviceId, const uint8_t *msg, uint32_t len) in OnPeerMsgRequestInfoReceived() argument 89 int32_t OnPeerMsgResponseInfoReceived(const DeviceIdentify *deviceId, const uint8_t *msg, uint32_t len) in OnPeerMsgResponseInfoReceived() argument [all...] |
| H A D | dslm_msg_utils.c | 120 int32_t BuildDeviceSecInfoRequest(uint64_t challenge, MessageBuff **msg) in BuildDeviceSecInfoRequest() argument 142 int32_t ParseDeviceSecInfoRequest(const MessageBuff *msg, RequestObject *obj) in ParseDeviceSecInfoRequest() argument 174 BuildDeviceSecInfoResponse(uint64_t challenge, const DslmCredBuff *cred, MessageBuff **msg) BuildDeviceSecInfoResponse() argument 195 ParseDeviceSecInfoResponse(const MessageBuff *msg, uint64_t *challenge, uint32_t *version, DslmCredBuff **cred) ParseDeviceSecInfoResponse() argument [all...] |
| /base/security/device_security_level/test/dslm_unit_test/ |
| H A D | dslm_test_link.c | 34 void UtOnSocketMessageReceived(const DeviceIdentify *devId, const uint8_t *msg, uint32_t msgLen) in UtOnSocketMessageReceived() argument 119 void UtPushMsgDataToPendingList(uint32_t transNo, const DeviceIdentify *devId, const uint8_t *msg, uint32_t msgLen) in UtPushMsgDataToPendingList() argument
|
| /base/startup/appspawn/lite/ |
| H A D | appspawn_message.c | 154 int SplitMessage(const char *msg, unsigned int msgLen, MessageSt *msgSt) in SplitMessage() argument
|
| /base/startup/init/interfaces/innerkits/control_fd/ |
| H A D | control_fd_service.c | 64 CmdMessage *msg = (CmdMessage *)buffer; in CmdOnRecvMessage() local [all...] |
| /base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/ |
| H A D | hks_mbedtls_hash.c | 97 static int32_t HksMbedtlsHashMd5Final(struct HksMbedtlsHashCtx *ctx, const struct HksBlob *msg, struct HksBlob *hash)
in HksMbedtlsHashMd5Final() argument 184 static int32_t HksMbedtlsHashSha1Final(struct HksMbedtlsHashCtx *ctx, const struct HksBlob *msg, struct HksBlob *hash)
in HksMbedtlsHashSha1Final() argument 280 static int32_t HksMbedtlsHashSha256Final(struct HksMbedtlsHashCtx *ctx, const struct HksBlob *msg,
in HksMbedtlsHashSha256Final() argument 379 HksMbedtlsHashSha512Final(struct HksMbedtlsHashCtx *ctx, const struct HksBlob *msg, struct HksBlob *hash) HksMbedtlsHashSha512Final() argument 497 HksMbedtlsHashUpdate(void *cryptoCtx, const struct HksBlob *msg) HksMbedtlsHashUpdate() argument 526 HksMbedtlsHashFinal(void **cryptoCtx, const struct HksBlob *msg, struct HksBlob *hash) HksMbedtlsHashFinal() argument 603 HksMbedtlsHash(uint32_t alg, const struct HksBlob *msg, struct HksBlob *hash) HksMbedtlsHash() argument [all...] |
| /base/startup/init/services/param/linux/ |
| H A D | param_msgadp.c | 36 const ParamMessage *msg = (const ParamMessage *)(buffer + curr);
in OnReceiveRequest() local 87 int ParamTaskSendMsg(const ParamTaskPtr stream, const ParamMessage *msg)
in ParamTaskSendMsg() argument [all...] |
| H A D | param_message.h | 70 ParamMessage msg;
member
|
| /base/security/huks/test/unittest/huks_common_test/src/ |
| H A D | hks_test_curve25519_func.cpp | 60 struct HksBlob msg = {(uint32_t)strlen(TEST_PLAIN_TEST_ED25519), (uint8_t *)TEST_PLAIN_TEST_ED25519}; in TestSignEd25519() local 98 struct HksBlob msg = {(uint32_t)strlen(TEST_PLAIN_TEST_ED25519), (uint8_t *)TEST_PLAIN_TEST_ED25519}; in TestVerifyEd25519() local 309 struct HksBlob msg = {(uint32_t)strlen(TEST_PLAIN_TEST_ED25519), (uint8_t *)TEST_PLAIN_TEST_ED25519}; in TestEd25519SignTeeVerifyLocal() local 345 struct HksBlob msg = {(uint32_t)strlen(TEST_PLAIN_TEST_ED25519), (uint8_t *)TEST_PLAIN_TEST_ED25519}; in TestSignEd25519Wrong() local 398 struct HksBlob msg in TestVerifyEd25519Wrong() local [all...] |
| /base/startup/init/test/unittest/param/ |
| H A D | watcher_proxy_unittest.cpp | 172 ParamMessage *msg = reinterpret_cast<ParamMessage *>(buffer.data()); in TestProcessWatcherMessage() local [all...] |
| /base/security/huks/services/huks_standard/huks_service/main/os_dependency/sa/sa_mgr/ |
| H A D | hks_samgr_service_feature.c | 66 static BOOL FEATURE_OnMessage(Feature *feature, Request *msg) in FEATURE_OnMessage() argument
|
| /base/sensors/sensor_lite/services/src/ |
| H A D | sensor_service_impl.c | 107 BOOL MessageHandle(Service *service, Request *msg)
in MessageHandle() argument
|
| /base/startup/hvb/libhvb/src/deps/ |
| H A D | hvb_sysdeps.c | 82 const char *msg; in hvb_printv() local
|
| /base/startup/init/services/init/standard/ |
| H A D | fd_holder_service.c | 132 char **msg = SplitStringExt(buffer, "|", &msgCount, maxMsgCount); in HandlerFdHolder() local
|
| /base/telephony/call_manager/services/distributed_call/src/distributed_communication/ |
| H A D | distributed_data_sink_controller.cpp | 60 void DistributedDataSinkController::HandleRecvMsg(int32_t msgType, const cJSON *msg) in HandleRecvMsg() argument 180 void DistributedDataSinkController::HandleDataQueryRsp(const cJSON *msg) in HandleDataQueryRsp() argument 202 UpdateCallName(sptr<CallBase> &call, const cJSON *msg) UpdateCallName() argument 217 UpdateCallLocation(sptr<CallBase> &call, const cJSON *msg) UpdateCallLocation() argument 291 HandleCurrentDataQueryRsp(const cJSON *msg) HandleCurrentDataQueryRsp() argument [all...] |
| H A D | distributed_data_source_controller.cpp | 75 void DistributedDataSourceController::HandleRecvMsg(int32_t msgType, const cJSON *msg) in HandleRecvMsg() argument 127 void DistributedDataSourceController::HandleDataQueryMsg(const cJSON *msg) in HandleDataQueryMsg() argument 266 HandleCurrentDataQueryMsg(const cJSON *msg) HandleCurrentDataQueryMsg() argument [all...] |
| /base/telephony/call_manager/test/unittest/distributed_communication_test/src/ |
| H A D | distributed_data_test.cpp | 76 cJSON *msg = cJSON_Parse(json.c_str()); in HWTEST_F() local 142 cJSON *msg = cJSON_Parse("{ \"dataType\": 101 }"); in HWTEST_F() local 177 cJSON *msg = cJSON_Parse("{ \\"itemType\\": 0, \\"num\\": \\"123456\\" }"); HWTEST_F() local 229 cJSON *msg = cJSON_Parse("{ \\"itemType\\": 0, \\"num\\": \\"123456\\" }"); HWTEST_F() local 261 cJSON *msg = cJSON_Parse(json.c_str()); HWTEST_F() local 304 cJSON *msg = cJSON_Parse("{ \\"testKey\\": 0 }"); HWTEST_F() local 374 cJSON *msg = cJSON_Parse("{ \\"test\\": 0 }"); HWTEST_F() local 403 cJSON *msg = cJSON_Parse("{ \\"test\\": 0 }"); HWTEST_F() local [all...] |