Home
last modified time | relevance | path

Searched defs:PARAM_APP_CLONE_INDEX_KEY (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_conn_manager.cpp40 const std::string PARAM_APP_CLONE_INDEX_KEY = "ohos.extra.param.key.appCloneIndex"; variable
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dwant.h897 static const std::string PARAM_APP_CLONE_INDEX_KEY; variable
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_constants.h97 constexpr const char* PARAM_APP_CLONE_INDEX_KEY = "ohos.extra.param.key.appCloneIndex"; variable
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant.cpp105 const std::string Want::PARAM_APP_CLONE_INDEX_KEY("ohos.extra.param.key.appCloneIndex"); member in OHOS::AAFwk::Want