| /base/sensors/miscdevice/utils/common/src/ |
| D | json_parser.cpp | 53 bool JsonParser::HasObjectItem(cJSON *json, const std::string &key) const in HasObjectItem() argument 58 bool JsonParser::HasObjectItem(const std::string &key) const in HasObjectItem() argument 63 cJSON *JsonParser::GetObjectItem(cJSON *json, const std::string &key) const in GetObjectItem() argument 76 cJSON *JsonParser::GetObjectItem(const std::string &key) const in GetObjectItem() argument 82 std::vector<std::string> &vals) const in ParseJsonArray() 101 int32_t JsonParser::ParseJsonArray(const std::string &key, std::vector<std::string> &vals) const in ParseJsonArray() 106 bool JsonParser::IsArray(cJSON *json) const in IsArray() 111 int32_t JsonParser::GetArraySize(cJSON *json) const in GetArraySize() 116 cJSON *JsonParser::GetArrayItem(cJSON *json, int32_t index) const in GetArrayItem() 121 int32_t JsonParser::GetIntValue(cJSON *json) const in GetIntValue() [all …]
|
| /base/telephony/sms_mms/services/sms/ |
| D | gsm_cb_codec.cpp | 44 bool GsmCbCodec::operator==(const GsmCbCodec &codec) const in operator ==() argument 203 void GsmCbCodec::ConvertToUTF8(const std::string &raw, std::string &message) const in ConvertToUTF8() 244 uint8_t GsmCbCodec::CMASClass(const uint16_t messageId) const in CMASClass() argument 297 …Codec::DecodeIos639Dcs(const uint8_t dcsData, const unsigned short iosData, GsmCbMsgDcs &dcs) const in DecodeIos639Dcs() 330 void GsmCbCodec::DecodeGeneralDcs(const uint8_t dcsData, GsmCbMsgDcs &dcs) const in DecodeGeneralDcs() 356 …bCodec::DecodeCbMsgDCS(const uint8_t dcsData, const unsigned short iosData, GsmCbMsgDcs &dcs) const in DecodeCbMsgDCS() 443 bool GsmCbCodec::GetFormat(int8_t &cbFormat) const in GetFormat() 449 bool GsmCbCodec::GetPriority(int8_t &cbPriority) const in GetPriority() 465 bool GsmCbCodec::GetGeoScope(uint8_t &geoScope) const in GetGeoScope() 475 bool GsmCbCodec::GetSerialNum(uint16_t &cbSerial) const in GetSerialNum() [all …]
|
| /base/telephony/cellular_call/vendor/ims/test/ui_client/ |
| D | ims_unit_test.cpp | 134 int32_t ImsUnitTest::Dial(const sptr<ImsCallInterfaceCode> &imsCallPtr) const in Dial() argument 151 int32_t ImsUnitTest::HangUp(const sptr<ImsCallInterfaceCode> &imsCallPtr) const in HangUp() argument 169 int32_t ImsUnitTest::RejectWithReason(const sptr<ImsCallInterfaceCode> &imsCallPtr) const in RejectWithReason() argument 187 int32_t ImsUnitTest::Answer(const sptr<ImsCallInterfaceCode> &imsCallPtr) const in Answer() argument 205 int32_t ImsUnitTest::HoldCall(const sptr<ImsCallInterfaceCode> &imsCallPtr) const in HoldCall() argument 218 int32_t ImsUnitTest::UnHoldCall(const sptr<ImsCallInterfaceCode> &imsCallPtr) const in UnHoldCall() argument 231 int32_t ImsUnitTest::SwitchCall(const sptr<ImsCallInterfaceCode> &imsCallPtr) const in SwitchCall() argument 244 int32_t ImsUnitTest::CombineConference(const sptr<ImsCallInterfaceCode> &imsCallPtr) const in CombineConference() argument 254 int32_t ImsUnitTest::InviteToConference(const sptr<ImsCallInterfaceCode> &imsCallPtr) const in InviteToConference() argument 269 int32_t ImsUnitTest::KickOutFromConference(const sptr<ImsCallInterfaceCode> &imsCallPtr) const in KickOutFromConference() argument [all …]
|
| /base/notification/distributed_notification_service/services/distributed/src/tlv_box/ |
| D | request_box.cpp | 346 bool NotificationRequestBox::GetNotificationHashCode(std::string& hasdCode) const in GetNotificationHashCode() 354 bool NotificationRequestBox::GetSlotType(int32_t& type) const in GetSlotType() 362 bool NotificationRequestBox::GetContentType(int32_t& type) const in GetContentType() 370 bool NotificationRequestBox::GetCreatorBundleName(std::string& bundleName) const in GetCreatorBundleName() 378 bool NotificationRequestBox::GetReminderFlag(int32_t& flag) const in GetReminderFlag() 386 bool NotificationRequestBox::GetNotificationTitle(std::string& title) const in GetNotificationTitle() 394 bool NotificationRequestBox::GetNotificationText(std::string& text) const in GetNotificationText() 402 bool NotificationRequestBox::GetNotificationAdditionalText(std::string& text) const in GetNotificationAdditionalText() 410 bool NotificationRequestBox::GetNotificationBriefText(std::string& text) const in GetNotificationBriefText() 418 bool NotificationRequestBox::GetNotificationExpandedTitle(std::string& text) const in GetNotificationExpandedTitle() [all …]
|
| D | response_box.cpp | 119 bool NotificationResponseBox::GetNotificationHashCode(std::string& hashCode) const in GetNotificationHashCode() 127 bool NotificationResponseBox::GetOperationEventId(std::string& eventId) const in GetOperationEventId() 135 bool NotificationResponseBox::GetActionName(std::string& actionName) const in GetActionName() 143 bool NotificationResponseBox::GetUserInput(std::string& userInput) const in GetUserInput() 151 bool NotificationResponseBox::GetOperationType(int32_t& type) const in GetOperationType() 159 bool NotificationResponseBox::GetOperationBtnIndex(int32_t& index) const in GetOperationBtnIndex() 167 bool NotificationResponseBox::GetOperationJumpType(int32_t& jumpType) const in GetOperationJumpType() 175 bool NotificationResponseBox::GetMatchType(int32_t& type) const in GetMatchType() 183 bool NotificationResponseBox::GetLocalDeviceId(std::string& deviceId) const in GetLocalDeviceId() 191 bool NotificationResponseBox::GetResponseResult(int32_t& result) const in GetResponseResult()
|
| /base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/ |
| D | get_ram_info.cpp | 30 uint64_t GetRamInfo::GetGroupMapValue(const GroupMap &infos, const vector<string> keys) const in GetGroupMapValue() argument 45 uint64_t GetRamInfo::GetValueMapValue(const ValueMap &infos, const vector<string> strs) const in GetValueMapValue() argument 61 uint64_t GetRamInfo::GetTotalPss(const GroupMap &infos) const in GetTotalPss() argument 67 uint64_t GetRamInfo::GetTotalSwapPss(const GroupMap &infos) const in GetTotalSwapPss() argument 73 uint64_t GetRamInfo::GetFreeInfo(const ValueMap &infos) const in GetFreeInfo() argument 79 uint64_t GetRamInfo::GetKernelUsedInfo(const ValueMap &infos) const in GetKernelUsedInfo() argument 85 uint64_t GetRamInfo::GetCachedInfo(const ValueMap &infos) const in GetCachedInfo() argument 96 uint64_t GetRamInfo::GetKreclInfo(const ValueMap &infos) const in GetKreclInfo() argument 102 uint64_t GetRamInfo::GetMappedInfo(const ValueMap &infos) const in GetMappedInfo() argument 108 uint64_t GetRamInfo::GetSreclInfo(const ValueMap &infos) const in GetSreclInfo() argument [all …]
|
| /base/security/access_token/services/privacymanager/src/record/ |
| D | permission_record.cpp | 57 bool ContinusPermissionRecord::operator < (const ContinusPermissionRecord& other) const in operator <() argument 81 bool ContinusPermissionRecord::IsEqualRecord(const ContinusPermissionRecord& record) const in IsEqualRecord() argument 86 bool ContinusPermissionRecord::IsEqualTokenId(const ContinusPermissionRecord& record) const in IsEqualTokenId() argument 91 bool ContinusPermissionRecord::IsEqualPermCode(const ContinusPermissionRecord& record) const in IsEqualPermCode() argument 96 bool ContinusPermissionRecord::IsEqualCallerPid(const ContinusPermissionRecord& record) const in IsEqualCallerPid() argument 101 bool ContinusPermissionRecord::IsEqualPid(const ContinusPermissionRecord& record) const in IsEqualPid() argument 106 bool ContinusPermissionRecord::IsEqualTokenIdAndPid(const ContinusPermissionRecord& record) const in IsEqualTokenIdAndPid() argument
|
| /base/update/updater/services/ui/ |
| D | updater_ui_facade.cpp | 71 void UpdaterUiFacade::ShowLog(const std::string &tag, bool isClear) const in ShowLog() 78 void UpdaterUiFacade::ShowLogRes(const std::string &tag, bool isClear) const in ShowLogRes() 85 void UpdaterUiFacade::ShowUpdInfo(const std::string &tag, bool isClear) const in ShowUpdInfo() 97 void UpdaterUiFacade::ShowProgress(float value) const in ShowProgress() 123 void UpdaterUiFacade::SetLogoVisible(bool isVisible) const in SetLogoVisible() 135 void UpdaterUiFacade::SetProgressVisible(bool isVisible) const in SetProgressVisible() 147 void UpdaterUiFacade::ShowProgressWarning(bool isShow) const in ShowProgressWarning() 229 void UpdaterUiFacade::ShowMsg(const ComInfo &id, const std::string &tag, bool isClear) const in ShowMsg() 238 void UpdaterUiFacade::ShowMsg(const ComInfo &id, const std::string &tag) const in ShowMsg() argument 262 void UpdaterUiFacade::Sleep(int ms) const in Sleep()
|
| /base/telephony/call_manager/test/unittest/call_manager_gtest/src/ |
| D | call_manager_connect.cpp | 166 int32_t CallManagerConnect::DialCall(std::u16string number, AppExecFwk::PacMap &extras) const in DialCall() 175 int32_t CallManagerConnect::AnswerCall(int32_t callId, int32_t videoState) const in AnswerCall() 184 int32_t CallManagerConnect::RejectCall(int32_t callId, bool isSendSms, std::u16string content) const in RejectCall() 193 int32_t CallManagerConnect::HoldCall(int32_t callId) const in HoldCall() 202 int32_t CallManagerConnect::UnHoldCall(int32_t callId) const in UnHoldCall() 211 int32_t CallManagerConnect::HangUpCall(int32_t callId) const in HangUpCall() 229 int32_t CallManagerConnect::SwitchCall(int32_t callId) const in SwitchCall() 247 int32_t CallManagerConnect::IsNewCallAllowed(bool &enabled) const in IsNewCallAllowed() 256 int32_t CallManagerConnect::IsRinging(bool &enabled) const in IsRinging() 265 int32_t CallManagerConnect::IsInEmergencyCall(bool &enabled) const in IsInEmergencyCall() [all …]
|
| /base/account/os_account/dfx/hidumper_adapter/ |
| D | account_dump_helper.cpp | 46 std::string AccountDumpHelper::AnonymizeNameStr(const std::string& nameStr) const in AnonymizeNameStr() argument 55 std::string AccountDumpHelper::AnonymizeUidStr(const std::string& uidStr) const in AnonymizeUidStr() argument 79 void AccountDumpHelper::Dump(const std::vector<std::string>& args, std::string& result) const in Dump() 92 void AccountDumpHelper::ShowHelp(std::string& result) const in ShowHelp() 108 void AccountDumpHelper::ShowIllegalInformation(std::string& result) const in ShowIllegalInformation() 113 void AccountDumpHelper::ShowOhosAccountInfo(std::string& result) const in ShowOhosAccountInfo() 146 void AccountDumpHelper::ShowOsAccountInfo(std::string& result) const in ShowOsAccountInfo() 173 void AccountDumpHelper::ProcessOneParameter(const std::string& arg, std::string& result) const in ProcessOneParameter() 191 void AccountDumpHelper::SetLogLevel(const std::string& levelStr, std::string& result) const in SetLogLevel() 212 …r::ProcessTwoParameter(const std::string& arg1, const std::string& arg2, std::string& result) const in ProcessTwoParameter()
|
| /base/print/print_fwk/frameworks/kits/extension/src/ |
| D | print_extension_context.cpp | 27 ErrCode PrintExtensionContext::StartAbility(const AAFwk::Want &want) const in StartAbility() argument 38 …ensionContext::StartAbility(const AAFwk::Want &want, const AAFwk::StartOptions &startOptions) const in StartAbility() argument 51 const AAFwk::Want &want, const sptr<AbilityConnectCallback> &connectCallback) const in ConnectAbility() argument 59 ErrCode PrintExtensionContext::StartAbilityWithAccount(const AAFwk::Want &want, int accountId) const in StartAbilityWithAccount() 73 const AAFwk::Want &want, int accountId, const AAFwk::StartOptions &startOptions) const in StartAbilityWithAccount() argument 86 … const AAFwk::Want &want, int accountId, const sptr<AbilityConnectCallback> &connectCallback) const in ConnectAbilityWithAccount() argument 95 const AAFwk::Want &want, const sptr<AbilityConnectCallback> &connectCallback) const in DisconnectAbility() argument
|
| /base/hiviewdfx/hiview/plugins/usage_event_report/cache/ |
| D | usage_event_cacher.cpp | 28 void UsageEventCacher::GetPluginStatsEvents(std::vector<std::shared_ptr<LoggerEvent>>& events) const in GetPluginStatsEvents() 36 std::shared_ptr<LoggerEvent> UsageEventCacher::GetSysUsageEvent(const std::string& table) const in GetSysUsageEvent() argument 54 void UsageEventCacher::DeleteSysUsageEventFromDb(const std::string& table) const in DeleteSysUsageEventFromDb() argument 62 … UsageEventCacher::SavePluginStatsEventsToDb(const std::vector<std::shared_ptr<LoggerEvent>>& even… in SavePluginStatsEventsToDb() argument 72 …r::SaveSysUsageEventToDb(const std::shared_ptr<LoggerEvent>& event, const std::string& table) const in SaveSysUsageEventToDb() argument
|
| /base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/ |
| D | hisysevent_record.cpp | 139 void HiSysEventRecord::GetParamNames(std::vector<std::string>& params) const in GetParamNames() 149 int HiSysEventRecord::GetIntValueByKey(const std::string key) const in GetIntValueByKey() argument 154 int64_t HiSysEventRecord::GetInt64ValueByKey(const std::string key) const in GetInt64ValueByKey() argument 161 uint64_t HiSysEventRecord::GetUInt64ValueByKey(const std::string key) const in GetUInt64ValueByKey() argument 168 std::string HiSysEventRecord::GetStringValueByKey(const std::string key) const in GetStringValueByKey() argument 175 int HiSysEventRecord::GetParamValue(const std::string& param, int64_t& value) const in GetParamValue() 186 int HiSysEventRecord::GetParamValue(const std::string& param, uint64_t& value) const in GetParamValue() 197 int HiSysEventRecord::GetParamValue(const std::string& param, double& value) const in GetParamValue() 208 int HiSysEventRecord::GetParamValue(const std::string& param, std::string& value) const in GetParamValue() 219 int HiSysEventRecord::GetParamValue(const std::string& param, std::vector<int64_t>& value) const in GetParamValue() [all …]
|
| /base/telephony/sms_mms/test/unittest/ |
| D | cdma_sms_test.cpp | 51 const std::size_t index, const uint8_t msgRef8bit) const in SetPduSeqInfo() argument 65 std::string CdmaSmsTest::UnicodeToString(uint8_t *s, int len) const in UnicodeToString() 76 void CdmaSmsTest::PrintAddr(TransportAddr &addr, string s) const in PrintAddr() 95 void CdmaSmsTest::PrintSubAddr(TransportSubAddr &addr, string s) const in PrintSubAddr() 120 void CdmaSmsTest::PrintSmsTeleSvcAddr(SmsTeleSvcAddr &addr, string s) const in PrintSmsTeleSvcAddr() 136 void CdmaSmsTest::PrintHeader(const SmsUDH &header, string s) const in PrintHeader() 187 void CdmaSmsTest::PrintTimeAbs(SmsTimeAbs &time, string s) const in PrintTimeAbs() 195 void CdmaSmsTest::PrintEncodeType(SmsEncodingType encodeType, string s) const in PrintEncodeType() 244 void CdmaSmsTest::PrintUserData(SmsTeleSvcUserData &userData, string s) const in PrintUserData() 272 void CdmaSmsTest::PrintCmasData(SmsTeleSvcCmasData cmasData, string s) const in PrintCmasData() [all …]
|
| D | gsm_sms_sender_test.cpp | 37 void GsmSmsSenderTest::TestGsmSendShortData(const sptr<ISmsServiceInterface> &smsService) const in TestGsmSendShortData() argument 65 void GsmSmsSenderTest::TestGsmSendLongData(const sptr<ISmsServiceInterface> &smsService) const in TestGsmSendLongData() argument 99 void GsmSmsSenderTest::TestSendShortText(const sptr<ISmsServiceInterface> &smsService) const in TestSendShortText() argument 128 void GsmSmsSenderTest::TestSendMms(const sptr<ISmsServiceInterface> &smsService) const in TestSendMms() argument 160 void GsmSmsSenderTest::TestSendLongText(const sptr<ISmsServiceInterface> &smsService) const in TestSendLongText() argument 192 void GsmSmsSenderTest::TestSetSmscAddr(const sptr<ISmsServiceInterface> &smsService) const in TestSetSmscAddr() argument 217 void GsmSmsSenderTest::TestGetSmscAddr(const sptr<ISmsServiceInterface> &smsService) const in TestGetSmscAddr() argument 235 void GsmSmsSenderTest::TestAddSimMessage(const sptr<ISmsServiceInterface> &smsService) const in TestAddSimMessage() argument 267 void GsmSmsSenderTest::TestDelSimMessage(const sptr<ISmsServiceInterface> &smsService) const in TestDelSimMessage() argument 293 void GsmSmsSenderTest::TestUpdateSimMessage(const sptr<ISmsServiceInterface> &smsService) const in TestUpdateSimMessage() argument [all …]
|
| /base/notification/common_event_service/frameworks/native/src/ |
| D | matching_skills.cpp | 35 std::string MatchingSkills::GetEntity(size_t index) const in GetEntity() 52 bool MatchingSkills::HasEntity(const std::string &entity) const in HasEntity() argument 83 std::string MatchingSkills::GetEvent(size_t index) const in GetEvent() 105 bool MatchingSkills::HasEvent(const std::string &event) const in HasEvent() argument 110 std::string MatchingSkills::GetScheme(size_t index) const in GetScheme() 127 bool MatchingSkills::HasScheme(const std::string &scheme) const in HasScheme() argument 145 bool MatchingSkills::WriteVectorInfo(Parcel &parcel, std::vector<std::u16string>vectorInfo) const in WriteVectorInfo() 162 bool MatchingSkills::Marshalling(Parcel &parcel) const in Marshalling() 270 bool MatchingSkills::MatchEvent(const std::string &event) const in MatchEvent() argument 280 bool MatchingSkills::MatchEntity(const std::vector<std::string> &entities) const in MatchEntity() argument [all …]
|
| /base/notification/distributed_notification_service/services/ans/test/unittest/notification_extension/ |
| D | notification_config_parse_mock.cpp | 50 const std::string &bundleName) const in GetAppPrivileges() argument 55 …tificationConfigParse::GetConfigJson(const std::string &keyCheck, nlohmann::json &configJson) const in GetConfigJson() 102 …std::map<NotificationConstant::SlotType, std::shared_ptr<NotificationFlags>> ¤tSlotReminder)… in GetCurrentSlotReminder() 112 bool NotificationConfigParse::IsLiveViewEnabled(const std::string bundleName) const in IsLiveViewEnabled() argument 117 bool NotificationConfigParse::IsReminderEnabled(const std::string& bundleName) const in IsReminderEnabled() argument 122 bool NotificationConfigParse::IsDistributedReplyEnabled(const std::string& bundleName) const in IsDistributedReplyEnabled() argument 127 bool NotificationConfigParse::IsBannerEnabled(const std::string bundleName) const in IsBannerEnabled() argument 168 … NotificationConfigParse::IsInCollaborationFilter(const std::string& bundleName, int32_t uid) const in IsInCollaborationFilter() 183 bool NotificationConfigParse::IsReportTrustList(const std::string& bundleName) const in IsReportTrustList() argument 189 std::map<std::string, std::unordered_set<std::string>>>& resultMap) const in GetCollaborativeDeleteTypeByDevice()
|
| /base/inputmethod/imf/frameworks/kits/extension/src/ |
| D | inputmethod_extension_context.cpp | 27 ErrCode InputMethodExtensionContext::StartAbility(const AAFwk::Want &want) const in StartAbility() argument 44 const AAFwk::StartOptions &startOptions) const in StartAbility() argument 61 const sptr<AbilityConnectCallback> &connectCallback) const in ConnectAbility() argument 69 … InputMethodExtensionContext::StartAbilityWithAccount(const AAFwk::Want &want, int accountId) const in StartAbilityWithAccount() 86 const AAFwk::StartOptions &startOptions) const in StartAbilityWithAccount() argument 104 const sptr<AbilityConnectCallback> &connectCallback) const in ConnectAbilityWithAccount() argument 113 const sptr<AbilityConnectCallback> &connectCallback) const in DisconnectAbility() argument
|
| /base/theme/wallpaper_mgr/frameworks/kits/extension/src/ |
| D | wallpaper_extension_context.cpp | 26 ErrCode WallpaperExtensionContext::StartAbility(const AAFwk::Want &want) const in StartAbility() argument 42 …ensionContext::StartAbility(const AAFwk::Want &want, const AAFwk::StartOptions &startOptions) const in StartAbility() argument 59 const AAFwk::Want &want, const sptr<AbilityConnectCallback> &connectCallback) const in ConnectAbility() argument 67 …allpaperExtensionContext::StartAbilityWithAccount(const AAFwk::Want &want, int32_t accountId) const in StartAbilityWithAccount() 84 const AAFwk::Want &want, int32_t accountId, const AAFwk::StartOptions &startOptions) const in StartAbilityWithAccount() argument 101 …const AAFwk::Want &want, int32_t accountId, const sptr<AbilityConnectCallback> &connectCallback) c… in ConnectAbilityWithAccount() argument 110 const AAFwk::Want &want, const sptr<AbilityConnectCallback> &connectCallback) const in DisconnectAbility() argument
|
| /base/hiviewdfx/hiview/base/event_store/dao/ |
| D | sys_event_query.cpp | 90 bool FieldValue::operator==(const FieldValue& fieldValue) const in operator ==() argument 104 bool FieldValue::operator!=(const FieldValue& fieldValue) const in operator !=() argument 118 bool FieldValue::operator<(const FieldValue& fieldValue) const in operator <() argument 132 bool FieldValue::operator<=(const FieldValue& fieldValue) const in operator <=() argument 146 bool FieldValue::operator>(const FieldValue& fieldValue) const in operator >() argument 160 bool FieldValue::operator>=(const FieldValue& fieldValue) const in operator >=() argument 174 bool FieldValue::IsStartWith(const FieldValue& fieldValue) const in IsStartWith() argument 185 bool FieldValue::IsNotStartWith(const FieldValue& fieldValue) const in IsNotStartWith() argument 196 bool FieldNumber::operator==(const FieldNumber& fieldNum) const in operator ==() argument 211 bool FieldNumber::operator!=(const FieldNumber& fieldNum) const in operator !=() argument [all …]
|
| /base/telephony/telephony_data/test/unittest/data_gtest/ |
| D | data_storage_gtest.cpp | 90 int32_t systemAbilityId, std::string &uri) const in CreateDataShareHelper() 171 int DataStorageGtest::OpKeyInsert(const std::shared_ptr<DataShare::DataShareHelper> &helper) const in OpKeyInsert() argument 186 int DataStorageGtest::OpKeyUpdate(const std::shared_ptr<DataShare::DataShareHelper> &helper) const in OpKeyUpdate() argument 196 int DataStorageGtest::OpKeySelect(const std::shared_ptr<DataShare::DataShareHelper> &helper) const in OpKeySelect() argument 212 int DataStorageGtest::OpKeyDelete(const std::shared_ptr<DataShare::DataShareHelper> &helper) const in OpKeyDelete() argument 220 int DataStorageGtest::SimInsert(const std::shared_ptr<DataShare::DataShareHelper> &helper) const in SimInsert() argument 231 int DataStorageGtest::SimUpdate(const std::shared_ptr<DataShare::DataShareHelper> &helper) const in SimUpdate() argument 242 int DataStorageGtest::SimSelect(const std::shared_ptr<DataShare::DataShareHelper> &helper) const in SimSelect() argument 256 int DataStorageGtest::SimDelete(const std::shared_ptr<DataShare::DataShareHelper> &helper) const in SimDelete() argument 264 int DataStorageGtest::SmsBatchInsert(const std::shared_ptr<DataShare::DataShareHelper> &helper) con… in SmsBatchInsert() argument [all …]
|
| /base/telephony/call_manager/services/hisysevent/src/ |
| D | call_manager_dump_helper.cpp | 23 bool CallManagerDumpHelper::Dump(const std::vector<std::string> &args, std::string &result) const in Dump() 36 bool CallManagerDumpHelper::WhetherHasSimCard(const int32_t slotId) const in WhetherHasSimCard() argument 43 void CallManagerDumpHelper::ShowHelp(std::string &result) const in ShowHelp() 61 void CallManagerDumpHelper::ShowCallManagerInfo(std::string &result) const in ShowCallManagerInfo()
|
| /base/telephony/cellular_call/services/utils/src/ |
| D | cellular_call_dump_helper.cpp | 25 bool CellularCallDumpHelper::Dump(const std::vector<std::string> &args, std::string &result) const in Dump() 33 bool CellularCallDumpHelper::WhetherHasSimCard(const int32_t slotId) const in WhetherHasSimCard() argument 40 void CellularCallDumpHelper::ShowHelp(std::string &result) const in ShowHelp() 48 void CellularCallDumpHelper::ShowCellularCallInfo(std::string &result) const in ShowCellularCallInfo()
|
| /base/telephony/core_service/services/network_search/src/ |
| D | radio_info.cpp | 31 void RadioInfo::ProcessGetRadioState(const AppExecFwk::InnerEvent::Pointer &event) const in ProcessGetRadioState() argument 81 void RadioInfo::ProcessSetRadioState(const AppExecFwk::InnerEvent::Pointer &event) const in ProcessSetRadioState() argument 118 …fo::RadioFirstPowerOn(std::shared_ptr<NetworkSearchManager> &nsm, ModemPowerState radioState) const in RadioFirstPowerOn() 131 void RadioInfo::ProcessGetImei(const AppExecFwk::InnerEvent::Pointer &event) const in ProcessGetImei() argument 153 void RadioInfo::ProcessGetImeiSv(const AppExecFwk::InnerEvent::Pointer &event) const in ProcessGetImeiSv() argument 175 void RadioInfo::ProcessGetMeid(const AppExecFwk::InnerEvent::Pointer &event) const in ProcessGetMeid() argument 258 PhoneType RadioInfo::RadioTechToPhoneType(RadioTech csRadioTech, const RadioTech &psRadioTech) const in RadioTechToPhoneType() argument 350 int32_t RadioInfo::ProcessGetBasebandVersion(const AppExecFwk::InnerEvent::Pointer &event) const in ProcessGetBasebandVersion() argument 373 int32_t RadioInfo::ProcessGetRrcConnectionState(const AppExecFwk::InnerEvent::Pointer &event) const in ProcessGetRrcConnectionState() argument 401 int32_t RadioInfo::ProcessSetNrOptionMode(const AppExecFwk::InnerEvent::Pointer &event) const in ProcessSetNrOptionMode() argument [all …]
|
| /base/hiviewdfx/hiview/utility/common_utils/ |
| D | log_parse.cpp | 47 bool LogParse::IsIgnoreLibrary(const string& val) const in IsIgnoreLibrary() argument 59 stack<string> LogParse::GetStackTop(const vector<string>& validStack, const size_t num) const in GetStackTop() argument 71 vector<string> LogParse::StackToPart(stack<string>& inStack, size_t num) const in StackToPart() 87 string LogParse::GetValidBlock(stack<string> inStack, vector<string>& lastPart) const in GetValidBlock() 107 vector<string> LogParse::GetValidStack(size_t num, stack<string>& inStack) const in GetValidStack() 131 void LogParse::MatchIgnoreLibrary(stack<string> inStack, stack<string>& outStack, size_t num) const in MatchIgnoreLibrary() 167 std::string eventType) const in GetFilterTrace() 182 …arse::SetFrame(std::stack<std::string>& stack, std::map<std::string, std::string>& eventInfo) const in SetFrame()
|