/ohos5.0/foundation/ability/ability_runtime/services/common/include/ |
H A D | ui_extension_utils.h | 34 AppExecFwk::ExtensionAbilityType::SHARE, in GetUiExtensionSet() 35 AppExecFwk::ExtensionAbilityType::ACTION, in GetUiExtensionSet() 39 AppExecFwk::ExtensionAbilityType::UI, in GetUiExtensionSet() 47 AppExecFwk::ExtensionAbilityType::ADS, in GetUiExtensionSet() 48 AppExecFwk::ExtensionAbilityType::VOIP, in GetUiExtensionSet() 94 AppExecFwk::ExtensionAbilityType::UI, in IsSystemUIExtension() 97 AppExecFwk::ExtensionAbilityType::ADS, in IsSystemUIExtension() 118 AppExecFwk::ExtensionAbilityType::SHARE, in IsSystemCallerNeeded() 119 AppExecFwk::ExtensionAbilityType::ACTION, in IsSystemCallerNeeded() 121 AppExecFwk::ExtensionAbilityType::VOIP in IsSystemCallerNeeded() [all …]
|
/ohos5.0/foundation/ability/form_fwk/ |
H A D | libfms.map | 19 *OHOS::AppExecFwk::BundleFormInfo*; 23 *OHOS::AppExecFwk::FormAmsHelper*; 25 *OHOS::AppExecFwk::FormBmsHelper*; 27 *OHOS::AppExecFwk::FormCacheMgr*; 28 *OHOS::AppExecFwk::FormCallerMgr*; 30 *OHOS::AppExecFwk::FormDataMgr*; 31 *OHOS::AppExecFwk::FormDbCache*; 34 *OHOS::AppExecFwk::FormDumpMgr*; 43 *OHOS::AppExecFwk::FormInfoMgr*; 65 *OHOS::AppExecFwk::FormTaskMgr*; [all …]
|
/ohos5.0/base/telephony/cellular_call/services/manager/include/ |
H A D | cellular_call_handler.h | 85 void FactoryReset(const AppExecFwk::InnerEvent::Pointer &event); 95 void DialResponse(const AppExecFwk::InnerEvent::Pointer &event); 103 void ExecutePostDial(const AppExecFwk::InnerEvent::Pointer &event); 105 void SwapCallResponse(const AppExecFwk::InnerEvent::Pointer &event); 107 void SendDtmfResponse(const AppExecFwk::InnerEvent::Pointer &event); 111 void StopDtmfResponse(const AppExecFwk::InnerEvent::Pointer &event); 141 void SetMuteResponse(const AppExecFwk::InnerEvent::Pointer &event); 143 void GetMuteResponse(const AppExecFwk::InnerEvent::Pointer &event); 194 void GetCsCallData(const AppExecFwk::InnerEvent::Pointer &event); 195 void GetImsCallData(const AppExecFwk::InnerEvent::Pointer &event); [all …]
|
/ohos5.0/base/telephony/core_service/services/tel_ril/test/ |
H A D | tel_ril_test.h | 205 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); 224 int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &handler); 255 int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &handler); 300 int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &handler); 303 int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &handler); 399 class DemoHandler : public AppExecFwk::EventHandler { 402 : AppExecFwk::EventHandler(runner), slotId_(slotId) in DemoHandler() 407 void ProcessEvent(const AppExecFwk::InnerEvent::Pointer &event) override; [all …]
|
/ohos5.0/base/telephony/core_service/test/unittest/tel_ril_gtest/ |
H A D | tel_ril_test_util.h | 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); 187 void SimIccIoTest(int32_t slotId, std::shared_ptr<AppExecFwk::EventHandler> handler); 212 void CallJoinTest(int32_t slotId, std::shared_ptr<AppExecFwk::EventHandler> handler); 215 void CallHoldTest(int32_t slotId, std::shared_ptr<AppExecFwk::EventHandler> handler); 219 void GetClipTest(int32_t slotId, std::shared_ptr<AppExecFwk::EventHandler> handler); 223 void SetClipTest(int32_t slotId, std::shared_ptr<AppExecFwk::EventHandler> handler); [all …]
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | i_tel_ril_manager.h | 51 virtual int32_t Reject(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &result) = 0; 64 int32_t slotId, int32_t callType, const AppExecFwk::InnerEvent::Pointer &result) = 0; 91 int32_t slotId, std::string fac, const AppExecFwk::InnerEvent::Pointer &result) = 0; 108 int32_t slotId, int32_t state, const AppExecFwk::InnerEvent::Pointer &result) = 0; 162 const AppExecFwk::InnerEvent::Pointer &response) = 0; 210 const AppExecFwk::InnerEvent::Pointer &result) = 0; 214 const AppExecFwk::InnerEvent::Pointer &result) = 0; 251 const AppExecFwk::InnerEvent::Pointer &response) = 0; 259 const AppExecFwk::InnerEvent::Pointer &response) = 0; 261 const AppExecFwk::InnerEvent::Pointer &response) = 0; [all …]
|
/ohos5.0/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_manager.h | 99 const AppExecFwk::InnerEvent::Pointer &result) override; 156 const AppExecFwk::InnerEvent::Pointer &response) override; 192 const AppExecFwk::InnerEvent::Pointer &response) override; 206 const AppExecFwk::InnerEvent::Pointer &response) override; 234 const AppExecFwk::InnerEvent::Pointer &result) override; 237 const AppExecFwk::InnerEvent::Pointer &result) override; 248 const AppExecFwk::InnerEvent::Pointer &response) override; 256 const AppExecFwk::InnerEvent::Pointer &result) override; 270 const AppExecFwk::InnerEvent::Pointer &response) override; 273 const AppExecFwk::InnerEvent::Pointer &response) override; [all …]
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_extension_test/ |
H A D | ability_extension_test.cpp | 34 using OHOS::AppExecFwk::ElementName; 163 …std::shared_ptr<AppExecFwk::OHOSApplication> application = std::make_shared<AppExecFwk::OHOSApplic… 184 std::shared_ptr<AppExecFwk::AbilityInfo> info = std::make_shared<AppExecFwk::AbilityInfo>(); 208 std::shared_ptr<AppExecFwk::AbilityInfo> info = std::make_shared<AppExecFwk::AbilityInfo>(); 232 std::shared_ptr<AppExecFwk::AbilityInfo> info = std::make_shared<AppExecFwk::AbilityInfo>(); 256 std::shared_ptr<AppExecFwk::AbilityInfo> info = std::make_shared<AppExecFwk::AbilityInfo>(); 282 std::shared_ptr<AppExecFwk::AbilityInfo> info = std::make_shared<AppExecFwk::AbilityInfo>(); 321 std::shared_ptr<AppExecFwk::AbilityInfo> info = std::make_shared<AppExecFwk::AbilityInfo>(); 348 std::shared_ptr<AppExecFwk::AbilityInfo> info = std::make_shared<AppExecFwk::AbilityInfo>(); 387 std::shared_ptr<AppExecFwk::AbilityInfo> info = std::make_shared<AppExecFwk::AbilityInfo>(); [all …]
|
/ohos5.0/foundation/ability/form_fwk/frameworks/js/napi/form_info/ |
H A D | js_form_info.cpp | 30 … napi_set_named_property(engine, objValue, "JS", CreateJsValue(engine, AppExecFwk::FormType::JS)); in CreateJsFormType() 31 …napi_set_named_property(engine, objValue, "eTS", CreateJsValue(engine, AppExecFwk::FormType::ETS)); in CreateJsFormType() 41 … engine, objValue, "MODE_AUTO", CreateJsValue(engine, AppExecFwk::FormsColorMode::AUTO_MODE)); in CreateJsColorMode() 43 … engine, objValue, "MODE_DARK", CreateJsValue(engine, AppExecFwk::FormsColorMode::DARK_MODE)); in CreateJsColorMode() 68 engine, AppExecFwk::Constants::PARAM_FORM_RENDERINGMODE_KEY)); in CreateJsFormParam() 164 AppExecFwk::Constants::FormLocation::NEGATIVE_SCREEN)); in CreateJsFormLocation() 167 AppExecFwk::Constants::FormLocation::FORM_CENTER_NEGATIVE_SCREEN)); in CreateJsFormLocation() 170 AppExecFwk::Constants::FormLocation::FORM_MANAGER_NEGATIVE_SCREEN)); in CreateJsFormLocation() 189 CreateJsValue(engine, AppExecFwk::Constants::PublishFormErrorCode::PARAM_ERROR)); in CreateJsPublishFormErrorCode() 191 CreateJsValue(engine, AppExecFwk::Constants::PublishFormErrorCode::INTERNAL_ERROR)); in CreateJsPublishFormErrorCode() [all …]
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | libabilitykit_native.map | 19 *OHOS::AppExecFwk::AbilityTransactionCallbackInfo*; 24 …"OHOS::AppExecFwk::CreateAsyncCallback(napi_env__*, napi_value__*, OHOS::AppExecFwk::__AsyncJSCall… 28 …"OHOS::AppExecFwk::ExecuteAsyncCallbackWork(napi_env__*, OHOS::AppExecFwk::__AsyncJSCallbackInfo*,… 29 …"OHOS::AppExecFwk::ExecutePromiseCallbackWork(napi_env__*, OHOS::AppExecFwk::__AsyncJSCallbackInfo… 30 "OHOS::AppExecFwk::FreeAsyncJSCallbackInfo(OHOS::AppExecFwk::__AsyncJSCallbackInfo**)"; 32 …"OHOS::AppExecFwk::GetContinueAbilityOptionsInfoCommon(napi_env__* const&, napi_value__* const&, O… 33 "OHOS::AppExecFwk::GetDataAbilityHelperStatus()"; 37 "OHOS::AppExecFwk::GetStartAbilityErrorCode(int)"; 40 *OHOS::AppExecFwk::NAPI*; 44 *OHOS::AppExecFwk::Unwrap*; [all …]
|
/ohos5.0/base/telephony/cellular_data/services/include/ |
H A D | cellular_data_handler.h | 48 void ProcessEvent(const AppExecFwk::InnerEvent::Pointer &event) override; 63 void HandleApnChanged(const AppExecFwk::InnerEvent::Pointer &event); 89 void RoamingStateOn(const AppExecFwk::InnerEvent::Pointer &event); 90 void RoamingStateOff(const AppExecFwk::InnerEvent::Pointer &event); 94 void DisconnectDataComplete(const AppExecFwk::InnerEvent::Pointer &event); 96 void MsgRequestNetwork(const AppExecFwk::InnerEvent::Pointer &event); 101 void HandleDsdsModeChanged(const AppExecFwk::InnerEvent::Pointer &event); 105 void PsDataRatChanged(const AppExecFwk::InnerEvent::Pointer &event); 128 void IncallDataComplete(const AppExecFwk::InnerEvent::Pointer &event); 136 void OnRilAdapterHostDied(const AppExecFwk::InnerEvent::Pointer &event); [all …]
|
/ohos5.0/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); 100 void ProcessSpnGeneral(const AppExecFwk::InnerEvent::Pointer &event); 101 void ProcessSpnCphs(const AppExecFwk::InnerEvent::Pointer &event); 103 bool ProcessGetAdDone(const AppExecFwk::InnerEvent::Pointer &event); 108 bool ProcessGetMbiDone(const AppExecFwk::InnerEvent::Pointer &event); 110 bool ProcessGetCffDone(const AppExecFwk::InnerEvent::Pointer &event); 120 bool ProcessSmsOnSim(const AppExecFwk::InnerEvent::Pointer &event); 134 bool ProcessSetMbdn(const AppExecFwk::InnerEvent::Pointer &event); [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); 52 const std::string pin2, const AppExecFwk::InnerEvent::Pointer &onComplete); 75 AppExecFwk::InnerEvent::Pointer BuildCallerInfo( 77 AppExecFwk::InnerEvent::Pointer BuildCallerInfo( 79 void ProcessBinarySize(const AppExecFwk::InnerEvent::Pointer &event); 80 void ProcessRecordSize(const AppExecFwk::InnerEvent::Pointer &event); 81 void ProcessLinearRecordSize(const AppExecFwk::InnerEvent::Pointer &event); 82 void ProcessReadRecord(const AppExecFwk::InnerEvent::Pointer &event); 83 void ProcessReadBinary(const AppExecFwk::InnerEvent::Pointer &event); [all …]
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_extension_base_test/ |
H A D | ability_extension_base_test.cpp | 37 using OHOS::AppExecFwk::ElementName; 71 …std::shared_ptr<AppExecFwk::OHOSApplication> application = std::make_shared<AppExecFwk::OHOSApplic… 72 …std::shared_ptr<AppExecFwk::AbilityHandler> handler = std::make_shared<AppExecFwk::AbilityHandler>… 97 std::shared_ptr<AppExecFwk::AbilityInfo> info = std::make_shared<AppExecFwk::AbilityInfo>(); 101 …std::shared_ptr<AppExecFwk::OHOSApplication> application = std::make_shared<AppExecFwk::OHOSApplic… 102 …std::shared_ptr<AppExecFwk::AbilityHandler> handler = std::make_shared<AppExecFwk::AbilityHandler>… 129 std::shared_ptr<AppExecFwk::AbilityInfo> info = std::make_shared<AppExecFwk::AbilityInfo>(); 133 …std::shared_ptr<AppExecFwk::OHOSApplication> application = std::make_shared<AppExecFwk::OHOSApplic… 161 std::shared_ptr<AppExecFwk::AbilityInfo> info = std::make_shared<AppExecFwk::AbilityInfo>(); 194 std::shared_ptr<AppExecFwk::AbilityInfo> info = std::make_shared<AppExecFwk::AbilityInfo>(); [all …]
|
/ohos5.0/base/telephony/core_service/services/network_search/include/ |
H A D | network_search_handler.h | 56 void NotifyStateChange(const AppExecFwk::InnerEvent::Pointer &event); 109 void SimStateChange(const AppExecFwk::InnerEvent::Pointer &); 110 void ImsiLoadedReady(const AppExecFwk::InnerEvent::Pointer &event); 111 void SimRecordsLoaded(const AppExecFwk::InnerEvent::Pointer &); 113 void GetNetworkStateInfo(const AppExecFwk::InnerEvent::Pointer &); 128 void RadioGetImei(const AppExecFwk::InnerEvent::Pointer &event); 129 void RadioGetImeiSv(const AppExecFwk::InnerEvent::Pointer &event); 130 void RadioGetMeid(const AppExecFwk::InnerEvent::Pointer &event); 136 void AutoTimeChange(const AppExecFwk::InnerEvent::Pointer &); 137 void AutoTimeZoneChange(const AppExecFwk::InnerEvent::Pointer &); [all …]
|
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/include/ |
H A D | dinput_source_manager_event_handler.h | 41 class DInputSourceManagerEventHandler : public AppExecFwk::EventHandler { 47 void ProcessEvent(const AppExecFwk::InnerEvent::Pointer &event) override; 49 void NotifyRegisterCallback(const AppExecFwk::InnerEvent::Pointer &event); 51 void NotifyPrepareCallback(const AppExecFwk::InnerEvent::Pointer &event); 52 void NotifyUnprepareCallback(const AppExecFwk::InnerEvent::Pointer &event); 53 void NotifyStartCallback(const AppExecFwk::InnerEvent::Pointer &event); 54 void NotifyStopCallback(const AppExecFwk::InnerEvent::Pointer &event); 55 void NotifyStartDhidCallback(const AppExecFwk::InnerEvent::Pointer &event); 56 void NotifyStopDhidCallback(const AppExecFwk::InnerEvent::Pointer &event); 57 void NotifyKeyStateCallback(const AppExecFwk::InnerEvent::Pointer &event); [all …]
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
H A D | extension_impl_test.cpp | 31 namespace AppExecFwk { namespace 34 using namespace OHOS::AppExecFwk; 112 std::shared_ptr<AppExecFwk::AbilityInfo> info = std::make_shared<AppExecFwk::AbilityInfo>(); 200 std::shared_ptr<AppExecFwk::AbilityInfo> info = std::make_shared<AppExecFwk::AbilityInfo>(); 223 std::shared_ptr<AppExecFwk::AbilityInfo> info = std::make_shared<AppExecFwk::AbilityInfo>(); 280 std::shared_ptr<AppExecFwk::AbilityInfo> info = std::make_shared<AppExecFwk::AbilityInfo>(); 305 std::shared_ptr<AppExecFwk::AbilityInfo> info = std::make_shared<AppExecFwk::AbilityInfo>(); 361 std::shared_ptr<AppExecFwk::AbilityInfo> info = std::make_shared<AppExecFwk::AbilityInfo>(); 387 std::shared_ptr<AppExecFwk::AbilityInfo> info = std::make_shared<AppExecFwk::AbilityInfo>(); 440 std::shared_ptr<AppExecFwk::AbilityInfo> info = std::make_shared<AppExecFwk::AbilityInfo>(); [all …]
|
/ohos5.0/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); 49 bool ProcessNrStateChanged(const AppExecFwk::InnerEvent::Pointer &event); 50 bool ProcessNrFrequencyChanged(const AppExecFwk::InnerEvent::Pointer &event); 56 using Fun = std::function<bool(const AppExecFwk::InnerEvent::Pointer &data)>; 73 [this](const AppExecFwk::InnerEvent::Pointer &data) { [all …]
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/common/include/ |
H A D | mock_bundle_manager_service.h | 34 …GetHapModuleInfo, bool(const AppExecFwk::AbilityInfo &abilityInfo, AppExecFwk::HapModuleInfo &hapM… 36 …bool(const AppExecFwk::AbilityInfo &abilityInfo, int32_t userId, AppExecFwk::HapModuleInfo &hapMod… 40 AppExecFwk::GetDependentBundleInfoFlag flag)); 43 sptr<AppExecFwk::IOverlayManager> GetOverlayManagerProxy() in GetOverlayManagerProxy() 45 sptr<AppExecFwk::IOverlayManager> overlayModuleProxy = in GetOverlayManagerProxy() 51 AppExecFwk::BundleInfo &bundleInfo, int32_t userId) override in GetBundleInfo() 56 AppExecFwk::HapModuleInfo moduleInfo1; in GetBundleInfo() 64 AppExecFwk::ApplicationInfo &appInfo) in GetApplicationInfo() 82 …bool GetBundleInfos(const AppExecFwk::BundleFlag flag, std::vector<AppExecFwk::BundleInfo> &bundle… 85 OHOS::AppExecFwk::BundleInfo bundleInfo; [all …]
|
H A D | mock_bundle_installer_service.h | 25 class MockBundleInstallerService : public IRemoteStub<AppExecFwk::IBundleInstaller> { 30 …bool(const std::string &, const AppExecFwk::InstallParam &, const sptr<AppExecFwk::IStatusReceiver… 33 …bool(const std::string &, const AppExecFwk::InstallParam &, const sptr<AppExecFwk::IStatusReceiver… 34 MOCK_METHOD3(Install, bool(const std::vector<std::string> &, const AppExecFwk::InstallParam &, 35 const sptr<AppExecFwk::IStatusReceiver> &)); 37 …bool(const std::string &, const AppExecFwk::InstallParam &, const sptr<AppExecFwk::IStatusReceiver… 39 const sptr<AppExecFwk::IStatusReceiver> &)); 40 …MOCK_METHOD2(Uninstall, bool(const AppExecFwk::UninstallParam &, const sptr<AppExecFwk::IStatusRec… 43 …MOCK_METHOD3(CreateStreamInstaller, sptr<AppExecFwk::IBundleStreamInstaller>(const AppExecFwk::Ins… 44 const sptr<AppExecFwk::IStatusReceiver> &, [all …]
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/continue/ |
H A D | dsched_continue_state_test.cpp | 406 AppExecFwk::InnerEvent *event = new AppExecFwk::InnerEvent(); 428 AppExecFwk::InnerEvent *event = new AppExecFwk::InnerEvent(); 464 AppExecFwk::InnerEvent *event = new AppExecFwk::InnerEvent(); 486 AppExecFwk::InnerEvent *event = new AppExecFwk::InnerEvent(); 508 AppExecFwk::InnerEvent *event = new AppExecFwk::InnerEvent(); 530 AppExecFwk::InnerEvent *event = new AppExecFwk::InnerEvent(); 552 AppExecFwk::InnerEvent *event = new AppExecFwk::InnerEvent(); 588 AppExecFwk::InnerEvent *event = new AppExecFwk::InnerEvent(); 610 AppExecFwk::InnerEvent *event = new AppExecFwk::InnerEvent(); 632 AppExecFwk::InnerEvent *event = new AppExecFwk::InnerEvent(); [all …]
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_first_frame_state_observer_manager_test/ |
H A D | ability_first_frame_state_observer_manager_test.cpp | 34 namespace AppExecFwk { namespace 35 using OHOS::AppExecFwk::AbilityFirstFrameStateObserverStub; 36 using OHOS::AppExecFwk::AbilityFirstFrameStateData; 83 AppExecFwk::AbilityFirstFrameStateObserverManager::GetInstance().Init(); 100 AppExecFwk::AbilityFirstFrameStateObserverManager::GetInstance().Init(); 148 res = AppExecFwk::AbilityFirstFrameStateObserverManager::GetInstance(). 159 AppExecFwk::AbilityFirstFrameStateObserverManager::GetInstance(). 202 AppExecFwk::AbilityFirstFrameStateObserverManager::GetInstance(). 205 AppExecFwk::AbilityFirstFrameStateObserverManager::GetInstance(). 255 AppExecFwk::AbilityInfo info; [all …]
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_extension_context_test/ |
H A D | ability_extension_context_test.cpp | 66 std::shared_ptr<AppExecFwk::AbilityInfo> info = std::make_shared<AppExecFwk::AbilityInfo>(); 68 std::shared_ptr<AppExecFwk::AbilityLocalRecord> record = 70 …std::shared_ptr<AppExecFwk::OHOSApplication> application = std::make_shared<AppExecFwk::OHOSApplic… 71 …std::shared_ptr<AppExecFwk::AbilityHandler> handler = std::make_shared<AppExecFwk::AbilityHandler>… 99 std::shared_ptr<AppExecFwk::AbilityInfo> info = std::make_shared<AppExecFwk::AbilityInfo>(); 101 std::shared_ptr<AppExecFwk::AbilityLocalRecord> record = 103 …std::shared_ptr<AppExecFwk::OHOSApplication> application = std::make_shared<AppExecFwk::OHOSApplic… 104 …std::shared_ptr<AppExecFwk::AbilityHandler> handler = std::make_shared<AppExecFwk::AbilityHandler>… 138 std::shared_ptr<AppExecFwk::AbilityInfo> info = std::make_shared<AppExecFwk::AbilityInfo>(); 142 …std::shared_ptr<AppExecFwk::OHOSApplication> application = std::make_shared<AppExecFwk::OHOSApplic… [all …]
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ |
H A D | fa_ability_thread.h | 31 namespace AppExecFwk { 38 class FAAbilityThread : public AppExecFwk::AbilityThread { 54 const std::shared_ptr<AppExecFwk::AbilityLocalRecord> &abilityRecord, 55 const std::shared_ptr<AppExecFwk::EventRunner> &mainRunner, 196 std::shared_ptr<AppExecFwk::PacMap> Call( 369 const std::shared_ptr<AppExecFwk::EventRunner> &mainRunner); 428 std::shared_ptr<AppExecFwk::ContextDeal> CreateAndInitContextDeal( 429 const std::shared_ptr<AppExecFwk::OHOSApplication> &application, 510 void HandleRestoreAbilityState(const AppExecFwk::PacMap &state); 569 std::shared_ptr<AppExecFwk::AbilityImpl> abilityImpl_; [all …]
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_info_storage_test/ |
H A D | fms_form_info_storage_test.cpp | 28 using namespace OHOS::AppExecFwk; 31 namespace AppExecFwk { namespace 66 AppExecFwk::FormInfo formInfo = {}; 199 AppExecFwk::FormInfoFilter filter; 215 AppExecFwk::FormInfoFilter filter; 218 AppExecFwk::FormInfo formInfo; 235 AppExecFwk::FormInfoFilter filter; 238 AppExecFwk::FormInfo formInfo; 260 AppExecFwk::FormInfo formInfo; 282 AppExecFwk::FormInfo formInfo; [all …]
|