| /base/request/request/frameworks/js/napi/include/ |
| D | request_notify.h | 47 void CallBack(const Notify ¬ify) override; 49 void SetNotify(const Notify ¬ify); 58 Notify notify_;
|
| D | notify_stub.h | 41 …static void GetDownloadNotify(const std::string &type, const NotifyData ¬ifyData, Notify ¬if… 42 …static void GetUploadNotify(const std::string &type, const NotifyData ¬ifyData, Notify ¬ify);
|
| /base/telephony/core_service/services/tel_ril/src/ |
| D | tel_ril_callback.cpp | 38 …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 …]
|
| D | tel_ril_modem.cpp | 125 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()
|
| D | tel_ril_sim.cpp | 34 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()
|
| D | tel_ril_sms.cpp | 249 … 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/ |
| D | context_callback.h | 52 using Notify = std::function<void(const MetaData &metaData)>; variable 54 void AddNotifier(const Notify ¬ify); 58 std::vector<Notify> notifierList_;
|
| /base/powermgr/thermal_manager/test/unittest/src/ |
| D | thermal_action_hub_test.cpp | 51 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()
|
| D | thermal_level_event_test.cpp | 57 void Notify() in Notify() function 102 Notify(); in OnReceiveEvent()
|
| /base/security/permission_lite/services/pms_client/ |
| D | perm_client.c | 256 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/ |
| D | hc_condition.c | 36 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/ |
| D | interface.rs | 52 Notify = 0, enumerator
|
| /base/request/request/frameworks/native/include/ |
| D | notify_interface.h | 28 virtual void CallBack(const Notify ¬ify) = 0;
|
| /base/request/request/services/service/request/src/service/notify/ |
| D | mod.rs | 25 Notify(Event, Box<NotifyData>), enumerator 34 Self::Notify(event, Box::new(data)) in notify()
|
| /base/powermgr/thermal_manager/test/systemtest/src/ |
| D | thermal_level_event_system_test.cpp | 59 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()
|
| D | thermal_mgr_interface_test.cpp | 54 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/ |
| D | sensor_agent_proxy.c | 169 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/ |
| D | notify_stub.cpp | 92 Notify notify; in RequestCallBack() 147 void NotifyStub::GetDownloadNotify(const std::string &type, const NotifyData ¬ifyData, Notify &n… in GetDownloadNotify() 171 void NotifyStub::GetUploadNotify(const std::string &type, const NotifyData ¬ifyData, Notify ¬… in GetUploadNotify()
|
| D | request_notify.cpp | 46 void RequestNotify::CallBack(const Notify ¬ify) in CallBack() 134 void RequestNotify::SetNotify(const Notify ¬ify) in SetNotify()
|
| /base/telephony/core_service/services/tel_ril/include/ |
| D | tel_ril_base.h | 83 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/ |
| D | hril_modem.cpp | 74 …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()
|
| D | hril_sim.cpp | 569 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/ |
| D | libcesfwk_services.map | 33 *Notify*Event*;
|
| /base/notification/distributed_notification_service/services/ans/ |
| D | libans.map | 42 *Notify*;
|
| /base/telephony/ril_adapter/services/hril/include/ |
| D | hril_base.h | 75 …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
|