Home
last modified time | relevance | path

Searched defs:IsBundleDistributed (Results 1 – 2 of 2) sorted by relevance

/foundation/ability/form_fwk/services/src/feature/bundle_distributed/
Dform_distributed_mgr.cpp80 bool FormDistributedMgr::IsBundleDistributed(const std::string &bundleName, int32_t userId) in IsBundleDistributed() function in OHOS::AppExecFwk::FormDistributedMgr
/foundation/ability/form_fwk/services/src/data_center/form_info/
Dform_info_mgr.cpp273 …bool IsBundleDistributed = FormDistributedMgr::GetInstance().IsBundleDistributed(bundleName_, user… in UpdateStaticFormInfos() local