Home
last modified time | relevance | path

Searched defs:msg (Results 951 - 975 of 6178) sorted by relevance

1...<<31323334353637383940>>...248

/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_distributed_enable.cpp47 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 Dnapi_sync_config.cpp63 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 Dnapi_get_active.cpp354 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 Djs_util_cooperate.cpp112 bool JsUtilCooperate::GetErrMsg(const CoordinationMsgInfo &msgInfo, std::string &msg) in GetErrMsg() argument
[all...]
/base/powermgr/battery_manager/charger/src/
H A Dbattery_thread.cpp140 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 Dcert_chain_validator.c88 uint8_t *msg = certChainData->data; in ConvertCertBuffer2List() local
[all...]
/base/security/access_token/frameworks/js/napi/el5filekeymanager/src/
H A Del5_filekey_manager_napi.cpp56 napi_value msg = nullptr; in ThrowError() local
/base/security/access_token/services/test/mock/aafwk/
H A Dmock_app_mgr_service.h85 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 Ddslm_core_process.c52 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 Ddslm_msg_utils.c120 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 Ddslm_test_link.c34 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 Dappspawn_message.c154 int SplitMessage(const char *msg, unsigned int msgLen, MessageSt *msgSt) in SplitMessage() argument
/base/startup/init/interfaces/innerkits/control_fd/
H A Dcontrol_fd_service.c64 CmdMessage *msg = (CmdMessage *)buffer; in CmdOnRecvMessage() local
[all...]
/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
H A Dhks_mbedtls_hash.c97 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 Dparam_msgadp.c36 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 Dparam_message.h70 ParamMessage msg; member
/base/security/huks/test/unittest/huks_common_test/src/
H A Dhks_test_curve25519_func.cpp60 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 Dwatcher_proxy_unittest.cpp172 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 Dhks_samgr_service_feature.c66 static BOOL FEATURE_OnMessage(Feature *feature, Request *msg) in FEATURE_OnMessage() argument
/base/sensors/sensor_lite/services/src/
H A Dsensor_service_impl.c107 BOOL MessageHandle(Service *service, Request *msg) in MessageHandle() argument
/base/startup/hvb/libhvb/src/deps/
H A Dhvb_sysdeps.c82 const char *msg; in hvb_printv() local
/base/startup/init/services/init/standard/
H A Dfd_holder_service.c132 char **msg = SplitStringExt(buffer, "|", &msgCount, maxMsgCount); in HandlerFdHolder() local
/base/telephony/call_manager/services/distributed_call/src/distributed_communication/
H A Ddistributed_data_sink_controller.cpp60 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 Ddistributed_data_source_controller.cpp75 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 Ddistributed_data_test.cpp76 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...]

Completed in 13 milliseconds

1...<<31323334353637383940>>...248