Home
last modified time | relevance | path

Searched defs:const (Results 2951 - 2975 of 20720) sorted by relevance

1...<<111112113114115116117118119120>>...829

/base/security/security_guard/interfaces/inner_api/collector/include/
H A Dsecurity_event_ruler.h32 int64_t GetEventId() const { return eventId_; }; in GetEventId() argument
33 std::string GetBeginTime() const { return beginTime_; }; in GetBeginTime() argument
34 std::string GetEndTime() const { return endTime_; }; in GetEndTime() argument
35 std::string GetParam() const { return param_; }; in GetParam() argument
H A Dsecurity_event.h32 int64_t GetEventId() const { return eventId_; }; in GetEventId() argument
33 std::string GetVersion() const { return version_; }; in GetVersion() argument
34 std::string GetContent() const { return content_; }; in GetContent() argument
35 std::string GetTimestamp() const { return timestamp_; }; in GetTimestamp() argument
/base/security/security_guard/interfaces/inner_api/common/include/
H A Dsecurity_event_config.h31 EventCfg GetEventConfig() const in GetEventConfig() argument
H A Dsecurity_config_update_info.h58 int32_t GetFd() const { return fd_; }; in GetFd() argument
59 std::string GetFileName() const { return fileName_; }; in GetFileName() argument
/base/sensors/medical_sensor/utils/src/
H A Dmedical_basic_info.cpp24 int64_t MedicalSensorBasicInfo::GetSamplingPeriodNs() const in GetSamplingPeriodNs() argument
34 int64_t MedicalSensorBasicInfo::GetMaxReportDelayNs() const in GetMaxReportDelayNs() argument
44 MedicalSensorState MedicalSensorBasicInfo::GetSensorState() const in GetSensorState() argument
/base/sensors/sensor/services/src/
H A Dfifo_cache_data.cpp39 uint64_t FifoCacheData::GetPeriodCount() const in GetPeriodCount() argument
49 std::vector<SensorData> FifoCacheData::GetFifoCacheData() const in GetFifoCacheData() argument
59 sptr<SensorBasicDataChannel> FifoCacheData::GetChannel() const in GetChannel() argument
/base/sensors/sensor/vibration_convert/core/algorithm/conversion/include/
H A Dconversion_filter.h103 double GetCutOff() const in GetCutOff() argument
111 double GetResonance() const in GetResonance() argument
/base/security/security_component_manager/frameworks/security_component/src/
H A Dsec_comp_click_event_parcel.cpp28 bool SecCompClickEventParcel::MarshallingPointEvent(Parcel& out) const in MarshallingPointEvent() argument
43 bool SecCompClickEventParcel::MarshallingKeyEvent(Parcel& out) const in MarshallingKeyEvent() argument
57 bool SecCompClickEventParcel::Marshalling(Parcel& out) const in Marshalling() argument
H A Dsave_button.cpp44 bool SaveButton::IsSystemAppCalling() const in IsSystemAppCalling() argument
55 bool SaveButton::CompareComponentBasicInfo(SecCompBase *other, bool isRectCheck) const in CompareComponentBasicInfo() argument
/base/security/security_guard/test/unittest/security_collector/include/
H A Dsecurity_collector_subscribe_info.h30 bool IsNotify() const { return isNotify_; }; in IsNotify() argument
33 Event GetEvent() const { return event_; }; in GetEvent() argument
34 int64_t GetDuration() const { return duration_; }; in GetDuration() argument
/base/sensors/medical_sensor/services/medical_sensor/src/
H A Dfifo_cache_data.cpp39 uint64_t FifoCacheData::GetPeriodCount() const in GetPeriodCount() argument
49 std::vector<struct SensorEvent> FifoCacheData::GetFifoCacheData() const in GetFifoCacheData() argument
58 sptr<MedicalSensorBasicDataChannel> FifoCacheData::GetChannel() const in GetChannel() argument
/base/sensors/sensor/utils/common/src/
H A Dsensor_basic_info.cpp23 int64_t SensorBasicInfo::GetSamplingPeriodNs() const in GetSamplingPeriodNs() argument
33 int64_t SensorBasicInfo::GetMaxReportDelayNs() const in GetMaxReportDelayNs() argument
43 bool SensorBasicInfo::GetSensorState() const in GetSensorState() argument
53 bool SensorBasicInfo::GetPermState() const in GetPermState() argument
/base/security/security_guard/test/unittest/data_collect/sa/
H A Dsecurity_collector_subscribe_info.h30 Event GetEvent() const { return event_; }; in GetEvent() argument
31 int64_t GetDuration() const { return duration_; }; in GetDuration() argument
32 bool IsNotify() const { return isNotify_; } in IsNotify() argument
/base/sensors/miscdevice/services/miscdevice_service/hdi_connection/interface/src/
H A Dlight_hdi_connection.cpp59 int32_t LightHdiConnection::GetLightList(std::vector<LightInfoIPC> &lightList) const in GetLightList() argument
/base/security/security_guard/test/unittest/security_collector/data_collection/include/
H A Dsecurity_event_ruler.h32 int64_t GetEventId() const { return eventId_; }; in GetEventId() argument
33 std::string GetBeginTime() const { return beginTime_; }; in GetBeginTime() argument
34 std::string GetEndTime() const { return endTime_; }; in GetEndTime() argument
35 std::string GetParam() const { return param_; }; in GetParam() argument
/base/sensors/sensor/utils/ipc/src/
H A Dstream_socket.cpp99 int32_t StreamSocket::GetFd() const in GetFd() argument
H A Dnet_packet.cpp30 void NetPacket::MakeData(StreamBuffer &buf) const in MakeData() argument
53 size_t NetPacket::GetSize() const in GetSize() argument
62 size_t NetPacket::GetPacketLength() const in GetPacketLength() argument
71 const char *NetPacket::GetData() const in GetData() argument
80 MessageId NetPacket::GetMsgId() const in GetMsgId() argument
/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_dump_helper.cpp25 bool CellularCallDumpHelper::Dump(const std::vector<std::string> &args, std::string &result) const in Dump() argument
33 bool CellularCallDumpHelper::WhetherHasSimCard(const int32_t slotId) const in WhetherHasSimCard() argument
40 void CellularCallDumpHelper::ShowHelp(std::string &result) const in ShowHelp() argument
48 void CellularCallDumpHelper::ShowCellularCallInfo(std::string &result) const in ShowCellularCallInfo() argument
/base/telephony/core_service/services/sim/src/
H A Dplmn_file.cpp35 bool PlmnFile::Marshalling(Parcel &parcel) const in Marshalling() argument
H A Dstk_manager.cpp51 int32_t StkManager::SendEnvelopeCmd(int32_t slotId, const std::string &cmd) const in SendEnvelopeCmd() argument
62 int32_t StkManager::SendTerminalResponseCmd(int32_t slotId, const std::string &cmd) const in SendTerminalResponseCmd() argument
74 int32_t StkManager::SendCallSetupRequestResult(int32_t slotId, bool accept) const in SendCallSetupRequestResult() argument
/base/telephony/core_service/frameworks/native/src/
H A Dnetwork_search_result.cpp38 std::vector<NetworkInformation> NetworkSearchResult::GetNetworkSearchInformation() const in GetNetworkSearchInformation() argument
43 int32_t NetworkSearchResult::GetNetworkSearchInformationSize() const in GetNetworkSearchInformationSize() argument
70 bool NetworkSearchResult::Marshalling(Parcel &parcel) const in Marshalling() argument
H A Dget_downloadable_profiles_result_parcel.cpp69 bool GetDownloadableProfilesResult::Marshalling(Parcel &parcel) const in Marshalling() argument
/base/telephony/cellular_data/services/include/
H A Ddata_disconnect_params.h34 const std::string &GetApnType() const in GetApnType() argument
44 DisConnectionReason GetReason() const in GetReason() argument
/base/telephony/call_manager/services/hisysevent/src/
H A Dcall_manager_dump_helper.cpp23 bool CallManagerDumpHelper::Dump(const std::vector<std::string> &args, std::string &result) const in Dump() argument
36 bool CallManagerDumpHelper::WhetherHasSimCard(const int32_t slotId) const in WhetherHasSimCard() argument
43 void CallManagerDumpHelper::ShowHelp(std::string &result) const in ShowHelp() argument
61 void CallManagerDumpHelper::ShowCallManagerInfo(std::string &result) const in ShowCallManagerInfo() argument
/base/telephony/cellular_data/services/src/
H A Dcellular_data_dump_helper.cpp27 bool CellularDataDumpHelper::Dump(const std::vector<std::string> &args, std::string &result) const in Dump() argument
40 bool CellularDataDumpHelper::HasSimCard(const int32_t slotId) const in HasSimCard() argument
47 void CellularDataDumpHelper::ShowHelp(std::string &result) const in ShowHelp() argument
68 void CellularDataDumpHelper::ShowCellularDataInfo(std::string &result) const in ShowCellularDataInfo() argument

Completed in 11 milliseconds

1...<<111112113114115116117118119120>>...829