Home
last modified time | relevance | path

Searched defs:eventId (Results 1 – 25 of 78) sorted by relevance

1234

/base/telephony/core_service/test/unittest/tel_ril_gtest/
Dtel_ril_test_util.cpp299 int32_t eventId = static_cast<int32_t>(RadioEvent::RADIO_CURRENT_CALLS); in CallGetCurrentCallsStatusTest() local
319 int32_t eventId = static_cast<int32_t>(RadioEvent::RADIO_SIM_GET_STATUS); in SimGetSimStatusTest() local
338 int32_t eventId = static_cast<int32_t>(RadioEvent::RADIO_SIM_IO); in SimIccIoTest() local
366 int32_t eventId = static_cast<int32_t>(RadioEvent::RADIO_SIM_GET_IMSI); in SimGetImsiTest() local
385 int32_t eventId = static_cast<int32_t>(RadioEvent::RADIO_SIM_GET_LOCK_STATUS); in GetSimLockStatusTest() local
405 int32_t eventId = static_cast<int32_t>(RadioEvent::RADIO_SIM_SET_LOCK); in SetSimLockTest() local
428 int32_t eventId = static_cast<int32_t>(RadioEvent::RADIO_SIM_SET_LOCK); in UnSetSimLockTest() local
451 int32_t eventId = static_cast<int32_t>(RadioEvent::RADIO_SIM_CHANGE_PASSWD); in ChangeSimPasswordTest() local
475 int32_t eventId = static_cast<int32_t>(RadioEvent::RADIO_SET_STATUS); in RadioRestartTest() local
502 int32_t eventId = static_cast<int32_t>(RadioEvent::RADIO_SIM_ENTER_PIN); in EnterSimPinTest() local
[all …]
/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
Dlib_event_handler_event_test.cpp104 uint32_t eventId = 0; variable
124 uint32_t eventId = 0; variable
148 uint32_t eventId = 0; variable
174 uint32_t eventId = 0; variable
199 uint32_t eventId = 0; variable
240 uint32_t eventId = 0; variable
265 uint32_t eventId = 0; variable
284 uint32_t eventId = 0; variable
303 uint32_t eventId = 0; variable
322 uint32_t eventId = 0; variable
[all …]
Dlib_event_handler_event_queue_test.cpp100 static void GetEventAndCompare(uint32_t eventId, EventQueue &queue) in GetEventAndCompare()
119 uint32_t eventId = 0; in DelayTest() local
160 uint32_t eventId = 0; in InsertPriorityTest() local
200 static void BreakQueueTest(EventQueue &queue, uint32_t eventId) in BreakQueueTest()
241 for (uint32_t eventId = 0; eventId < NUM; eventId++) { in InsertPriorityEvent() local
253 for (uint32_t eventId = NUM; eventId < NUM * length + NUM; eventId++) { in InsertPriorityEvent() local
270 for (uint32_t eventId = 0; eventId < LOW_PRIORITY_COUNT; eventId++) { in InsertAllPriorityEvent() local
282 for (uint32_t eventId = LOW_PRIORITY_COUNT; eventId < HIGH_PRIORITY_COUNT; eventId++) { in InsertAllPriorityEvent() local
294 for (uint32_t eventId = HIGH_PRIORITY_COUNT; eventId < IMMEDIATE_PRIORITY_COUNT; eventId++) { in InsertAllPriorityEvent() local
383 uint32_t eventId = 0; variable
[all …]
/base/telephony/core_service/frameworks/native/src/
Dcore_manager_inner.cpp182 int32_t CoreManagerInner::SetUssd(int32_t slotId, int32_t eventId, const std::string str, in SetUssd()
199 int32_t slotId, int32_t eventId, const std::shared_ptr<AppExecFwk::EventHandler> &handler) const in CloseUnFinishedUssd()
215 int32_t slotId, int32_t eventId, const std::shared_ptr<AppExecFwk::EventHandler> &handler) const in GetUssd()
231 int32_t slotId, int32_t eventId, const std::shared_ptr<AppExecFwk::EventHandler> &handler) const in GetMute()
247 …int32_t slotId, int32_t eventId, int32_t mute, const std::shared_ptr<AppExecFwk::EventHandler> &ha… in SetMute()
263 int32_t slotId, int32_t eventId, const std::shared_ptr<AppExecFwk::EventHandler> &handler) const in GetEmergencyCallList()
278 int32_t CoreManagerInner::SetEmergencyCallList(int32_t slotId, int32_t eventId, std::vector<Emergen… in SetEmergencyCallList()
296 int32_t slotId, int32_t eventId, const std::shared_ptr<AppExecFwk::EventHandler> &handler) const in GetCallFailReason()
312 …int32_t slotId, int32_t eventId, int32_t mode, const std::shared_ptr<AppExecFwk::EventHandler> &ha… in SetCallPreferenceMode()
328 int32_t slotId, int32_t eventId, const std::shared_ptr<AppExecFwk::EventHandler> &handler) const in GetCallPreferenceMode()
[all …]
/base/update/sys_installer/frameworks/installer_manager/include/
Dinstaller_manager.h63 void InvokeEvent(enum SysInstallerInitEvent eventId) const in InvokeEvent()
74 void SubscribeEvent(enum SysInstallerInitEvent eventId, InitHandler handler) in SubscribeEvent()
/base/sensors/medical_sensor/utils/src/
Ddmd_report.cpp48 static std::string GetEventName(int32_t eventId) in GetEventName()
76 void DmdReport::ReportException(int32_t eventId, const std::string &interfaceName, int32_t error) in ReportException()
/base/startup/init/services/loopevent/task/
Dle_asynctask.c37 uint64_t eventId = *(uint64_t*)(buffer->data); in DoAsyncEvent_() local
72 uint64_t eventId = 0; in HandleAsyncEvent_() local
81 static uint64_t eventId = 0; in HandleAsyncEvent_() local
122 const TaskHandle taskHandle, uint64_t eventId, const uint8_t *data, uint32_t buffLen) in LE_StartAsyncEvent()
/base/notification/common_event_service/services/test/unittest/
Dordered_event_handler_test.cpp77 uint32_t eventId = 2; in HWTEST_F() local
94 uint32_t eventId = 0; in HWTEST_F() local
111 uint32_t eventId = 1; in HWTEST_F() local
/base/update/updateservice/services/core/ability/callback/src/
Dbase_callback_utils.cpp29 void BaseCallbackUtils::NotifyEvent(const std::string &versionDigestInfo, EventId eventId, UpgradeS… in NotifyEvent()
59 EventId eventId = EventId::EVENT_TASK_BASE; in ProgressCallback() local
Dbase_callback_utils_empty.cpp28 void BaseCallbackUtils::NotifyEvent(const std::string &versionDigestInfo, EventId eventId, UpgradeS… in NotifyEvent()
/base/notification/eventhandler/frameworks/test/moduletest/
Devent_handler_test_common.cpp32 auto eventId = event->GetInnerEventId(); in ProcessEvent() local
/base/telephony/sms_mms/test/fuzztest/smseventissue_fuzzer/
Dsmseventissue_fuzzer.cpp59 std::int32_t eventId = static_cast<int32_t>(size); in DoSentIssueTest() local
106 std::int32_t eventId = static_cast<int32_t>(size); in DoSomethingInterestingWithMyAPI() local
/base/update/updater/services/
Dupdater_init.h54 void InvokeEvent(enum UpdaterInitEvent eventId) const in InvokeEvent()
65 void SubscribeEvent(enum UpdaterInitEvent eventId, InitHandler handler) in SubscribeEvent()
/base/hiviewdfx/hidumper/services/native/src/
Ddump_event_handler.cpp42 auto eventId = event->GetInnerEventId(); in ProcessEvent() local
/base/telephony/core_service/services/tel_ril/src/
Dtel_ril_base.cpp104 uint32_t eventId = telRilRequest->pointer_->GetInnerEventId(); in DfxWriteCallFaultEvent() local
137 uint32_t eventId = telRilRequest->pointer_->GetInnerEventId(); in ErrorResponse() local
/base/notification/eventhandler/frameworks/napi/src/
Devents_emitter.cpp122 uint32_t eventId = event->GetInnerEventId(); in ProcessEvent() local
259 napi_value eventId; in OnOrOnce() local
318 uint32_t eventId; in JS_Off() local
379 bool EmitWithEventData(napi_env env, napi_value argv, uint32_t eventId, Priority priority) in EmitWithEventData()
438 bool IsExistValidCallback(napi_env env, uint32_t eventId) in IsExistValidCallback()
483 uint32_t eventId; in JS_Emit() local
/base/telephony/sms_mms/services/sms/ims_service_interaction/src/
Dims_sms_callback_proxy.cpp86 std::string funcName, int32_t slotId, int32_t eventId, const HRilRadioResponseInfo &info) in SendHRilRadioResponseInfo()
101 int32_t ImsSmsCallbackProxy::SendRequest(MessageParcel &in, int32_t slotId, int32_t eventId) in SendRequest()
/base/location/frameworks/native/source/
Dlocation_data_handler.cpp37 uint32_t eventId = event->GetInnerEventId(); in ProcessEvent() local
/base/telephony/core_service/test/fuzztest/updatesmsicc_fuzzer/
Dupdatesmsicc_fuzzer.cpp49 std::int32_t eventId = static_cast<int32_t>(size); in DoSomethingInterestingWithMyAPI() local
/base/account/os_account/services/accountmgr/src/
Daccount_info_report.cpp57 int64_t eventId = 1011015001; // 1011015001: report event id in ReportSecurityInfo() local
/base/telephony/core_service/test/fuzztest/updatevoicemail_fuzzer/
Dupdatevoicemail_fuzzer.cpp47 std::int32_t eventId = static_cast<int32_t>(size); in DoSomethingInterestingWithMyAPI() local
/base/print/print_fwk/services/src/
Dprint_security_guard_manager.cpp52 void PrintSecurityGuardManager::ReportSecurityInfo(const int32_t eventId, const std::string version, in ReportSecurityInfo()
/base/hiviewdfx/hievent_lite/frameworks/
Dhiview_event.c51 void HiEventPrintf(uint8 type, uint16 eventId, int8 key, int32 value) in HiEventPrintf()
73 HiEvent *HiEventCreate(uint8 type, uint16 eventId, uint8 num) in HiEventCreate()
/base/telephony/core_service/services/tel_ril/test/
Dtel_ril_test.cpp1075 int32_t eventId = static_cast<int32_t>(DiffInterfaceId::TEST_SHUT_DOWN); in OnRequestShutDownTest() local
1148 int32_t eventId = static_cast<int32_t>(DiffInterfaceId::TEST_RILCM_SET_INIT_APN_INFO_TEST); in OnRequestSetInitApnInfoTest() local
1162 int32_t eventId = static_cast<int32_t>(DiffInterfaceId::TEST_RILCM_SETUP_DATA_CALL_TEST); in OnRequestDataSetupDataCallTest() local
1177 int32_t eventId = static_cast<int32_t>(DiffInterfaceId::TEST_RILCM_DEACTIVATE_DATA_CALL_TEST); in OnRequestDataDisableDataCallTest() local
1189 int32_t eventId = static_cast<int32_t>(DiffInterfaceId::TEST_RILCM_GET_DATA_CALL_LIST_TEST); in OnRequestGetDataCallListTest() local
1202 int32_t eventId = static_cast<int32_t>(DiffInterfaceId::TEST_RILCM_GET_LINK_BANDWIDTH_INFO); in OnRequestGetLinkBandwidthInfoTest() local
1218 int32_t eventId = static_cast<int32_t>(DiffInterfaceId::TEST_RILCM_GET_LINK_CAPABILITY); in OnRequestGetLinkCapabilityTest() local
1231 …int32_t eventId = static_cast<int32_t>(DiffInterfaceId::TEST_RILCM_SET_LINK_BANDWIDTH_REPORTING_RU… in OnRequestSetLinkBandwidthReportingRuleTest() local
1254 int32_t eventId = static_cast<int32_t>(DiffInterfaceId::TEST_RILCM_SET_DATA_PERMITTED_TEST); in OnRequestSetDataPermittedTest() local
1341 int32_t eventId = static_cast<int32_t>(DiffInterfaceId::TEST_GET_BASEBAND_VERSION); in OnRequestGetBasebandVersionTest() local
[all …]
/base/telephony/core_service/services/ims_service_interaction/src/
Dims_core_service_callback_proxy.cpp73 int32_t ImsCoreServiceCallbackProxy::SendRequest(MessageParcel &in, int32_t slotId, int32_t eventId) in SendRequest()

1234