Home
last modified time | relevance | path

Searched refs:FLAG_INSTALLED (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dapplication_info.h80 FLAG_INSTALLED = 0x00000001, enumerator
323 int32_t applicationFlags = static_cast<uint32_t>(ApplicationInfoFlag::FLAG_INSTALLED);
H A Dinstall_param.h92 ApplicationInfoFlag preinstallSourceFlag = ApplicationInfoFlag::FLAG_INSTALLED;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp6742 bool r1 = (flagsRet & static_cast<uint32_t>(ApplicationInfoFlag::FLAG_INSTALLED))
6743 == static_cast<uint32_t>(ApplicationInfoFlag::FLAG_INSTALLED);
6774 bool r1 = (flagsRet & static_cast<uint32_t>(ApplicationInfoFlag::FLAG_INSTALLED))
6775 == static_cast<uint32_t>(ApplicationInfoFlag::FLAG_INSTALLED);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.cpp3337 ApplicationInfoFlag::FLAG_INSTALLED), &nApplicationInfoFlagInstalled)); in CreateApplicationInfoFlagObject()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A Djs-apis-bundleManager-sys.md144 | FLAG_INSTALLED| 0x00000001 | 表示指定用户安装应用的状态,1表示指定用户安装了,0表示未安装。|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp2854 uint32_t flagInstalled = static_cast<uint32_t>(ApplicationInfoFlag::FLAG_INSTALLED); in PostProcessAnyUserFlags()
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-bundleManager-sys.md144 | FLAG_INSTALLED| 0x00000001 | Status between the application and user. The value **1** means that…