Home
last modified time | relevance | path

Searched refs:AppExecFwk (Results 1 – 25 of 801) sorted by relevance

12345678910>>...33

/base/telephony/cellular_call/services/manager/include/
Dcellular_call_handler.h35 class CellularCallHandler : public AppExecFwk::EventHandler, public EventFwk::CommonEventSubscriber…
43 explicit CellularCallHandler(const std::shared_ptr<AppExecFwk::EventRunner> &runner,
56 void ProcessEvent(const AppExecFwk::InnerEvent::Pointer &event) override;
80 void SimStateChangeReport(const AppExecFwk::InnerEvent::Pointer &event);
82 void SimRecordsLoadedReport(const AppExecFwk::InnerEvent::Pointer &event);
84 void DialResponse(const AppExecFwk::InnerEvent::Pointer &event);
86 …void CommonResultEventHandling(const AppExecFwk::InnerEvent::Pointer &event, CellularCallEventInfo…
88 void CommonResultResponse(const AppExecFwk::InnerEvent::Pointer &event);
90 void ExecutePostDial(const AppExecFwk::InnerEvent::Pointer &event);
92 void SendDtmfResponse(const AppExecFwk::InnerEvent::Pointer &event);
[all …]
/base/telephony/core_service/services/tel_ril/test/
Dtel_ril_test.h190 … void OnInitForRegister(int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &handler);
192 …void OnProcessInput(int32_t slotId, int32_t what, const std::shared_ptr<AppExecFwk::EventHandler> …
195 int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &handler);
197 …void OnRequestSimGetSimStatusTest(int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> …
199 …void OnRequestSimIccIoTest(int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &handle…
201 …void OnRequestOpenLGSimIOTest(int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &han…
204 const std::shared_ptr<AppExecFwk::EventHandler> &handler);
207 const std::shared_ptr<AppExecFwk::EventHandler> &handler);
209 …void OnRequestSimAuthenticationTest(int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler…
211 …void OnRequestCloseLGSimIOTest(int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &ha…
[all …]
/base/telephony/core_service/test/unittest/tel_ril_gtest/
Dtel_ril_test_util.h145 …void ProcessTest(int32_t index, int32_t slotId, std::shared_ptr<AppExecFwk::EventHandler> handler);
148 class DemoHandler : public AppExecFwk::EventHandler {
150 explicit DemoHandler(const std::shared_ptr<AppExecFwk::EventRunner> &runner) in DemoHandler()
151 : AppExecFwk::EventHandler(runner) in DemoHandler()
157 void ProcessEvent(const AppExecFwk::InnerEvent::Pointer &event) override;
158 void ProcessResponseInfo(const AppExecFwk::InnerEvent::Pointer &event);
181 …void CallGetCurrentCallsStatusTest(int32_t slotId, std::shared_ptr<AppExecFwk::EventHandler> handl…
182 void SimGetSimStatusTest(int32_t slotId, std::shared_ptr<AppExecFwk::EventHandler> handler);
183 void SimIccIoTest(int32_t slotId, std::shared_ptr<AppExecFwk::EventHandler> handler);
184 void SimGetImsiTest(int32_t slotId, std::shared_ptr<AppExecFwk::EventHandler> handler);
[all …]
Dtel_ril_test_util.cpp131 void TelRilTest::ProcessTest(int32_t index, int32_t slotId, std::shared_ptr<AppExecFwk::EventHandle… in ProcessTest()
297 void TelRilTest::CallGetCurrentCallsStatusTest(int32_t slotId, std::shared_ptr<AppExecFwk::EventHan… in CallGetCurrentCallsStatusTest()
300 auto event = AppExecFwk::InnerEvent::Get(eventId); in CallGetCurrentCallsStatusTest()
317 void TelRilTest::SimGetSimStatusTest(int32_t slotId, std::shared_ptr<AppExecFwk::EventHandler> hand… in SimGetSimStatusTest()
320 auto event = AppExecFwk::InnerEvent::Get(eventId); in SimGetSimStatusTest()
336 void TelRilTest::SimIccIoTest(int32_t slotId, std::shared_ptr<AppExecFwk::EventHandler> handler) in SimIccIoTest()
339 auto event = AppExecFwk::InnerEvent::Get(eventId); in SimIccIoTest()
364 void TelRilTest::SimGetImsiTest(int32_t slotId, std::shared_ptr<AppExecFwk::EventHandler> handler) in SimGetImsiTest()
367 auto event = AppExecFwk::InnerEvent::Get(eventId); in SimGetImsiTest()
383 void TelRilTest::GetSimLockStatusTest(int32_t slotId, std::shared_ptr<AppExecFwk::EventHandler> han… in GetSimLockStatusTest()
[all …]
/base/telephony/core_service/interfaces/innerkits/include/
Di_tel_ril_manager.h34 …int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &handler, int32_t what, int32_t *o…
36 …int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &observerCallBack, int32_t what) =…
39 … int32_t slotId, int32_t fun, int32_t rst, const AppExecFwk::InnerEvent::Pointer &response) = 0;
40 …virtual int32_t GetRadioState(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) = 0;
42 virtual int32_t ShutDown(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) = 0;
44 virtual int32_t GetCallList(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &result) = 0;
47 …int32_t slotId, std::string address, int32_t clirMode, const AppExecFwk::InnerEvent::Pointer &resu…
49 virtual int32_t Reject(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &result) = 0;
51 …virtual int32_t Hangup(int32_t slotId, int32_t gsmIndex, const AppExecFwk::InnerEvent::Pointer &re…
53 virtual int32_t Answer(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &result) = 0;
[all …]
Dcore_manager_inner.h40 … 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);
56 …int32_t slotId, int32_t eventId, int fun, int rst, const std::shared_ptr<AppExecFwk::EventHandler>…
58 … int32_t slotId, int32_t eventId, const std::shared_ptr<AppExecFwk::EventHandler> &handler) const;
59 …int32_t ShutDown(int32_t slotId, int32_t eventId, const std::shared_ptr<AppExecFwk::EventHandler> …
61 const std::shared_ptr<AppExecFwk::EventHandler> &handler);
62 …int32_t Reject(int32_t slotId, int32_t eventId, const std::shared_ptr<AppExecFwk::EventHandler> &h…
64 …int32_t slotId, int32_t eventId, int32_t gsmIndex, const std::shared_ptr<AppExecFwk::EventHandler>…
65 …int32_t Answer(int32_t slotId, int32_t eventId, const std::shared_ptr<AppExecFwk::EventHandler> &h…
67 … int32_t slotId, int32_t eventId, const std::shared_ptr<AppExecFwk::EventHandler> &handler) const;
[all …]
/base/telephony/core_service/services/sim/include/
Dsim_file.h25 …SimFile(const std::shared_ptr<AppExecFwk::EventRunner> &runner, std::shared_ptr<SimStateManager> s…
34 …const std::string &alphaTag, const std::string &number, const AppExecFwk::InnerEvent::Pointer &onC…
35 void ProcessEvent(const AppExecFwk::InnerEvent::Pointer &event);
37 bool ProcessIccReady(const AppExecFwk::InnerEvent::Pointer &event);
54 bool ProcessIccLocked(const AppExecFwk::InnerEvent::Pointer &event);
76 using FileProcessFunc = bool (SimFile::*)(const AppExecFwk::InnerEvent::Pointer &event);
79 void ObtainSpnPhase(bool start, const AppExecFwk::InnerEvent::Pointer &event);
86 void ProcessSpnGeneral(const AppExecFwk::InnerEvent::Pointer &event);
87 void ProcessSpnCphs(const AppExecFwk::InnerEvent::Pointer &event);
88 void ProcessSpnShortCphs(const AppExecFwk::InnerEvent::Pointer &event);
[all …]
Dicc_file_controller.h32 class IccFileController : public AppExecFwk::EventHandler {
34 IccFileController(const std::shared_ptr<AppExecFwk::EventRunner> &runner, int slotId);
35 virtual void ProcessEvent(const AppExecFwk::InnerEvent::Pointer &event);
37 void ObtainBinaryFile(int fileId, const AppExecFwk::InnerEvent::Pointer &event);
38 void ObtainBinaryFile(int fileId, int size, const AppExecFwk::InnerEvent::Pointer &event);
41 … int fileId, const std::string &path, int fileNum, const AppExecFwk::InnerEvent::Pointer &event);
42 … void ObtainLinearFixedFile(int fileId, int fileNum, const AppExecFwk::InnerEvent::Pointer &event);
45 int fileId, const std::string &path, const AppExecFwk::InnerEvent::Pointer &event);
46 void ObtainAllLinearFixedFile(int fileId, const AppExecFwk::InnerEvent::Pointer &event);
47 …void ObtainLinearFileSize(int fileId, const std::string &path, const AppExecFwk::InnerEvent::Point…
[all …]
Dstk_controller.h27 class StkController : public AppExecFwk::EventHandler {
29 StkController(const std::shared_ptr<AppExecFwk::EventRunner> &runner,
41 void ProcessEvent(const AppExecFwk::InnerEvent::Pointer &event) override;
42 void OnIccStateChanged(const AppExecFwk::InnerEvent::Pointer &event);
43 void OnSendRilSessionEnd(const AppExecFwk::InnerEvent::Pointer &event) const;
44 void OnSendRilProactiveCommand(const AppExecFwk::InnerEvent::Pointer &event) const;
45 void OnSendRilAlphaNotify(const AppExecFwk::InnerEvent::Pointer &event) const;
46 void OnSendRilEventNotify(const AppExecFwk::InnerEvent::Pointer &event) const;
47 void OnIccRefresh(const AppExecFwk::InnerEvent::Pointer &event) const;
49 void OnSendTerminalResponseResult(const AppExecFwk::InnerEvent::Pointer &event);
[all …]
Dradio_protocol_controller.h29 class RadioProtocolController : public AppExecFwk::EventHandler {
32 const std::shared_ptr<AppExecFwk::EventRunner> &runner);
51 void ProcessEvent(const AppExecFwk::InnerEvent::Pointer &event);
52 void ProcessGetRadioProtocol(const AppExecFwk::InnerEvent::Pointer &event);
53 void ProcessCheckRadioProtocol(const AppExecFwk::InnerEvent::Pointer &event);
54 void ProcessUpdateRadioProtocol(const AppExecFwk::InnerEvent::Pointer &event);
55 void ProcessRadioProtocolNotify(const AppExecFwk::InnerEvent::Pointer &event);
56 void ProcessSetRadioProtocolComplete(const AppExecFwk::InnerEvent::Pointer &event);
57 void ProcessSetRadioProtocolTimeout(const AppExecFwk::InnerEvent::Pointer &event);
67 bool ProcessResponseInfoOfEvent(const AppExecFwk::InnerEvent::Pointer &event);
[all …]
Dicc_dialling_numbers_cache.h38 class IccDiallingNumbersCache : public AppExecFwk::EventHandler {
41 …const std::shared_ptr<AppExecFwk::EventRunner> &runner, std::shared_ptr<SimFileManager> simFileMan…
47 int recordIndex, bool isDel, const AppExecFwk::InnerEvent::Pointer &caller);
48 …void ObtainAllDiallingNumberFiles(int fileId, int extensionEf, const AppExecFwk::InnerEvent::Point…
49 void ProcessEvent(const AppExecFwk::InnerEvent::Pointer &event);
57 …void SendUpdateResult(const AppExecFwk::InnerEvent::Pointer &caller, const std::shared_ptr<void> &…
58 void SendBackResult(const AppExecFwk::InnerEvent::Pointer &caller,
63 void SendExceptionResult(const AppExecFwk::InnerEvent::Pointer &caller, int errCode);
64 AppExecFwk::InnerEvent::Pointer BuildCallerInfo(
65 …int eventId, int fileId, int index, std::shared_ptr<void> pobj, const AppExecFwk::InnerEvent::Poin…
[all …]
/base/telephony/core_service/services/network_search/include/
Dnetwork_search_handler.h38 class NetworkSearchHandler : public AppExecFwk::EventHandler {
40 using NsHandlerFunc = void (NetworkSearchHandler::*)(const AppExecFwk::InnerEvent::Pointer &);
41 NetworkSearchHandler(const std::shared_ptr<AppExecFwk::EventRunner> &runner,
49 void ProcessEvent(const AppExecFwk::InnerEvent::Pointer &event) override;
53 void DcPhysicalLinkActiveUpdate(const AppExecFwk::InnerEvent::Pointer &event);
54 void NotifyStateChange(const AppExecFwk::InnerEvent::Pointer &event);
55 void HandleDelayNotifyEvent(const AppExecFwk::InnerEvent::Pointer &event);
58 void UpdateImsServiceStatus(const AppExecFwk::InnerEvent::Pointer &event);
59 void UpdateImsRegisterState(const AppExecFwk::InnerEvent::Pointer &event);
100 void GetRadioStateResponse(const AppExecFwk::InnerEvent::Pointer &event);
[all …]
/base/telephony/core_service/services/tel_ril/include/
Dtel_ril_manager.h43 …int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &handler, int32_t what, int32_t *o…
45 …int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &observerCallBack, int32_t what) o…
48 …int32_t slotId, int32_t fun, int32_t rst, const AppExecFwk::InnerEvent::Pointer &response) overrid…
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 &resu…
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) ov…
62 int32_t Answer(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &result) override;
[all …]
Dtel_ril_call.h30 int32_t GetCallList(const AppExecFwk::InnerEvent::Pointer &result);
31 …int32_t Dial(const std::string address, int32_t clirMode, const AppExecFwk::InnerEvent::Pointer &r…
32 int32_t Reject(const AppExecFwk::InnerEvent::Pointer &result);
33 int32_t Hangup(int32_t gsmIndex, const AppExecFwk::InnerEvent::Pointer &result);
34 int32_t Answer(const AppExecFwk::InnerEvent::Pointer &result);
35 int32_t HoldCall(const AppExecFwk::InnerEvent::Pointer &result);
36 int32_t UnHoldCall(const AppExecFwk::InnerEvent::Pointer &result);
37 int32_t SwitchCall(const AppExecFwk::InnerEvent::Pointer &result);
38 …int32_t SeparateConference(int32_t callIndex, int32_t callType, const AppExecFwk::InnerEvent::Poin…
39 int32_t CombineConference(int32_t callType, const AppExecFwk::InnerEvent::Pointer &result);
[all …]
/base/telephony/cellular_data/services/include/
Dcellular_data_handler.h38 class CellularDataHandler : public AppExecFwk::EventHandler, public EventFwk::CommonEventSubscriber…
40 explicit CellularDataHandler(const std::shared_ptr<AppExecFwk::EventRunner> &runner,
46 void ProcessEvent(const AppExecFwk::InnerEvent::Pointer &event) override;
59 void HandleApnChanged(const AppExecFwk::InnerEvent::Pointer &event);
75 void RadioPsConnectionAttached(const AppExecFwk::InnerEvent::Pointer &event);
76 void RadioPsConnectionDetached(const AppExecFwk::InnerEvent::Pointer &event);
77 void RoamingStateOn(const AppExecFwk::InnerEvent::Pointer &event);
78 void RoamingStateOff(const AppExecFwk::InnerEvent::Pointer &event);
79 void PsRadioEmergencyStateOpen(const AppExecFwk::InnerEvent::Pointer &event);
80 void PsRadioEmergencyStateClose(const AppExecFwk::InnerEvent::Pointer &event);
[all …]
/base/telephony/cellular_data/services/include/state_machine/
Dactive.h39 virtual bool StateProcess(const AppExecFwk::InnerEvent::Pointer &event);
42 bool ProcessConnectDone(const AppExecFwk::InnerEvent::Pointer &event);
43 bool ProcessDisconnectDone(const AppExecFwk::InnerEvent::Pointer &event);
44 bool ProcessDisconnectAllDone(const AppExecFwk::InnerEvent::Pointer &event);
45 bool ProcessLostConnection(const AppExecFwk::InnerEvent::Pointer &event);
46 bool ProcessLinkCapabilityChanged(const AppExecFwk::InnerEvent::Pointer &event);
47 bool ProcessDataConnectionRoamOn(const AppExecFwk::InnerEvent::Pointer &event);
48 bool ProcessDataConnectionRoamOff(const AppExecFwk::InnerEvent::Pointer &event);
49 bool ProcessDataConnectionVoiceCallStartedOrEnded(const AppExecFwk::InnerEvent::Pointer &event);
50 bool ProcessNrStateChanged(const AppExecFwk::InnerEvent::Pointer &event);
[all …]
/base/account/os_account/services/accountmgr/test/mock/common/
Dbundle_manager_adapter.cpp58 bool BundleManagerAdapter::GetBundleInfo(const std::string &bundleName, const AppExecFwk::BundleFla… in GetBundleInfo()
59 AppExecFwk::BundleInfo &bundleInfo, int32_t userId) in GetBundleInfo()
66 AppExecFwk::ExtensionAbilityInfo extensionInfo; in GetBundleInfo()
68 extensionInfo.type = AppExecFwk::ExtensionAbilityType::APP_ACCOUNT_AUTHORIZATION; in GetBundleInfo()
76 AppExecFwk::ExtensionAbilityInfo extensionInfo; in GetBundleInfo()
82 AppExecFwk::ExtensionAbilityInfo extensionInfo1; in GetBundleInfo()
84 extensionInfo1.type = AppExecFwk::ExtensionAbilityType::APP_ACCOUNT_AUTHORIZATION; in GetBundleInfo()
86 AppExecFwk::ExtensionAbilityInfo extensionInfo2; in GetBundleInfo()
88 extensionInfo2.type = AppExecFwk::ExtensionAbilityType::APP_ACCOUNT_AUTHORIZATION; in GetBundleInfo()
96 std::vector<AppExecFwk::AbilityInfo> &abilityInfos) in QueryAbilityInfos()
[all …]
/base/customization/enterprise_device_management/test/unittest/edm_plugin/src/
Dbundle_install_plugin_test.cpp57 …for (int32_t policyType = static_cast<int32_t>(AppExecFwk::AppInstallControlRuleType::DISALLOWED_U…
58 …policyType <= static_cast<int32_t>(AppExecFwk::AppInstallControlRuleType::DISALLOWED_INSTALL); pol…
59 …plugin.SetAppInstallControlRuleType(static_cast<AppExecFwk::AppInstallControlRuleType>(policyType)…
75 …for (int32_t policyType = static_cast<int32_t>(AppExecFwk::AppInstallControlRuleType::DISALLOWED_U…
76 …policyType <= static_cast<int32_t>(AppExecFwk::AppInstallControlRuleType::DISALLOWED_INSTALL); pol…
77 …plugin.SetAppInstallControlRuleType(static_cast<AppExecFwk::AppInstallControlRuleType>(policyType)…
94 …for (int32_t policyType = static_cast<int32_t>(AppExecFwk::AppInstallControlRuleType::DISALLOWED_U…
95 …policyType <= static_cast<int32_t>(AppExecFwk::AppInstallControlRuleType::DISALLOWED_INSTALL); pol…
96 …plugin.SetAppInstallControlRuleType(static_cast<AppExecFwk::AppInstallControlRuleType>(policyType)…
137 …for (int32_t policyType = static_cast<int32_t>(AppExecFwk::AppInstallControlRuleType::DISALLOWED_U…
[all …]
/base/customization/enterprise_device_management/interfaces/inner_api/network_manager/include/
Dnetwork_manager_proxy.h30 …int32_t GetAllNetworkInterfaces(const AppExecFwk::ElementName &admin, std::vector<std::string> &ne…
31 …int32_t GetIpOrMacAddress(const AppExecFwk::ElementName &admin, const std::string &networkInterfac…
33 …int32_t SetNetworkInterfaceDisabled(const AppExecFwk::ElementName &admin, const std::string &netwo…
35 …int32_t IsNetworkInterfaceDisabled(const AppExecFwk::ElementName &admin, const std::string &networ…
37 …int32_t AddIptablesFilterRule(const AppExecFwk::ElementName &admin, const IPTABLES::AddFilter &fil…
38 …int32_t RemoveIptablesFilterRule(const AppExecFwk::ElementName &admin, const IPTABLES::RemoveFilte…
39 int32_t ListIptablesFilterRules(const AppExecFwk::ElementName &admin, std::string &result);
40 …int32_t SetGlobalHttpProxy(const AppExecFwk::ElementName &admin, const NetManagerStandard::HttpPro…
41 …int32_t GetGlobalHttpProxy(const AppExecFwk::ElementName *admin, NetManagerStandard::HttpProxy &ht…
/base/telephony/core_service/frameworks/native/src/
Dcore_manager_inner.cpp77 … int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &handler, int what, int32_t *obj) in RegisterCoreNotify()
102 int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &observerCallBack, int what) in UnRegisterCoreNotify()
183 const std::shared_ptr<AppExecFwk::EventHandler> &handler) const in SetUssd()
189 AppExecFwk::InnerEvent::Pointer response = AppExecFwk::InnerEvent::Get(eventId); in SetUssd()
199 int32_t slotId, int32_t eventId, const std::shared_ptr<AppExecFwk::EventHandler> &handler) const in CloseUnFinishedUssd()
205 AppExecFwk::InnerEvent::Pointer response = AppExecFwk::InnerEvent::Get(eventId); in CloseUnFinishedUssd()
215 int32_t slotId, int32_t eventId, const std::shared_ptr<AppExecFwk::EventHandler> &handler) const in GetUssd()
221 AppExecFwk::InnerEvent::Pointer response = AppExecFwk::InnerEvent::Get(eventId); in GetUssd()
231 int32_t slotId, int32_t eventId, const std::shared_ptr<AppExecFwk::EventHandler> &handler) const in GetMute()
237 AppExecFwk::InnerEvent::Pointer response = AppExecFwk::InnerEvent::Get(eventId); in GetMute()
[all …]
/base/telephony/core_service/services/tel_ril/src/
Dtel_ril_manager.cpp73 eventLoop_ = AppExecFwk::EventRunner::Create("TelRilEventLoop"); in CreatTelRilHandler()
202 …int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &observerCallBack, int32_t what, i… in RegisterCoreNotify()
233 int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &observerCallBack, int32_t what) in UnRegisterCoreNotify()
247 int32_t slotId, int32_t fun, int32_t rst, const AppExecFwk::InnerEvent::Pointer &response) in SetRadioState()
252 int32_t TelRilManager::GetRadioState(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &respons… in GetRadioState()
257 int32_t TelRilManager::ShutDown(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) in ShutDown()
262 int32_t TelRilManager::GetVoiceRadioTechnology(int32_t slotId, const AppExecFwk::InnerEvent::Pointe… in GetVoiceRadioTechnology()
267 int32_t TelRilManager::GetImei(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) in GetImei()
272 int32_t TelRilManager::GetMeid(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) in GetMeid()
277 int32_t TelRilManager::GetBasebandVersion(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &re… in GetBasebandVersion()
[all …]
/base/telephony/call_manager/frameworks/js/napi/include/
Dnapi_call_ability_callback.h72 … int32_t UpdateAsyncResultsInfo(const CallResultReportId reportId, AppExecFwk::PacMap &resultInfo);
73 int32_t OttCallRequest(OttCallRequestId requestId, AppExecFwk::PacMap &info);
87 int32_t ReportGetWaitingInfo(AppExecFwk::PacMap &resultInfo);
88 int32_t ReportSetWaitingInfo(AppExecFwk::PacMap &resultInfo);
89 int32_t ReportGetRestrictionInfo(AppExecFwk::PacMap &resultInfo);
90 int32_t ReportSetRestrictionInfo(AppExecFwk::PacMap &resultInfo);
91 int32_t ReportSetRestrictionPassword(AppExecFwk::PacMap &resultInfo);
92 int32_t ReportGetTransferInfo(AppExecFwk::PacMap &resultInfo);
93 int32_t ReportSetTransferInfo(AppExecFwk::PacMap &resultInfo);
95 … static void ReportWaitAndLimitInfo(AppExecFwk::PacMap &resultInfo, EventCallback supplementInfo);
[all …]
/base/account/os_account/services/accountmgr/src/appaccount/
Dapp_account_authenticator_manager.cpp28 std::vector<AppExecFwk::AbilityInfo> &abilityInfos, in QueryAbilityInfos()
29 std::vector<AppExecFwk::ExtensionAbilityInfo> &extensionInfos) in QueryAbilityInfos()
35 want, AppExecFwk::BundleFlag::GET_BUNDLE_WITH_ABILITIES, userId, abilityInfos); in QueryAbilityInfos()
38 want, AppExecFwk::BundleFlag::GET_BUNDLE_WITH_ABILITIES, userId, extensionInfos); in QueryAbilityInfos()
43 want, AppExecFwk::BundleFlag::GET_BUNDLE_WITH_ABILITIES, userId, abilityInfos); in QueryAbilityInfos()
47 want, AppExecFwk::BundleFlag::GET_BUNDLE_WITH_ABILITIES, userId, extensionInfos); in QueryAbilityInfos()
59 std::vector<AppExecFwk::AbilityInfo> abilityInfos; in GetAuthenticatorInfo()
60 std::vector<AppExecFwk::ExtensionAbilityInfo> extensionInfos; in GetAuthenticatorInfo()
67 [abilityInfos](AppExecFwk::AbilityInfo abilityInfo) { in GetAuthenticatorInfo()
68 … return ((abilityInfo.type == AppExecFwk::AbilityType::SERVICE) && (abilityInfo.visible)); in GetAuthenticatorInfo()
[all …]
/base/customization/enterprise_device_management/interfaces/inner_api/common/include/
Denterprise_device_mgr_proxy.h42 …ErrCode EnableAdmin(AppExecFwk::ElementName &admin, EntInfo &entInfo, AdminType type, int32_t user…
43 ErrCode DisableAdmin(AppExecFwk::ElementName &admin, int32_t userId);
46 ErrCode GetEnterpriseInfo(AppExecFwk::ElementName &admin, EntInfo &entInfo);
47 ErrCode SetEnterpriseInfo(AppExecFwk::ElementName &admin, EntInfo &entInfo);
48 …ErrCode HandleManagedEvent(const AppExecFwk::ElementName &admin, const std::vector<uint32_t> &even…
51 ErrCode IsAdminEnabled(AppExecFwk::ElementName &admin, int32_t userId, bool &result);
54 ErrCode AuthorizeAdmin(const AppExecFwk::ElementName &admin, const std::string &bundleName);
59 …int32_t SetPolicyDisabled(const AppExecFwk::ElementName &admin, bool isDisabled, uint32_t policyCo…
60 int32_t IsPolicyDisabled(const AppExecFwk::ElementName *admin, int policyCode, bool &result);
61 bool GetPolicyValue(AppExecFwk::ElementName *admin, int policyCode, std::string &policyData,
[all …]
Dienterprise_device_mgr.h35 …virtual ErrCode EnableAdmin(AppExecFwk::ElementName &admin, EntInfo &entInfo, AdminType type, int3…
36 virtual ErrCode DisableAdmin(AppExecFwk::ElementName &admin, int32_t userId) = 0;
38 …virtual ErrCode HandleDevicePolicy(uint32_t code, AppExecFwk::ElementName &admin, MessageParcel &d…
42 virtual ErrCode GetEnterpriseInfo(AppExecFwk::ElementName &admin, MessageParcel &reply) = 0;
43 virtual ErrCode SetEnterpriseInfo(AppExecFwk::ElementName &admin, EntInfo &entInfo) = 0;
44 virtual ErrCode SubscribeManagedEvent(const AppExecFwk::ElementName &admin,
46 virtual ErrCode UnsubscribeManagedEvent(const AppExecFwk::ElementName &admin,
49 virtual bool IsAdminEnabled(AppExecFwk::ElementName &admin, int32_t userId) = 0;
50 …virtual ErrCode AuthorizeAdmin(const AppExecFwk::ElementName &admin, const std::string &bundleName…

12345678910>>...33