Home
last modified time | relevance | path

Searched refs:GetPriority (Results 1 – 25 of 27) sorted by relevance

12

/base/location/frameworks/location_common/common/source/
Drequest_config.cpp48 priority_ = requestConfig.GetPriority(); in Set()
63 return priority_ == requestConfig.GetPriority(); in IsSame()
/base/notification/common_event_service/services/include/
Dcommon_event_subscriber_manager.h60 return a->eventSubscribeInfo->GetPriority() > b->eventSubscribeInfo->GetPriority();
/base/location/interfaces/inner_api/include/
Drequest_config.h45 inline int GetPriority() in GetPriority() function
/base/notification/common_event_service/interfaces/inner_api/
Dcommon_event_subscribe_info.h65 int32_t GetPriority() const;
/base/telephony/cellular_data/services/include/apn_manager/
Dapn_holder.h48 int32_t GetPriority() const;
/base/notification/common_event_service/test/systemtest/common/acts/actsCESSubscribeInfoTest/
DactsCESSubscribeInfoTest.cpp87 if (subscribeInfo.GetPriority() != PRIORITYTEST1) {
116 if (subscribeInfo.GetPriority() != PRIORITYTEST2) {
145 if (subscribeInfo.GetPriority() != PRIORITYTEST3) {
174 if (subscribeInfo.GetPriority() != PRIORITYTEST4) {
203 if (subscribeInfo.GetPriority() != PRIORITYTEST5) {
/base/notification/common_event_service/test/fuzztest/subscribecommonevent_fuzzer/
Dsubscribecommonevent_fuzzer.cpp64 subscribeInfo.GetPriority(); in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/frameworks/native/src/
Dcommon_event_subscribe_info.cpp55 int32_t CommonEventSubscribeInfo::GetPriority() const in GetPriority() function in OHOS::EventFwk::CommonEventSubscribeInfo
/base/telephony/cellular_data/services/src/apn_manager/
Dapn_holder.cpp133 int32_t ApnHolder::GetPriority() const in GetPriority() function in OHOS::Telephony::ApnHolder
Dapn_manager.cpp114 return c2->GetPriority() - c1->GetPriority(); in AddApnHolder()
/base/location/services/location_locator/locator/source/
Dlocator_event_manager.cpp96 int priority = request->GetRequestConfig()->GetPriority(); in LocationSessionStart()
Drequest.cpp186 switch (requestConfig_->GetPriority()) { in GetProxyNameByPriority()
Drequest_manager.cpp390 requestType = requestConfig->GetPriority(); in ActiveLocatingStrategies()
/base/telephony/sms_mms/services/sms/include/cdma/
Dcdma_sms_message.h48 virtual int8_t GetPriority() const;
/base/telephony/sms_mms/test/gtest/
Dzero_branch_cb_test.cpp64 EXPECT_TRUE(cbCodec->GetPriority(format));
115 EXPECT_TRUE(cbCodec->GetPriority(format));
117 EXPECT_TRUE(cbCodec->GetPriority(format));
/base/telephony/sms_mms/services/sms/include/
Dgsm_cb_codec.h241 bool GetPriority(int8_t &cbPriority) const;
/base/telephony/sms_mms/services/sms/cdma/
Dcdma_sms_receive_handler.cpp256 sendData.priority = message->GetPriority(); in GetCBData()
Dcdma_sms_message.cpp675 int8_t CdmaSmsMessage::GetPriority() const in GetPriority() function in OHOS::Telephony::CdmaSmsMessage
/base/telephony/sms_mms/services/sms/gsm/
Dgsm_sms_cb_handler.cpp364 cbMessage->GetPriority(sendData.priority); in GetCbData()
/base/notification/common_event_service/services/src/
Dcommon_event_subscriber_manager.cpp141 …riority = format + "Priority: " + std::to_string(record->eventSubscribeInfo->GetPriority()) + "\n"; in DumpDetailed()
Dcommon_event_control_manager.cpp410 receiver.priority = vec->eventSubscribeInfo->GetPriority(); in EnqueueHistoryEventRecord()
/base/telephony/sms_mms/services/sms/
Dgsm_cb_codec.cpp433 bool GsmCbCodec::GetPriority(int8_t &cbPriority) const in GetPriority() function in OHOS::Telephony::GsmCbCodec
/base/telephony/cellular_data/services/src/
Dcellular_data_handler.cpp1195 if (sortApnHolder->GetPriority() > apnHolder->GetPriority()) { in HasAnyHigherPriorityConnection()
/base/location/test/location_common/source/
Dlocation_common_test.cpp338 EXPECT_EQ(2, requestConfig->GetPriority());
/base/location/frameworks/js/napi/source/
Dlocation_napi_event.cpp1649 if (config->GetPriority() > PRIORITY_FAST_FIRST_FIX || config->GetPriority() < PRIORITY_UNSET) { in IsRequestConfigValid()

12