Home
last modified time | relevance | path

Searched refs:START_CALL (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dinner_mission_info.h35 START_CALL, enumerator
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dmission.cpp151 return static_cast<int32_t>(StartMethod::START_CALL) == startMethod_; in IsStartByCall()
H A Dmission_info_mgr.cpp222 case StartMethod::START_CALL: in DoesNotShowInTheMissionList()
H A Dmission_list_manager.cpp491 return static_cast<int32_t>(StartMethod::START_CALL); in CallType2StartMethod()
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/include/
H A Dws_common.h137 START_CALL enumerator
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp3615 session->sessionInfo_.startMethod = StartMethod::START_CALL; in PendingSessionActivation()