Home
last modified time | relevance | path

Searched refs:Notify (Results 1 – 25 of 43) sorted by relevance

12

/base/request/request/frameworks/js/napi/include/
Drequest_notify.h47 void CallBack(const Notify &notify) override;
49 void SetNotify(const Notify &notify);
58 Notify notify_;
Dnotify_stub.h41 …static void GetDownloadNotify(const std::string &type, const NotifyData &notifyData, Notify &notif…
42 …static void GetUploadNotify(const std::string &type, const NotifyData &notifyData, Notify &notify);
/base/telephony/core_service/services/tel_ril/src/
Dtel_ril_callback.cpp38 …return Notify(responseInfo, &TelRilManager::GetTelRilCall, &TelRilCall::CallEmergencyNotice, emerg… in CallEmergencyNotice()
43 return Notify(responseInfo, &TelRilManager::GetTelRilCall, &TelRilCall::CallStateUpdated); in CallStateUpdated()
49 …return Notify(responseInfo, &TelRilManager::GetTelRilCall, &TelRilCall::CallRingbackVoiceNotice, r… in CallRingbackVoiceNotice()
55 …return Notify(responseInfo, &TelRilManager::GetTelRilCall, &TelRilCall::CallSrvccStatusNotice, srv… in CallSrvccStatusNotice()
61 …return Notify(responseInfo, &TelRilManager::GetTelRilCall, &TelRilCall::CallUssdNotice, ussdNotice… in CallUssdNotice()
67 …return Notify(responseInfo, &TelRilManager::GetTelRilCall, &TelRilCall::CallSsNotice, ssNoticeInfo… in CallSsNotice()
72 return Notify(responseInfo, &TelRilManager::GetTelRilCall, &TelRilCall::CallRsrvccStatusNotify); in CallRsrvccStatusNotify()
257 …return Notify(responseInfo, &TelRilManager::GetTelRilData, &TelRilData::PdpContextListUpdated, dat… in PdpContextListUpdated()
263 return Notify( in DataLinkCapabilityUpdated()
322 …return Notify(responseInfo, &TelRilManager::GetTelRilModem, &TelRilModem::RadioStateUpdated, state… in RadioStateUpdated()
[all …]
Dtel_ril_modem.cpp125 int32_t result = Notify(TELEPHONY_LOG_FUNC_NAME, RadioEvent::RADIO_RIL_ADAPTER_HOST_DIED); in OnRilAdapterHostDied()
144 return Notify<HRilInt32Parcel>( in RadioStateUpdated()
152 return Notify<VoiceRadioTechnology>( in VoiceRadioTechUpdated()
158 return Notify<HRilInt32Parcel>( in DsdsModeUpdated()
Dtel_ril_sim.cpp34 return Notify(TELEPHONY_LOG_FUNC_NAME, RadioEvent::RADIO_SIM_STATE_CHANGE); in SimStateUpdated()
39 return Notify(TELEPHONY_LOG_FUNC_NAME, RadioEvent::RADIO_STK_SESSION_END); in SimStkSessionEndNotify()
44 return Notify<std::string>( in SimStkProactiveNotify()
50 return Notify<std::string>( in SimStkAlphaNotify()
56 return Notify<std::string>( in SimStkEventNotify()
62 return Notify(TELEPHONY_LOG_FUNC_NAME, RadioEvent::RADIO_STK_CALL_SETUP); in SimStkCallSetupNotify()
67 return Notify(TELEPHONY_LOG_FUNC_NAME, RadioEvent::RADIO_ICC_REFRESH); in SimRefreshNotify()
74 … return Notify<RadioProtocol>(TELEPHONY_LOG_FUNC_NAME, protocol, RADIO_SIM_RADIO_PROTOCOL_NOTIFY); in SimRadioProtocolUpdated()
Dtel_ril_sms.cpp249 … return Notify<SmsMessageInfo>(TELEPHONY_LOG_FUNC_NAME, smsMessageInfo, RadioEvent::RADIO_GSM_SMS); in NewSmsNotify()
263 …return Notify<SmsMessageInfo>(TELEPHONY_LOG_FUNC_NAME, smsMessageInfo, RadioEvent::RADIO_CDMA_SMS); in NewCdmaSmsNotify()
274 …return Notify<SmsMessageInfo>(TELEPHONY_LOG_FUNC_NAME, smsMessageInfo, RadioEvent::RADIO_SMS_STATU… in SmsStatusReportNotify()
280 return Notify<int32_t>( in NewSmsStoredOnSimNotify()
292 return Notify<CBConfigReportInfo>( in CBConfigNotify()
/base/useriam/user_auth_framework/services/context/inc/
Dcontext_callback.h52 using Notify = std::function<void(const MetaData &metaData)>; variable
54 void AddNotifier(const Notify &notify);
58 std::vector<Notify> notifierList_;
/base/powermgr/thermal_manager/test/unittest/src/
Dthermal_action_hub_test.cpp51 void Notify() in Notify() function
108 Notify(); in OnThermalActionChanged()
126 Notify(); in OnThermalActionChanged()
151 Notify(); in OnThermalActionChanged()
169 Notify(); in OnThermalActionChanged()
187 Notify(); in OnThermalActionChanged()
205 Notify(); in OnThermalActionChanged()
221 Notify(); in OnThermalActionChanged()
237 Notify(); in OnThermalActionChanged()
Dthermal_level_event_test.cpp57 void Notify() in Notify() function
102 Notify(); in OnReceiveEvent()
/base/security/permission_lite/services/pms_client/
Dperm_client.c256 static int Notify(IOwner owner, int code, IpcIo *reply) in Notify() function
303 proxy->Invoke((IClientProxy *)proxy, ID_CHECK_SELF, &request, &ret, Notify); in CheckSelfPermission()
324 proxy->Invoke((IClientProxy *)proxy, ID_CHECK, &request, &ret, Notify); in CheckPermission()
366 proxy->Invoke((IClientProxy *)proxy, ID_GRANT, &request, &ret, Notify); in GrantPermission()
384 proxy->Invoke((IClientProxy *)proxy, ID_REVOKE, &request, &ret, Notify); in RevokePermission()
402 proxy->Invoke((IClientProxy *)proxy, ID_GRANT_RUNTIME, &request, &ret, Notify); in GrantRuntimePermission()
419 proxy->Invoke((IClientProxy *)proxy, ID_REVOKE_RUNTIME, &request, &ret, Notify); in RevokeRuntimePermission()
437 proxy->Invoke((IClientProxy *)proxy, ID_UPDATE_PERMS_FLAGS, &request, &ret, Notify); in UpdatePermissionFlags()
/base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/
Dhc_condition.c36 void Notify(pthread_cond_t* cond) in Notify() function
76 Notify(&hcCond->cond); in HcCondNotifyWithoutLock()
117 Notify(&hcCond->cond); in HcCondNotify()
/base/request/request/services/service/request/src/service/
Dinterface.rs52 Notify = 0, enumerator
/base/request/request/frameworks/native/include/
Dnotify_interface.h28 virtual void CallBack(const Notify &notify) = 0;
/base/request/request/services/service/request/src/service/notify/
Dmod.rs25 Notify(Event, Box<NotifyData>), enumerator
34 Self::Notify(event, Box::new(data)) in notify()
/base/powermgr/thermal_manager/test/systemtest/src/
Dthermal_level_event_system_test.cpp59 static void Notify() in Notify() function
177 Notify(); in OnReceiveEvent()
188 Notify(); in OnReceiveEvent()
199 Notify(); in OnReceiveEvent()
210 Notify(); in OnReceiveEvent()
221 Notify(); in OnReceiveEvent()
Dthermal_mgr_interface_test.cpp54 void Notify() in Notify() function
118 Notify(); in OnThermalTempChanged()
129 Notify(); in OnThermalTempChanged()
140 Notify(); in OnThermalLevelChanged()
151 Notify(); in OnThermalLevelChanged()
162 Notify(); in OnThermalLevelChanged()
/base/sensors/sensor_lite/frameworks/src/
Dsensor_agent_proxy.c169 int32_t Notify(IOwner owner, int32_t code, IpcIo *reply) in Notify() function
266 …nt32_t ret = client->Invoke(client, SENSOR_SERVICE_ID_SubscribeSensor, &request, &retCode, Notify); in RegisterSensorChannel()
295 …32_t ret = client->Invoke(client, SENSOR_SERVICE_ID_UnsubscribeSensor, &request, &retCode, Notify); in UnregisterSensorChannel()
326 int32_t ret = client->Invoke(client, SENSOR_SERVICE_ID_GetAllSensors, &request, &owner, Notify); in InitSensorList()
367 …int32_t ret = client->Invoke(client, SENSOR_SERVICE_ID_ActivateSensor, &request, &retCode, Notify); in ActivateSensorByProxy()
388 …t32_t ret = client->Invoke(client, SENSOR_SERVICE_ID_DeactivateSensor, &request, &retCode, Notify); in DeactivateSensorByProxy()
412 int32_t ret = client->Invoke(client, SENSOR_SERVICE_ID_SetBatchs, &request, &retCode, Notify); in SetBatchByProxy()
497 int32_t ret = client->Invoke(client, SENSOR_SERVICE_ID_SetMode, &request, &retCode, Notify); in SetModeByProxy()
519 int32_t ret = client->Invoke(client, SENSOR_SERVICE_ID_SetOption, &request, &retCode, Notify); in SetOptionByProxy()
/base/request/request/frameworks/js/napi/src/
Dnotify_stub.cpp92 Notify notify; in RequestCallBack()
147 void NotifyStub::GetDownloadNotify(const std::string &type, const NotifyData &notifyData, Notify &n… in GetDownloadNotify()
171 void NotifyStub::GetUploadNotify(const std::string &type, const NotifyData &notifyData, Notify &not… in GetUploadNotify()
Drequest_notify.cpp46 void RequestNotify::CallBack(const Notify &notify) in CallBack()
134 void RequestNotify::SetNotify(const Notify &notify) in SetNotify()
/base/telephony/core_service/services/tel_ril/include/
Dtel_ril_base.h83 inline int32_t Notify(const char *funcName, RadioEvent notifyId);
85 inline int32_t Notify(const char *funcName, std::shared_ptr<T> data, RadioEvent notifyId);
208 inline int32_t TelRilBase::Notify(const char *funcName, std::shared_ptr<T> data, RadioEvent notifyI… in Notify() function
219 inline int32_t TelRilBase::Notify(const char *funcName, RadioEvent notifyId) in Notify() function
/base/telephony/ril_adapter/services/hril/src/
Dhril_modem.cpp74 …return Notify(indType, error, &HDI::Ril::V1_1::IRilCallback::RadioStateUpdated, *(const int32_t *)… in RadioStateUpdated()
90 …return Notify(indType, error, &HDI::Ril::V1_1::IRilCallback::VoiceRadioTechUpdated, voiceRadioTech… in VoiceRadioTechUpdated()
104 return Notify( in DsdsModeUpdated()
Dhril_sim.cpp569 return Notify(notifyType, error, &HDI::Ril::V1_1::IRilCallback::SimStateUpdated); in SimStateUpdated()
575 return Notify(notifyType, error, &HDI::Ril::V1_1::IRilCallback::SimStkSessionEndNotify); in SimStkSessionEndNotify()
585 …return Notify(notifyType, error, &HDI::Ril::V1_1::IRilCallback::SimStkProactiveNotify, (const char… in SimStkProactiveNotify()
595 …return Notify(notifyType, error, &HDI::Ril::V1_1::IRilCallback::SimStkAlphaNotify, (const char *)r… in SimStkAlphaNotify()
605 …return Notify(notifyType, error, &HDI::Ril::V1_1::IRilCallback::SimStkEventNotify, (const char *)r… in SimStkEventNotify()
611 return Notify(notifyType, error, &HDI::Ril::V1_1::IRilCallback::SimStkCallSetupNotify); in SimStkCallSetupNotify()
617 return Notify(notifyType, error, &HDI::Ril::V1_1::IRilCallback::SimRefreshNotify); in SimRefreshNotify()
633 …return Notify(notifyType, error, &HDI::Ril::V1_1::IRilCallback::SimRadioProtocolUpdated, radioProt… in SimRadioProtocolUpdated()
/base/notification/common_event_service/services/
Dlibcesfwk_services.map33 *Notify*Event*;
/base/notification/distributed_notification_service/services/ans/
Dlibans.map42 *Notify*;
/base/telephony/ril_adapter/services/hril/include/
Dhril_base.h75 …inline int32_t Notify(int32_t notifyType, const HRilErrNumber error, FuncType &&_func, ParamTypes …
187 inline int32_t HRilBase::Notify(int32_t notifyType, const HRilErrNumber error, FuncType &&_func, Pa… in Notify() function

12