Home
last modified time | relevance | path

Searched refs:START_SERVICE_EXTENSION (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/include/
H A Dwant_agent_constant.h132 START_SERVICE_EXTENSION enumerator
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dpending_want_manager.h73 START_SERVICE_EXTENSION enumerator
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dpending_want_record.cpp121 case static_cast<int32_t>(OperationType::START_SERVICE_EXTENSION): in ExecuteOperation()
H A Dpending_want_manager.cpp55 …if (wantSenderInfo.type == static_cast<int32_t>(OperationType::START_SERVICE_EXTENSION) && !isSyst… in GetWantSender()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A Djs-apis-app-ability-wantAgent-sys.md215 | START_SERVICE_EXTENSION<sup>12+</sup> | 6 | 开启一个ServiceExtension。<br/>**系统接口**:该接口为系统接口。 |
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-app-ability-wantAgent-sys.md215 | START_SERVICE_EXTENSION<sup>12+</sup> | 6 | Starts a ServiceExtensionAbility.<br>**System API**: …
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/
H A Dwant_agent_helper.cpp133 case WantAgentConstant::OperationType::START_SERVICE_EXTENSION: in GetWantAgent()
H A Dpending_want.cpp191 WantAgentConstant::OperationType::START_SERVICE_EXTENSION, pendingWant); in GetServiceExtension()