Home
last modified time | relevance | path

Searched refs:SystemAbilityContext (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_state_scheduler_test.cpp126 …std::shared_ptr<SystemAbilityContext> systemAbilityContext = std::make_shared<SystemAbilityContext
145 …std::shared_ptr<SystemAbilityContext> systemAbilityContext = std::make_shared<SystemAbilityContext
165 …std::shared_ptr<SystemAbilityContext> systemAbilityContext = std::make_shared<SystemAbilityContext
185 …std::shared_ptr<SystemAbilityContext> systemAbilityContext = std::make_shared<SystemAbilityContext
285 …std::shared_ptr<SystemAbilityContext> systemAbilityContext = std::make_shared<SystemAbilityContext
308 …std::shared_ptr<SystemAbilityContext> systemAbilityContext = std::make_shared<SystemAbilityContext
2372 std::shared_ptr<SystemAbilityContext> abilityContext = std::make_shared<SystemAbilityContext>();
2398 std::shared_ptr<SystemAbilityContext> abilityContext = std::make_shared<SystemAbilityContext>();
2424 std::shared_ptr<SystemAbilityContext> abilityContext = std::make_shared<SystemAbilityContext>();
2469 std::shared_ptr<SystemAbilityContext> abilityContext = std::make_shared<SystemAbilityContext>();
[all …]
H A Dsystem_ability_event_handler_test.cpp110 std::shared_ptr<SystemAbilityContext> systemAbilityContext =
111 std::make_shared<SystemAbilityContext>();
135 std::shared_ptr<SystemAbilityContext> systemAbilityContext =
136 std::make_shared<SystemAbilityContext>();
232 std::shared_ptr<SystemAbilityContext> systemAbilityContext =
233 std::make_shared<SystemAbilityContext>();
256 std::make_shared<SystemAbilityContext>();
277 std::make_shared<SystemAbilityContext>();
299 std::make_shared<SystemAbilityContext>();
321 std::make_shared<SystemAbilityContext>();
[all …]
H A Dsystem_ability_state_machine_test.cpp119 std::shared_ptr<SystemAbilityContext> systemAbilityContext =
120 std::make_shared<SystemAbilityContext>();
140 std::shared_ptr<SystemAbilityContext> systemAbilityContext =
141 std::make_shared<SystemAbilityContext>();
163 std::make_shared<SystemAbilityContext>();
186 std::make_shared<SystemAbilityContext>();
433 std::make_shared<SystemAbilityContext>();
453 std::make_shared<SystemAbilityContext>();
490 std::make_shared<SystemAbilityContext>();
527 std::make_shared<SystemAbilityContext>();
[all …]
H A Dsystem_ability_manager_dumper_test.cpp108 …std::shared_ptr<SystemAbilityContext> systemAbilityContext = std::make_shared<SystemAbilityContext
148 …std::shared_ptr<SystemAbilityContext> systemAbilityContext = std::make_shared<SystemAbilityContext
226 …std::shared_ptr<SystemAbilityContext> systemAbilityContext = std::make_shared<SystemAbilityContext
H A Dsystem_ability_mgr_test.cpp389 …std::shared_ptr<SystemAbilityContext> systemAbilityContext = std::make_shared<SystemAbilityContext
H A Dsystem_ability_mgr_stub_test.cpp103 auto abilityContext = std::make_shared<SystemAbilityContext>(); in AddSystemAbilityContext()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/
H A Dsystem_ability_state_scheduler.h75 std::shared_ptr<SystemAbilityContext>& abilityContext);
79 … int32_t HandleLoadAbilityEventLocked(const std::shared_ptr<SystemAbilityContext>& abilityContext,
89 int32_t PendLoadEventLocked(const std::shared_ptr<SystemAbilityContext>& abilityContext,
91 int32_t PendUnloadEventLocked(const std::shared_ptr<SystemAbilityContext>& abilityContext,
94 … int32_t HandlePendingLoadEventLocked(const std::shared_ptr<SystemAbilityContext>& abilityContext);
97 int32_t DoLoadSystemAbilityLocked(const std::shared_ptr<SystemAbilityContext>& abilityContext,
99 … int32_t DoUnloadSystemAbilityLocked(const std::shared_ptr<SystemAbilityContext>& abilityContext);
120 std::list<std::shared_ptr<SystemAbilityContext>>& abnormallyDiedAbilityList);
122 std::list<std::shared_ptr<SystemAbilityContext>>& abnormallyDiedAbilityList);
132 int32_t ActiveSystemAbilityLocked(const std::shared_ptr<SystemAbilityContext>& abilityContext,
[all …]
H A Dsystem_ability_event_handler.h42 …int32_t HandleAbilityEventLocked(const std::shared_ptr<SystemAbilityContext>& context, AbilityStat…
47 … int32_t HandleAbilityLoadFailedEventLocked(const std::shared_ptr<SystemAbilityContext>& context);
48 … int32_t HandleAbilityLoadSuccessEventLocked(const std::shared_ptr<SystemAbilityContext>& context);
49 …int32_t HandleAbilityUnLoadSuccessEventLocked(const std::shared_ptr<SystemAbilityContext>& context…
55 int32_t(SystemAbilityEventHandler::*)(const std::shared_ptr<SystemAbilityContext>& context);
H A Dsystem_ability_state_machine.h33 virtual void OnEnter(const std::shared_ptr<SystemAbilityContext>& context) = 0;
43 void OnEnter(const std::shared_ptr<SystemAbilityContext>& context) override;
51 void OnEnter(const std::shared_ptr<SystemAbilityContext>& context) override;
59 void OnEnter(const std::shared_ptr<SystemAbilityContext>& context) override;
67 void OnEnter(const std::shared_ptr<SystemAbilityContext>& context) override;
75 void OnEnter(const std::shared_ptr<SystemAbilityContext>& context) override;
116 int32_t AbilityStateTransitionLocked(const std::shared_ptr<SystemAbilityContext>& context,
H A Dsystem_ability_state_context.h81 struct SystemAbilityContext { struct
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
H A Dsystem_ability_state_scheduler.cpp159 std::shared_ptr<SystemAbilityContext>& abilityContext) in GetSystemAbilityContext()
195 std::shared_ptr<SystemAbilityContext> abilityContext; in UpdateLimitDelayUnloadTimeTask()
232 std::shared_ptr<SystemAbilityContext> abilityContext; in IsSystemAbilityUnloading()
246 std::shared_ptr<SystemAbilityContext> abilityContext; in HandleLoadAbilityEvent()
271 std::shared_ptr<SystemAbilityContext> abilityContext; in HandleLoadAbilityEvent()
332 std::shared_ptr<SystemAbilityContext> abilityContext; in HandleUnloadAbilityEvent()
381 std::shared_ptr<SystemAbilityContext> abilityContext; in HandleCancelUnloadAbilityEvent()
421 std::shared_ptr<SystemAbilityContext> abilityContext; in SendAbilityStateEvent()
968 std::shared_ptr<SystemAbilityContext> abilityContext; in OnAbilityNotLoadedLocked()
984 std::shared_ptr<SystemAbilityContext> abilityContext; in OnAbilityLoadedLocked()
[all …]
H A Dsystem_ability_state_machine.cpp42 …ityStateMachine::AbilityStateTransitionLocked(const std::shared_ptr<SystemAbilityContext>& context, in AbilityStateTransitionLocked()
142 void NotLoadedStateHandler::OnEnter(const std::shared_ptr<SystemAbilityContext>& context) in OnEnter()
157 void LoadingStateHandler::OnEnter(const std::shared_ptr<SystemAbilityContext>& context) in OnEnter()
177 void LoadedStateHandler::OnEnter(const std::shared_ptr<SystemAbilityContext>& context) in OnEnter()
192 void UnloadableStateHandler::OnEnter(const std::shared_ptr<SystemAbilityContext>& context) in OnEnter()
207 void UnloadingStateHandler::OnEnter(const std::shared_ptr<SystemAbilityContext>& context) in OnEnter()
H A Dsystem_ability_event_handler.cpp41 …AbilityEventHandler::HandleAbilityEventLocked(const std::shared_ptr<SystemAbilityContext>& context, in HandleAbilityEventLocked()
83 const std::shared_ptr<SystemAbilityContext>& context) in HandleAbilityLoadFailedEventLocked()
105 const std::shared_ptr<SystemAbilityContext>& context) in HandleAbilityLoadSuccessEventLocked()
124 const std::shared_ptr<SystemAbilityContext>& context) in HandleAbilityUnLoadSuccessEventLocked()