Home
last modified time | relevance | path

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

/base/useriam/user_auth_framework/test/unittest/services/src/
Dcontext_callback_impl_test.cpp104 …auto notify = [](const ContextCallbackNotifyListener::MetaData &metaData, TraceFlag flag) { return… in __anon62c7f89e0202() variable
135 …auto notify = [](const ContextCallbackNotifyListener::MetaData &metaData, TraceFlag flag) { return… in __anon62c7f89e0302() variable
163 …auto notify = [](const ContextCallbackNotifyListener::MetaData &metaData, TraceFlag flag) { return… in __anon62c7f89e0402() variable
/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/request/request/services/src/task/
Dmod.rs23 pub(crate) mod notify; module
/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/request/request/frameworks/native/src/
Druncount_notify_stub.cpp30 void RunCountNotifyStub::CallBack(const Notify &notify) in CallBack()
/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()
100 bool ZipWriter::FlushItems(const ZipTickNotify notify) in FlushItems()
/base/request/request/test/unittest/cpp_test/fwkTest/src/
Druncount_notify_stub_test.cpp82 Notify notify; variable
/base/security/device_auth/deps_adapter/os_adapter/interfaces/
Dhc_thread.h35 void (*notify)(struct HcThreadT* thread); member
/base/useriam/user_auth_framework/services/context/src/
Dcontext_callback_impl.cpp215 void ContextCallbackNotifyListener::AddNotifier(const Notify &notify) in AddNotifier()
222 for (const auto &notify : notifierList_) { in Process() local
/base/tee/tee_client/services/cadaemon/src/ca_daemon/
Dcadaemon_service.h121 … Client(pid_t pid, const sptr<IRemoteObject> &notify, const sptr<CaDaemonService> &caDaemonService) in Client()
Dcadaemon_service.cpp1160 int32_t CaDaemonService::SetCallBack(const sptr<IRemoteObject> &notify) in SetCallBack()
1178 int32_t CaDaemonService::AddClient(pid_t pid, const sptr<IRemoteObject> &notify) in AddClient()
Dcadaemon_stub.cpp532 sptr<IRemoteObject> notify = nullptr; in SetCallBackRecvProc() local
/base/customization/enterprise_device_management/interfaces/inner_api/system_manager/include/
Dupdate_policy_utils.h72 NotifyDescription notify; member
/base/security/device_security_level/services/dslm/
Ddslm_fsm_process.c237 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.cpp146 const OHOS::HiviewDFX::NotifySysEvent notify) in StartService()
/base/request/request/test/fuzztest/downloaduploadmanager_fuzzer/
Ddownloaduploadmanager_fuzzer.cpp407 Notify notify; in RunCountNotifyStubFuzzTestCallBack() local
/base/powermgr/power_manager/services/native/src/
Dpower_state_machine.cpp925 auto notify = pms->GetPowerMgrNotify(); in WakeupDeviceInner() local
/base/web/webview/ohos_interface/ohos_glue/scripts/
Dfile_parser.py31 def notify(msg): function