Home
last modified time | relevance | path

Searched defs:notify (Results 1 – 16 of 16) sorted by relevance

/base/request/request/frameworks/js/napi/src/
Dnotify_stub.cpp85 Notify notify; in RequestCallBack() local
111 …otifyStub::GetDownloadNotify(const std::string &type, const NotifyData &notifyData, Notify &notify) in GetDownloadNotify()
135 … NotifyStub::GetUploadNotify(const std::string &type, const NotifyData &notifyData, Notify &notify) in GetUploadNotify()
Drequest_notify.cpp47 void RequestNotify::CallBack(const Notify &notify) in CallBack()
132 void RequestNotify::SetNotify(const Notify &notify) in SetNotify()
/base/security/device_auth/deps_adapter/os_adapter/interfaces/liteos/
Dhc_condition.h25 void (*notify)(struct HcConditionT*); member
Dhc_thread.h31 void (*notify)(struct HcThreadT* thread); member
/base/hiviewdfx/hidumper/frameworks/native/src/util/
Dzip_utils.cpp22 …tils::ZipFolder(const std::string &srcPath, const std::string &dstFile, const ZipTickNotify notify) in ZipFolder()
/base/useriam/user_auth_framework/services/context/src/
Dcontext_callback_impl.cpp127 void ContextCallbackNotifyListener::AddNotifier(const Notify &notify) in AddNotifier()
134 for (const auto &notify : notifierList_) { in Process() local
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/
Dsys_event_service_adapter.cpp24 …tServiceAdapter::StartService(SysEventServiceBase* service, OHOS::HiviewDFX::NotifySysEvent notify) in StartService()
/base/security/device_auth/deps_adapter/os_adapter/interfaces/linux/
Dhc_condition.h33 void (*notify)(struct HcConditionT*); member
/base/hiviewdfx/hidumper/frameworks/native/src/util/zip/
Dzip_writer.cpp78 …Write(const std::vector<std::pair<std::string, std::string>> &zipItems, const ZipTickNotify notify) in Write()
99 bool ZipWriter::FlushItems(const ZipTickNotify notify) in FlushItems()
/base/useriam/user_auth_framework/test/unittest/services/src/
Dcontext_callback_impl_test.cpp103 auto notify = [](const ContextCallbackNotifyListener::MetaData &metaData) { return; }; in __anone55c57bd0202() variable
/base/security/device_auth/deps_adapter/os_adapter/interfaces/
Dhc_thread.h35 void (*notify)(struct HcThreadT* thread); member
/base/request/request/services/service/rust/src/
Drequest_service_ability.rs244 let notify = self.unregistered_notify.lock().unwrap().clone(); in add_unregister_notify() localVariable
261 let notify = self.unregistered_notify.lock().unwrap().clone(); in do_unregistered_notify() localVariable
/base/security/device_security_level/services/dslm/
Ddslm_fsm_process.c219 DslmNotifyListNode *notify = MALLOC(sizeof(DslmNotifyListNode)); in ProcessSdkRequest() local
/base/sensors/sensor_lite/frameworks/src/
Dsensor_agent_proxy.c129 SensorNotifyBuffer *notify = (SensorNotifyBuffer *)owner; in GetSensorInfos() local
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
Dsys_event_service_ohos.cpp149 const OHOS::HiviewDFX::NotifySysEvent notify) in StartService()
/base/powermgr/power_manager/services/native/src/
Dpower_state_machine.cpp549 auto notify = pms->GetPowerMgrNotify(); in SendEventToPowerMgrNotify() local