/base/telephony/cellular_call/services/manager/include/ |
H A D | cellular_call_handler.h | 58 void ProcessEvent(const AppExecFwk::InnerEvent::Pointer &event) override; 84 void SimStateChangeReport(const AppExecFwk::InnerEvent::Pointer &event); 86 void FactoryReset(const AppExecFwk::InnerEvent::Pointer &event); 88 void SimRecordsLoadedReport(const AppExecFwk::InnerEvent::Pointer &event); 90 void SimAccountLoadedReport(const AppExecFwk::InnerEvent::Pointer &event); 92 void ResidentNetworkChangeReport(const AppExecFwk::InnerEvent::Pointer &event); 94 void NetworkStateChangeReport(const AppExecFwk::InnerEvent::Pointer &event); 96 void DialResponse(const AppExecFwk::InnerEvent::Pointer &event); 98 void DialSatelliteResponse(const AppExecFwk::InnerEvent::Pointer &event); 100 void CommonResultEventHandling(const AppExecFwk [all...] |
/base/telephony/core_service/services/tel_ril/test/ |
H A D | tel_ril_test.h | 200 void OnInitForRegister(int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &handler);
202 void OnProcessInput(int32_t slotId, int32_t what, const std::shared_ptr<AppExecFwk::EventHandler> &handler);
205 int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &handler);
207 void OnRequestSimGetSimStatusTest(int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &handler);
209 void OnRequestSimIccIoTest(int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &handler);
211 void OnRequestOpenLGSimIOTest(int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &handler);
213 void OnRequestSimSmsTest(int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &handler);
216 const std::shared_ptr<AppExecFwk::EventHandler> &handler);
219 const std::shared_ptr<AppExecFwk::EventHandler> &handler);
221 void OnRequestSimAuthenticationTest(int32_t slotId, const std::shared_ptr<AppExecFwk [all...] |
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | i_tel_ril_manager.h | 34 int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &handler, int32_t what, int32_t *obj) = 0; 36 int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &observerCallBack, int32_t what) = 0; 41 int32_t slotId, int32_t fun, int32_t rst, const AppExecFwk::InnerEvent::Pointer &response) = 0; 42 virtual int32_t GetRadioState(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) = 0; 44 virtual int32_t ShutDown(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) = 0; 46 virtual int32_t GetCallList(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &result) = 0; 49 int32_t slotId, std::string address, int32_t clirMode, const AppExecFwk::InnerEvent::Pointer &result) = 0; 51 virtual int32_t Reject(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &result) = 0; 53 virtual int32_t Hangup(int32_t slotId, int32_t gsmIndex, const AppExecFwk::InnerEvent::Pointer &result) = 0; 55 virtual int32_t Answer(int32_t slotId, const AppExecFwk [all...] |
H A D | core_manager_inner.h | 40 int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &handler, int what, int32_t *obj); 42 int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &observerCallBack, int what); 57 int32_t slotId, int32_t eventId, int fun, int rst, const std::shared_ptr<AppExecFwk::EventHandler> &handler); 59 int32_t slotId, int32_t eventId, const std::shared_ptr<AppExecFwk::EventHandler> &handler) const; 60 int32_t ShutDown(int32_t slotId, int32_t eventId, const std::shared_ptr<AppExecFwk::EventHandler> &handler); 62 const std::shared_ptr<AppExecFwk::EventHandler> &handler); 63 int32_t Reject(int32_t slotId, int32_t eventId, const std::shared_ptr<AppExecFwk::EventHandler> &handler); 65 int32_t slotId, int32_t eventId, int32_t gsmIndex, const std::shared_ptr<AppExecFwk::EventHandler> &handler); 66 int32_t Answer(int32_t slotId, int32_t eventId, const std::shared_ptr<AppExecFwk::EventHandler> &handler); 68 int32_t slotId, int32_t eventId, const std::shared_ptr<AppExecFwk [all...] |
/base/telephony/cellular_data/services/include/state_machine/ |
H A D | active.h | 37 virtual bool StateProcess(const AppExecFwk::InnerEvent::Pointer &event); 40 bool ProcessConnectDone(const AppExecFwk::InnerEvent::Pointer &event); 41 bool ProcessDisconnectDone(const AppExecFwk::InnerEvent::Pointer &event); 42 bool ProcessDisconnectAllDone(const AppExecFwk::InnerEvent::Pointer &event); 43 bool ProcessLostConnection(const AppExecFwk::InnerEvent::Pointer &event); 44 bool ProcessRilAdapterHostDied(const AppExecFwk::InnerEvent::Pointer &event); 45 bool ProcessLinkCapabilityChanged(const AppExecFwk::InnerEvent::Pointer &event); 46 bool ProcessDataConnectionRoamOn(const AppExecFwk::InnerEvent::Pointer &event); 47 bool ProcessDataConnectionRoamOff(const AppExecFwk::InnerEvent::Pointer &event); 48 bool ProcessDataConnectionVoiceCallStartedOrEnded(const AppExecFwk [all...] |
H A D | default.h | 36 virtual bool StateProcess(const AppExecFwk::InnerEvent::Pointer &event); 39 bool ProcessConnectDone(const AppExecFwk::InnerEvent::Pointer &event); 40 bool ProcessDisconnectDone(const AppExecFwk::InnerEvent::Pointer &event); 41 bool ProcessDisconnectAllDone(const AppExecFwk::InnerEvent::Pointer &event); 42 bool ProcessDataConnectionDrsOrRatChanged(const AppExecFwk::InnerEvent::Pointer &event); 43 bool ProcessDataConnectionRoamOn(const AppExecFwk::InnerEvent::Pointer &event); 44 bool ProcessDataConnectionRoamOff(const AppExecFwk::InnerEvent::Pointer &event); 45 bool ProcessUpdateNetworkInfo(const AppExecFwk::InnerEvent::Pointer &event); 48 using Fun = std::function<bool(const AppExecFwk::InnerEvent::Pointer &data)>; 51 [this](const AppExecFwk [all...] |
H A D | incall_data_state_machine.h | 80 virtual bool StateProcess(const AppExecFwk::InnerEvent::Pointer &event); 83 bool ProcessCallStarted(const AppExecFwk::InnerEvent::Pointer &event); 84 bool ProcessCallEnded(const AppExecFwk::InnerEvent::Pointer &event); 85 bool ProcessSettingsOn(const AppExecFwk::InnerEvent::Pointer &event); 86 bool ProcessDsdsChanged(const AppExecFwk::InnerEvent::Pointer &event); 89 using Fun = std::function<bool(const AppExecFwk::InnerEvent::Pointer &data)>; 92 [this](const AppExecFwk::InnerEvent::Pointer &data) { return ProcessCallStarted(data); } }, 94 [this](const AppExecFwk::InnerEvent::Pointer &data) { return ProcessCallEnded(data); } }, 96 [this](const AppExecFwk::InnerEvent::Pointer &data) { return ProcessSettingsOn(data); } }, 98 [this](const AppExecFwk [all...] |
/base/telephony/core_service/test/unittest/tel_ril_gtest/ |
H A D | tel_ril_test_util.h | 149 bool ProcessTest(int32_t index, int32_t slotId, std::shared_ptr<AppExecFwk::EventHandler> handler); 152 class DemoHandler : public AppExecFwk::EventHandler { 154 explicit DemoHandler(const std::shared_ptr<AppExecFwk::EventRunner> &runner) in DemoHandler() 155 : AppExecFwk::EventHandler(runner) in DemoHandler() 161 void ProcessEvent(const AppExecFwk::InnerEvent::Pointer &event) override; 162 void ProcessResponseInfo(const AppExecFwk::InnerEvent::Pointer &event); 185 void CallGetCurrentCallsStatusTest(int32_t slotId, std::shared_ptr<AppExecFwk::EventHandler> handler); 186 void SimGetSimStatusTest(int32_t slotId, std::shared_ptr<AppExecFwk::EventHandler> handler); 187 void SimIccIoTest(int32_t slotId, std::shared_ptr<AppExecFwk::EventHandler> handler); 188 void SimGetImsiTest(int32_t slotId, std::shared_ptr<AppExecFwk [all...] |
/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_manager.h | 43 int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &handler, int32_t what, int32_t *obj) override; 45 int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &observerCallBack, int32_t what) override; 48 int32_t slotId, int32_t fun, int32_t rst, const AppExecFwk::InnerEvent::Pointer &response) override; 49 int32_t GetRadioState(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) override; 51 int32_t ShutDown(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) override; 53 int32_t GetCallList(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &result) override; 56 int32_t slotId, std::string address, int32_t clirMode, const AppExecFwk::InnerEvent::Pointer &result) override; 58 int32_t Reject(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &result) override; 60 int32_t Hangup(int32_t slotId, int32_t gsmIndex, const AppExecFwk::InnerEvent::Pointer &result) override; 62 int32_t Answer(int32_t slotId, const AppExecFwk [all...] |
/base/telephony/core_service/services/sim/include/ |
H A D | sim_file.h | 37 void ProcessEvent(const AppExecFwk::InnerEvent::Pointer &event); 39 bool ProcessIccReady(const AppExecFwk::InnerEvent::Pointer &event); 65 bool ProcessIccLocked(const AppExecFwk::InnerEvent::Pointer &event); 87 using FileProcessFunc = std::function<bool(const AppExecFwk::InnerEvent::Pointer &event)>; 93 void ObtainSpnPhase(bool start, const AppExecFwk::InnerEvent::Pointer &event); 100 void ProcessSpnGeneral(const AppExecFwk::InnerEvent::Pointer &event); 101 void ProcessSpnCphs(const AppExecFwk::InnerEvent::Pointer &event); 102 void ProcessSpnShortCphs(const AppExecFwk::InnerEvent::Pointer &event); 103 bool ProcessGetAdDone(const AppExecFwk::InnerEvent::Pointer &event); 104 bool ProcessVoiceMailCphs(const AppExecFwk [all...] |
H A D | icc_file_controller.h | 34 virtual void ProcessEvent(const AppExecFwk::InnerEvent::Pointer &event); 36 void ObtainBinaryFile(int fileId, const AppExecFwk::InnerEvent::Pointer &event); 37 void ObtainBinaryFile(int fileId, int size, const AppExecFwk::InnerEvent::Pointer &event); 40 int fileId, const std::string &path, int fileNum, const AppExecFwk::InnerEvent::Pointer &event); 41 void ObtainLinearFixedFile(int fileId, int fileNum, const AppExecFwk::InnerEvent::Pointer &event); 44 int fileId, const std::string &path, const AppExecFwk::InnerEvent::Pointer &event); 45 void ObtainAllLinearFixedFile(int fileId, const AppExecFwk::InnerEvent::Pointer &event); 46 void ObtainLinearFileSize(int fileId, const std::string &path, const AppExecFwk::InnerEvent::Pointer &event); 47 void ObtainLinearFileSize(int fileId, const AppExecFwk::InnerEvent::Pointer &event); 50 int dataLength, const std::string pin2, const AppExecFwk [all...] |
/base/customization/enterprise_device_management/interfaces/inner_api/network_manager/include/ |
H A D | network_manager_proxy.h | 34 int32_t GetAllNetworkInterfaces(const AppExecFwk::ElementName &admin, std::vector<std::string> &networkInterface,
36 int32_t GetIpOrMacAddress(const AppExecFwk::ElementName &admin, const std::string &networkInterface, int policyCode,
38 int32_t SetNetworkInterfaceDisabled(const AppExecFwk::ElementName &admin, const std::string &networkInterface,
40 int32_t IsNetworkInterfaceDisabled(const AppExecFwk::ElementName &admin, const std::string &networkInterface,
42 int32_t AddIptablesFilterRule(const AppExecFwk::ElementName &admin, const IPTABLES::AddFilter &filter);
43 int32_t RemoveIptablesFilterRule(const AppExecFwk::ElementName &admin, const IPTABLES::RemoveFilter &filter);
44 int32_t ListIptablesFilterRules(const AppExecFwk::ElementName &admin, std::string &result);
45 int32_t AddFirewallRule(const AppExecFwk::ElementName &admin, const IPTABLES::FirewallRule &rule);
46 int32_t RemoveFirewallRule(const AppExecFwk::ElementName &admin, const IPTABLES::FirewallRule &rule);
47 int32_t GetFirewallRules(const AppExecFwk [all...] |
/base/telephony/core_service/utils/common/include/ |
H A D | tel_event_queue.h | 28 void Submit(AppExecFwk::InnerEvent::Pointer &event, AppExecFwk::EventQueue::Priority priority); 36 std::list<AppExecFwk::InnerEvent::Pointer> events; 40 void InsertEventsInner(AppExecFwk::InnerEvent::Pointer &event, AppExecFwk::EventQueue::Priority priority); 42 AppExecFwk::InnerEvent::Pointer PopEvent(int32_t queueId, bool &isNeedSubmit); 45 uint32_t ToTelPriority(AppExecFwk::EventQueue::Priority priority); 47 AppExecFwk::InnerEvent::TimePoint GetHandleTime(); 49 void SubmitToFFRT(int32_t queueId, AppExecFwk::InnerEvent::TimePoint handleTime, int64_t delayTime); 50 AppExecFwk [all...] |
H A D | tel_event_handler.h | 64 class TelEventHandler : public AppExecFwk::EventHandler { 76 bool SendEvent(AppExecFwk::InnerEvent::Pointer &event, int64_t delayTime = 0, Priority priority = Priority::LOW); 83 virtual void ProcessEvent(const AppExecFwk::InnerEvent::Pointer &event) {} in ProcessEvent() 92 inline bool SendEvent(AppExecFwk::InnerEvent::Pointer &event, Priority priority) in SendEvent() 105 inline bool SendEvent(AppExecFwk::InnerEvent::Pointer &&event, int64_t delayTime = 0, in SendEvent() 106 AppExecFwk::EventQueue::Priority priority = Priority::LOW) in SendEvent() 121 return SendEvent(AppExecFwk::InnerEvent::Get(innerEventId, param), delayTime); in SendEvent() 133 uint32_t innerEventId, int64_t delayTime = 0, AppExecFwk::EventQueue::Priority priority = Priority::LOW) in SendEvent() 135 return SendEvent(AppExecFwk::InnerEvent::Get(innerEventId, 0), delayTime, priority); in SendEvent() 147 return SendEvent(AppExecFwk in SendEvent() [all...] |
/base/telephony/core_service/services/network_search/include/ |
H A D | network_search_handler.h | 43 using NsHandlerFunc = std::function<void(NetworkSearchHandler *, const AppExecFwk::InnerEvent::Pointer &)>; 51 void ProcessEvent(const AppExecFwk::InnerEvent::Pointer &event) override; 55 void DcPhysicalLinkActiveUpdate(const AppExecFwk::InnerEvent::Pointer &event); 56 void NotifyStateChange(const AppExecFwk::InnerEvent::Pointer &event); 57 void HandleDelayNotifyEvent(const AppExecFwk::InnerEvent::Pointer &event); 60 void UpdateImsServiceStatus(const AppExecFwk::InnerEvent::Pointer &event); 61 void UpdateImsRegisterState(const AppExecFwk::InnerEvent::Pointer &event); 108 void GetRadioStateResponse(const AppExecFwk::InnerEvent::Pointer &event); 109 void SetRadioStateResponse(const AppExecFwk::InnerEvent::Pointer &event); 110 void SimStateChange(const AppExecFwk [all...] |
H A D | radio_info.h | 35 void ProcessGetRadioState(const AppExecFwk::InnerEvent::Pointer &event) const; 36 void ProcessSetRadioState(const AppExecFwk::InnerEvent::Pointer &event) const; 38 void ProcessGetImei(const AppExecFwk::InnerEvent::Pointer &event) const; 39 void ProcessGetImeiSv(const AppExecFwk::InnerEvent::Pointer &event) const; 40 void ProcessGetMeid(const AppExecFwk::InnerEvent::Pointer &event) const; 44 void ProcessVoiceTechChange(const AppExecFwk::InnerEvent::Pointer &event); 46 int32_t ProcessGetBasebandVersion(const AppExecFwk::InnerEvent::Pointer &event) const; 47 int32_t ProcessSetNrOptionMode(const AppExecFwk::InnerEvent::Pointer &event) const; 48 int32_t ProcessGetNrOptionMode(const AppExecFwk::InnerEvent::Pointer &event) const; 49 int32_t ProcessGetRrcConnectionState(const AppExecFwk [all...] |
/base/telephony/cellular_data/services/include/ |
H A D | cellular_data_handler.h | 51 void ProcessEvent(const AppExecFwk::InnerEvent::Pointer &event) override; 67 void HandleApnChanged(const AppExecFwk::InnerEvent::Pointer &event); 81 void HandleUpdateNetInfo(const AppExecFwk::InnerEvent::Pointer &event); 94 void RadioPsConnectionAttached(const AppExecFwk::InnerEvent::Pointer &event); 95 void RadioPsConnectionDetached(const AppExecFwk::InnerEvent::Pointer &event); 96 void RoamingStateOn(const AppExecFwk::InnerEvent::Pointer &event); 97 void RoamingStateOff(const AppExecFwk::InnerEvent::Pointer &event); 98 void PsRadioEmergencyStateOpen(const AppExecFwk::InnerEvent::Pointer &event); 99 void PsRadioEmergencyStateClose(const AppExecFwk::InnerEvent::Pointer &event); 100 void EstablishDataConnectionComplete(const AppExecFwk [all...] |
/base/telephony/core_service/test/unittest/icc_dialling_numbers_handler_gtest/ |
H A D | icc_dialling_numbers_handler_gtest.cpp | 48 class DemoHandler : public AppExecFwk::EventHandler { 50 explicit DemoHandler(std::shared_ptr<AppExecFwk::EventRunner> &runner) : AppExecFwk::EventHandler(runner) {} in DemoHandler() 52 void ProcessEvent(const AppExecFwk::InnerEvent::Pointer &event) {} in ProcessEvent() 81 AppExecFwk::InnerEvent::Pointer result = AppExecFwk::InnerEvent::Get(1, 1); in HWTEST_F() 82 std::shared_ptr<AppExecFwk::EventRunner> runner = AppExecFwk::EventRunner::Create("test"); in HWTEST_F() 99 AppExecFwk::InnerEvent::Pointer response = AppExecFwk in HWTEST_F() [all...] |
/base/customization/enterprise_device_management/interfaces/inner_api/usb_manager/include/ |
H A D | usb_manager_proxy.h | 30 int32_t SetUsbReadOnly(const AppExecFwk::ElementName &admin, bool readOnly); 31 int32_t DisableUsb(const AppExecFwk::ElementName &admin, bool disable); 32 int32_t IsUsbDisabled(const AppExecFwk::ElementName *admin, bool &result); 33 int32_t AddAllowedUsbDevices(const AppExecFwk::ElementName &admin, std::vector<UsbDeviceId> usbDeviceIds); 34 int32_t RemoveAllowedUsbDevices(const AppExecFwk::ElementName &admin, std::vector<UsbDeviceId> usbDeviceIds); 35 int32_t GetAllowedUsbDevices(const AppExecFwk::ElementName &admin, std::vector<UsbDeviceId> &result); 36 int32_t SetUsbStorageDeviceAccessPolicy(const AppExecFwk::ElementName &admin, int32_t usbPolicy); 37 int32_t GetUsbStorageDeviceAccessPolicy(const AppExecFwk::ElementName &admin, int32_t &result); 39 int32_t AddOrRemoveDisallowedUsbDevices(const AppExecFwk::ElementName &admin, 41 int32_t GetDisallowedUsbDevices(const AppExecFwk [all...] |
/base/customization/enterprise_device_management/common/external/src/ |
H A D | edm_bundle_manager_impl.cpp | 30 sptr<AppExecFwk::IBundleMgr> proxy = iface_cast<AppExecFwk::IBundleMgr>(remoteObject); in GetNameForUid() 40 const AppExecFwk::ExtensionAbilityType &extensionType, int32_t flag, int32_t userId, in QueryExtensionAbilityInfos() 41 std::vector<AppExecFwk::ExtensionAbilityInfo> &extensionInfos) in QueryExtensionAbilityInfos() 44 sptr<AppExecFwk::IBundleMgr> proxy = iface_cast<AppExecFwk::IBundleMgr>(remoteObject); in QueryExtensionAbilityInfos() 53 bool EdmBundleManagerImpl::GetBundleInfo(const std::string &bundleName, const AppExecFwk::BundleFlag flag, in GetBundleInfo() 54 AppExecFwk::BundleInfo &bundleInfo, int32_t userId) in GetBundleInfo() 57 sptr<AppExecFwk::IBundleMgr> proxy = iface_cast<AppExecFwk in GetBundleInfo() [all...] |
/base/security/security_component_manager/services/security_component_service/sa/test/mock/include/ |
H A D | mock_app_mgr_proxy.h | 25 class MockAppMgrProxy : public IRemoteProxy<AppExecFwk::IAppMgr> { 28 : IRemoteProxy<AppExecFwk::IAppMgr>(impl) {} in MockAppMgrProxy() 34 int32_t(const sptr<AppExecFwk::IApplicationStateObserver>&, const std::vector<std::string>&)); 35 MOCK_METHOD1(UnregisterApplicationStateObserver, int32_t(const sptr<AppExecFwk::IApplicationStateObserver> &)); 36 MOCK_METHOD1(GetForegroundApplications, int32_t(std::vector<AppExecFwk::AppStateData>&)); 39 (const sptr<AppExecFwk::IApplicationStateObserver>& observer, const std::vector<std::string>& str) in RegisterApplicationStateObserver() 44 int32_t UnregisterApplicationStateObserver(const sptr<AppExecFwk::IApplicationStateObserver>& observer) in UnregisterApplicationStateObserver() 49 int32_t GetForegroundApplications(std::vector<AppExecFwk::AppStateData>& data) in GetForegroundApplications()
|
/base/customization/enterprise_device_management/interfaces/inner_api/application_manager/include/ |
H A D | application_manager_proxy.h | 25 int32_t AddDisallowedRunningBundles(AppExecFwk::ElementName &admin, std::vector<std::string> &bundles, 27 int32_t RemoveDisallowedRunningBundles(AppExecFwk::ElementName &admin, std::vector<std::string> &bundles, 29 int32_t GetDisallowedRunningBundles(AppExecFwk::ElementName &admin, int32_t userId, 31 int32_t AddAutoStartApps(const AppExecFwk::ElementName &admin, 32 const std::vector<AppExecFwk::ElementName> &autoStartApps); 33 int32_t RemoveAutoStartApps(const AppExecFwk::ElementName &admin, 34 const std::vector<AppExecFwk::ElementName> &autoStartApps); 35 int32_t GetAutoStartApps(const AppExecFwk::ElementName &admin, std::vector<AppExecFwk::ElementName> &autoStartApps);
|
/base/telephony/core_service/utils/common/src/ |
H A D | tel_event_queue.cpp | 51 AppExecFwk::InnerEvent::TimePoint TelEventQueue::GetCurHandleTime() in GetCurHandleTime() 57 void TelEventQueue::SetCurHandleTime(AppExecFwk::InnerEvent::TimePoint handleTime) in SetCurHandleTime() 63 void TelEventQueue::Submit(AppExecFwk::InnerEvent::Pointer &event, AppExecFwk::EventQueue::Priority priority) in Submit() 73 uint32_t TelEventQueue::ToTelPriority(AppExecFwk::EventQueue::Priority priority) in ToTelPriority() 75 if (priority == AppExecFwk::EventQueue::Priority::IMMEDIATE) { in ToTelPriority() 78 if (priority == AppExecFwk::EventQueue::Priority::HIGH) { in ToTelPriority() 84 void TelEventQueue::InsertEventsInner(AppExecFwk::InnerEvent::Pointer &event, AppExecFwk::EventQueue::Priority priority) in InsertEventsInner() 91 auto f = [](const AppExecFwk in InsertEventsInner() [all...] |
/base/notification/eventhandler/test/fuzztest/eventhandler_fuzzer/ |
H A D | eventhandler_fuzzer.cpp | 31 class DumperTest : public AppExecFwk::Dumper {
44 class MyFileDescriptorListener : public AppExecFwk::FileDescriptorListener {
71 std::shared_ptr<AppExecFwk::EventRunner> runner = nullptr;
in DoSomethingInterestingWithMyAPI() 72 AppExecFwk::EventHandler eventHandler(runner);
in DoSomethingInterestingWithMyAPI() 74 std::list<AppExecFwk::InnerEvent::Pointer> events;
in DoSomethingInterestingWithMyAPI() 75 AppExecFwk::InnerEvent::Pointer event = std::move(events.front());
in DoSomethingInterestingWithMyAPI() 77 AppExecFwk::EventQueue::Priority priority = AppExecFwk::EventQueue::Priority::LOW;
in DoSomethingInterestingWithMyAPI() 100 AppExecFwk::DeamonIoWaiter::GetInstance().Init();
in DoSomethingInterestingWithMyAPI() 101 AppExecFwk in DoSomethingInterestingWithMyAPI() [all...] |
/base/customization/enterprise_device_management/interfaces/inner_api/security_manager/include/ |
H A D | security_manager_proxy.h | 33 int32_t GetSecurityPatchTag(const AppExecFwk::ElementName &admin, std::string &info); 34 int32_t GetDeviceEncryptionStatus(const AppExecFwk::ElementName &admin, 36 int32_t SetPasswordPolicy(const AppExecFwk::ElementName &admin, const PasswordPolicy &policy); 37 int32_t GetPasswordPolicy(const AppExecFwk::ElementName &admin, PasswordPolicy &policy); 39 int32_t GetRootCheckStatus(const AppExecFwk::ElementName &admin, std::string &info); 40 int32_t SetAppClipboardPolicy(const AppExecFwk::ElementName &admin, const int32_t tokenId, 42 int32_t GetAppClipboardPolicy(const AppExecFwk::ElementName &admin, const int32_t tokenId, 44 int32_t SetWatermarkImage(const AppExecFwk::ElementName &admin, const std::string &bundleName, 46 int32_t CancelWatermarkImage(const AppExecFwk::ElementName &admin, const std::string &bundleName, 50 int32_t GetPasswordPolicy(const AppExecFwk [all...] |