/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/processor/ |
H A D | p2p_v1_fuzz_helper.h | 35 static void FuzzCommandType(NegotiateMessage &message) in FuzzCommandType() 42 static void FuzzContentType(NegotiateMessage &message) in FuzzContentType() 48 static void FuzzGcChannelList(NegotiateMessage &message) in FuzzGcChannelList() 55 static void FuzzGcMac(NegotiateMessage &message) in FuzzGcMac() 62 static void FuzzGoMac(NegotiateMessage &message) in FuzzGoMac() 69 static void FuzzIP(NegotiateMessage &message) in FuzzIP() 76 static void FuzzMac(NegotiateMessage &message) in FuzzMac() 83 static void FuzzSelfWifiCfg(NegotiateMessage &message) in FuzzSelfWifiCfg() 90 static void FuzzStationFrequency(NegotiateMessage &message) in FuzzStationFrequency() 97 static void FuzzVersion(NegotiateMessage &message) in FuzzVersion() [all …]
|
/ohos5.0/base/telephony/sms_mms/test/unittest/ |
H A D | sms_gsm_message_test.cpp | 117 ShortMessage *message = new ShortMessage(); in Test7BitSubmitSms() local 135 ShortMessage *message = new ShortMessage(); in TestUcs2SubmitSms() local 154 ShortMessage *message = new ShortMessage(); in Test7BitDeliverySms() local 173 ShortMessage *message = new ShortMessage(); in TestUcs2DeliverySms() local 193 ShortMessage *message = new ShortMessage(); in TestStatusReportSms() local 216 ShortMessage *message = new ShortMessage(); in TestMultiPageUcs2Sms() local 239 ShortMessage *message = new ShortMessage(); in TestWapPushSms() local 259 ShortMessage *message = new ShortMessage(); in TestDataSmsDeliverySms() local 278 ShortMessage *message = new ShortMessage(); in TestSmsc00DeliverySms() local 301 ShortMessage *message = new ShortMessage(); in TestMultiPage7bitSms() local [all …]
|
/ohos5.0/base/telephony/sms_mms/test/fuzztest/gsmsmsparamcodec_fuzzer/ |
H A D | gsmsmsparamcodec_fuzzer.cpp | 50 ShortMessage *message = new ShortMessage(); in T7BitSubmitSms() local 61 ShortMessage *message = new ShortMessage(); in Ucs2SubmitSms() local 73 ShortMessage *message = new ShortMessage(); in T7BitDeliverySms() local 85 ShortMessage *message = new ShortMessage(); in Ucs2DeliverySms() local 98 ShortMessage *message = new ShortMessage(); in StatusReportSms() local 114 ShortMessage *message = new ShortMessage(); in MultiPageUcs2Sms() local 130 ShortMessage *message = new ShortMessage(); in WapPushSms() local 143 ShortMessage *message = new ShortMessage(); in DataSmsDeliverySms() local 155 ShortMessage *message = new ShortMessage(); in Smsc00DeliverySms() local 171 ShortMessage *message = new ShortMessage(); in MultiPage7bitSms() local [all …]
|
/ohos5.0/foundation/multimedia/media_foundation/engine/include/foundation/utils/ |
H A D | steady_clock.h | 43 #define PROFILE_BEGIN(message, ...) … argument 50 #define PROFILE_END(message, ...) … argument 57 #define PROFILE_BEGIN(message, ...) argument 59 #define PROFILE_END(message, ...) argument
|
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/osal/utils/ |
H A D | steady_clock.h | 43 #define PROFILE_BEGIN(message, ...) … argument 50 #define PROFILE_END(message, ...) … argument 57 #define PROFILE_BEGIN(message, ...) argument 59 #define PROFILE_END(message, ...) argument
|
/ohos5.0/foundation/resourceschedule/device_standby/plugins/strategy/src/ |
H A D | network_strategy.cpp | 44 void NetworkStrategy::HandleEvent(const StandbyMessage& message) in HandleEvent() 71 void NetworkStrategy::UpdateAllowedList(const StandbyMessage& message) in UpdateAllowedList() 77 void NetworkStrategy::UpdateNetResourceConfig(const StandbyMessage& message) in UpdateNetResourceConfig() 84 void NetworkStrategy::StartNetLimit(const StandbyMessage& message) in StartNetLimit() 96 void NetworkStrategy::StopNetLimit(const StandbyMessage& message) in StopNetLimit()
|
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/jskits/common/ |
H A D | napi_error_utils.h | 35 const char *message; member 43 #define ASSERT_ERR(env, assertion, errorcode, message) \ argument 51 #define ASSERT_ERR_VOID(env, assertion, errorcode, message) \ argument 59 #define ASSERT_ERR_STATUS(env, assertion, errorcode, message) \ argument 67 #define ASSERT_BUSINESS_ERR(ctxt, assertion, errorcode, message) \ argument 76 #define ASSERT_BUSINESS_ERR_VOID(ctxt, assertion, errorCode, message) \ argument
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | os_account_manager_helper.cpp | 32 HaMetaMessage message = HaMetaMessage(EventSceneId::SCENE_6, EventBranchId::BRANCH_1) in GetOsAccountLocalIdFromUid() local 47 HaMetaMessage message = HaMetaMessage(EventSceneId::SCENE_6, EventBranchId::BRANCH_2) in GetCurrentCallingUserId() local 62 HaMetaMessage message = HaMetaMessage(EventSceneId::SCENE_6, EventBranchId::BRANCH_4) in GetCurrentActiveUserId() local 75 HaMetaMessage message = HaMetaMessage(EventSceneId::SCENE_6, EventBranchId::BRANCH_3) in GetAllOsAccount() local 91 HaMetaMessage message = HaMetaMessage(EventSceneId::SCENE_6, EventBranchId::BRANCH_4) in GetAllActiveOsAccount() local 104 HaMetaMessage message = HaMetaMessage(EventSceneId::SCENE_6, EventBranchId::BRANCH_5) in CheckUserExists() local
|
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/common/ |
H A D | avcodec_errors.cpp | 215 …std::string message = "Try to do " + param1 + " failed. User should request permission " + param2 … in ErrorMessageNoPermission() local 222 … std::string message = "The Parameter " + param1 + " is invalid. Please check the type and range."; in ErrorMessageInvalidParameter() local 229 …std::string message = "Function " + param1 + " can not work correctly due to limited device capabi… in ErrorMessageUnsupportCapability() local 236 std::string message = "Create " + param1 + " failed due to system memory."; in ErrorMessageNoMemory() local 243 std::string message = "The operate " + param1 + " failed due to not permit in current state."; in ErrorMessageOperateNotPermit() local 250 std::string message = "IO error happened due to " + param1 + "."; in ErrorMessageIO() local 256 std::string message = "Timeout happend when " + param1 + " due to " + param2 + "."; in ErrorMessageTimeout() local 264 std::string message = "AVCodec Serviced Died."; in ErrorMessageServiceDied() local 271 std::string message = "The format " + param1 + " is not support."; in ErrorMessageUnsupportFormat() local
|
/ohos5.0/base/sensors/sensor/frameworks/js/napi/include/ |
H A D | sensor_napi_utils.h | 65 #define CHKNCF(env, cond, message) \ argument 73 #define CHKNRP(env, state, message) \ argument 81 #define CHKNRF(env, state, message) \ argument 89 #define CHKNRF(env, state, message) \ argument
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/ |
H A D | rs_thread_looper_impl.cpp | 42 auto message = *delayedQueue_.begin(); in HaveDelayedMessageToProcess() local 57 auto message = *delayedQueue_.begin(); in WaitForMessage() local 74 auto message = *top; in ProcessOneMessageInternal() local 80 auto message = *top; in ProcessOneMessageInternal() local 123 void ThreadLooperImpl::PostMessage(const std::shared_ptr<ThreadLooperMessage>& message, int param) in PostMessage() 130 void ThreadLooperImpl::PostMessage(int64_t delay, const std::shared_ptr<ThreadLooperMessage>& messa… in PostMessage() 139 void ThreadLooperImpl::RemoveMessages(const std::shared_ptr<ThreadLooperMessage>& message) in RemoveMessages()
|
/ohos5.0/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/ |
H A D | networkshare_main_statemachine_test.cpp | 108 MessageIfaceActive message; variable 116 MessageIfaceActive message; variable 124 MessageIfaceActive message; variable 132 MessageIfaceActive message; variable 140 MessageUpstreamInfo message; variable 151 MessageUpstreamInfo message; variable
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/common/ |
H A D | media_errors.cpp | 273 …std::string message = "Try to do " + param1 + " failed. User should request permission " + param2 … in ErrorMessageNoPermission() local 280 … std::string message = "The Parameter " + param1 + " is invalid. Please check the type and range."; in ErrorMessageInvalidParameter() local 287 …std::string message = "Function " + param1 + " can not work correctly due to limited device capabi… in ErrorMessageUnsupportCapability() local 294 std::string message = "Create " + param1 + " failed due to system memory."; in ErrorMessageNoMemory() local 301 std::string message = "The operate " + param1 + " failed due to not permit in current state."; in ErrorMessageOperateNotPermit() local 308 std::string message = "IO error happened due to " + param1 + "."; in ErrorMessageIO() local 314 std::string message = "Timeout happend when " + param1 + " due to " + param2 + "."; in ErrorMessageTimeout() local 322 std::string message = "Media Serviced Died."; in ErrorMessageServiceDied() local 329 std::string message = "The format " + param1 + " is not support."; in ErrorMessageUnsupportFormat() local 337 std::string message = "Audio Interrupted by other process."; in ErrorMessageAudioInterruped() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | distributeddb_single_ver_msg_schedule_test.cpp | 78 DistributedDB::Message *message = nullptr; variable 127 DistributedDB::Message *message = nullptr; variable 170 DistributedDB::Message *message = nullptr; variable 238 DistributedDB::Message *message = nullptr; variable 247 DistributedDB::Message *message = nullptr; variable 297 DistributedDB::Message *message = nullptr; variable 304 DistributedDB::Message *message = nullptr; variable 354 DistributedDB::Message *message = nullptr; variable 374 DistributedDB::Message *message = nullptr; variable 420 DistributedDB::Message *message = nullptr; variable [all …]
|
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/crypto_engine_test/src/ |
H A D | hks_crypto_hal_api_openssl.cpp | 150 HksBlob message = { .size = 0, .data = nullptr }; variable 185 HksBlob message = { .size = 0, .data = nullptr }; variable 220 HksBlob message = { .size = 1, .data = buff }; variable 256 HksBlob message = { .size = 1, .data = buff }; variable 284 HksBlob message = { .size = 1, .data = buff }; variable 368 HksBlob message = { .size = 1, .data = buff }; variable 391 HksBlob message = { .size = 1, .data = buff }; variable 415 HksBlob message = { .size = 1, .data = buff }; variable 435 HksBlob message = { .size = 1, .data = buff }; variable 452 HksBlob message = { .size = 1, .data = buff }; variable [all …]
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/ipc/src/ |
H A D | publisher_listener_proxy_test.cpp | 54 std::string message; variable 71 std::string message; variable 88 std::string message = "message"; variable
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/include/ |
H A D | js_error_utils.h | 33 const char *message = nullptr; member 41 #define ASSERT_ERR(env, assertion, errorCode, message) \ argument 49 #define ASSERT_BUSINESS_ERR(ctxt, assertion, errorCode, message) \ argument 58 #define ASSERT_PERMISSION_ERR(ctxt, assertion, errorCode, message) \ argument
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/ |
H A D | js_error_utils.h | 32 const char *message; member 40 #define ASSERT_ERR(env, assertion, errorCode, message) \ argument 48 #define ASSERT_BUSINESS_ERR(ctxt, assertion, errorCode, message) \ argument 57 #define ASSERT_PERMISSION_ERR(ctxt, assertion, errorCode, message) \ argument
|
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/ |
H A D | code_rule.cpp | 45 PhoneNumberMatch* CodeRule::IsValid(PhoneNumberMatch* possibleNumber, icu::UnicodeString& message) in IsValid() 58 …NumberMatch* CodeRule::IsValidPreSuf(PhoneNumberMatch* possibleNumber, icu::UnicodeString& message) in IsValidPreSuf() 70 …oneNumberMatch* CodeRule::IsValidEnd(PhoneNumberMatch* possibleNumber, icu::UnicodeString& message) in IsValidEnd() 114 …eNumberMatch* CodeRule::IsValidStart(PhoneNumberMatch* possibleNumber, icu::UnicodeString& message) in IsValidStart() 153 …umberMatch* CodeRule::IsValidDefault(PhoneNumberMatch* possibleNumber, icu::UnicodeString& message) in IsValidDefault() 210 …neNumberMatch* CodeRule::IsValidCode(PhoneNumberMatch* possibleNumber, icu::UnicodeString& message) in IsValidCode() 230 …NumberMatch* CodeRule::IsValidRawstr(PhoneNumberMatch* possibleNumber, icu::UnicodeString& message) in IsValidRawstr() 284 PhoneNumberMatch* CodeRule::Handle(PhoneNumberMatch* phoneNumberMatch, icu::UnicodeString& message) in Handle()
|
H A D | positive_rule.cpp | 52 bool PositiveRule::IsNumberWithOneBracket(icu::UnicodeString& message) in IsNumberWithOneBracket() 73 icu::UnicodeString PositiveRule::DealStringWithOneBracket(icu::UnicodeString& message) in DealStringWithOneBracket() 81 …ector<MatchedNumberInfo> PositiveRule::Handle(PhoneNumberMatch* match, icu::UnicodeString& message) in Handle() 108 …umberInfo> PositiveRule::HandleInner(PhoneNumberMatch *possibleNumber, icu::UnicodeString& message) in HandleInner() 125 icu::UnicodeString& message) in HandleDefault() 138 icu::UnicodeString& message) in HandleOperator() 153 …umberInfo> PositiveRule::HandleBlank(PhoneNumberMatch* possibleNumber, icu::UnicodeString& message) in HandleBlank() 186 …umberInfo> PositiveRule::HandleSlant(PhoneNumberMatch* possibleNumber, icu::UnicodeString& message) in HandleSlant() 224 icu::UnicodeString& message) in HandleStartWithMobile() 230 icu::UnicodeString& message) in HandleEndWithMobile() [all …]
|
H A D | regex_rule.cpp | 85 PhoneNumberMatch* RegexRule::IsValid(PhoneNumberMatch* possibleNumber, icu::UnicodeString& message) in IsValid() 98 …umberMatch* RegexRule::IsValidPreSuf(PhoneNumberMatch* possibleNumber, icu::UnicodeString& message) in IsValidPreSuf() 112 …neNumberMatch* RegexRule::IsValidEnd(PhoneNumberMatch* possibleNumber, icu::UnicodeString& message) in IsValidEnd() 156 …NumberMatch* RegexRule::IsValidStart(PhoneNumberMatch* possibleNumber, icu::UnicodeString& message) in IsValidStart() 195 …mberMatch* RegexRule::IsValidDefault(PhoneNumberMatch* possibleNumber, icu::UnicodeString& message) in IsValidDefault() 252 …eNumberMatch* RegexRule::IsValidCode(PhoneNumberMatch* possibleNumber, icu::UnicodeString& message) in IsValidCode() 272 …umberMatch* RegexRule::IsValidRawstr(PhoneNumberMatch* possibleNumber, icu::UnicodeString& message) in IsValidRawstr() 299 …MatchedNumberInfo> RegexRule::Handle(PhoneNumberMatch *possibleNumber, icu::UnicodeString& message) in Handle() 413 icu::UnicodeString& message) in HandleStartWithMobile() 419 icu::UnicodeString& message) in HandleEndWithMobile() [all …]
|
/ohos5.0/base/startup/appspawn/standard/ |
H A D | appspawn_msgmgr.c | 27 void *GetAppSpawnMsgInfo(const AppSpawnMsgNode *message, int type) in GetAppSpawnMsgInfo() 36 void *GetAppSpawnMsgExtInfo(const AppSpawnMsgNode *message, const char *name, uint32_t *len) in GetAppSpawnMsgExtInfo() 63 int CheckAppSpawnMsgFlag(const AppSpawnMsgNode *message, uint32_t type, uint32_t index) in CheckAppSpawnMsgFlag() 85 int SetAppSpawnMsgFlag(const AppSpawnMsgNode *message, uint32_t type, uint32_t index) in SetAppSpawnMsgFlag() 96 AppSpawnMsgNode *message = (AppSpawnMsgNode *)calloc(1, sizeof(AppSpawnMsgNode)); in CreateAppSpawnMsg() local 131 static int AppSpawnMsgRebuild(AppSpawnMsgNode *message, const AppSpawnMsg *msg) in AppSpawnMsgRebuild() 152 AppSpawnMsgNode *RebuildAppSpawnMsgNode(AppSpawnMsgNode *message, AppSpawnedProcess *appInfo) in RebuildAppSpawnMsgNode() 178 int CheckAppSpawnMsg(const AppSpawnMsgNode *message) in CheckAppSpawnMsg() 257 int DecodeAppSpawnMsg(AppSpawnMsgNode *message) in DecodeAppSpawnMsg() 301 AppSpawnMsgNode *message = *outMsg; in GetAppSpawnMsgFromBuffer() local [all …]
|
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/transport/test/sourcetransunittest/ |
H A D | distributed_input_sourcetrans_test.cpp | 493 std::string message(MSG_MAX_SIZE + 1, 'a'); variable 505 std::string message(MSG_MAX_SIZE + 1, 'a'); variable 523 std::string message(MSG_MAX_SIZE + 1, 'a'); variable 536 std::string message(MSG_MAX_SIZE + 1, 'a'); variable 550 std::string message(MSG_MAX_SIZE + 1, 'a'); variable 571 std::string message(MSG_MAX_SIZE + 1, 'a'); variable 593 std::string message(MSG_MAX_SIZE + 1, 'a'); variable 612 std::string message(MSG_MAX_SIZE + 1, 'a'); variable 630 std::string message(MSG_MAX_SIZE + 1, 'a'); variable 660 std::string message(MSG_MAX_SIZE + 1, 'a'); variable [all …]
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/mock/ |
H A D | mock_notification_analytics_util.cpp | 49 HaMetaMessage& HaMetaMessage::Message(const std::string& message, bool print) in Message() 102 const HaMetaMessage& message) in ReportPublishFailedEvent() 108 HaMetaMessage& message) in ReportDeleteFailedEvent() 114 int32_t eventCode, const HaMetaMessage& message) in CommonNotificationEvent() 125 void NotificationAnalyticsUtil::ReportModifyEvent(const HaMetaMessage& message) in ReportModifyEvent() 130 void NotificationAnalyticsUtil::ReportDeleteFailedEvent(const HaMetaMessage& message) in ReportDeleteFailedEvent()
|
/ohos5.0/base/time/time_service/framework/js/napi/common/include/ |
H A D | napi_utils.h | 30 #define NAPI_ASSERTS_BASE_RETURN(env, assertion, code, message, retVal) \ argument 38 #define NAPI_ASSERTP_RETURN(env, assertion, message) \ argument 42 #define CHECK_ARGS_RETURN_VOID(module, context, condition, message, code) … argument 53 #define CHECK_STATUS_RETURN_VOID(module, context, message, code) \ argument 65 #define CHECK_RETURN(module, condition, message, retVal) \ argument 73 #define CHECK_RETURN_VOID(module, condition, message) \ argument 116 std::string message; member
|