Home
last modified time | relevance | path

Searched defs:ENTITY_HOME (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/
H A Ddistributed_want.h712 static const std::string ENTITY_HOME; variable
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dwant.h841 static const std::string ENTITY_HOME; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dbundle_constants.h92 constexpr const char* ENTITY_HOME = "entity.system.home"; variable
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want.cpp55 const std::string DistributedWant::ENTITY_HOME("entity.system.home"); member in OHOS::DistributedSchedule::DistributedWant
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant.cpp52 const std::string Want::ENTITY_HOME("entity.system.home"); member in OHOS::AAFwk::Want