Searched refs:applicationFlags (Results 1 - 6 of 6) sorted by relevance
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | application_info.h | 323 int32_t applicationFlags = static_cast<uint32_t>(ApplicationInfoFlag::FLAG_INSTALLED); member
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | application_info.cpp | 139 const char* APPLICATION_APPLICATION_FLAGS = "applicationFlags"; 588 applicationFlags = parcel.ReadInt32(); in ReadFromParcel() 764 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, applicationFlags); in Marshalling() 1010 {APPLICATION_APPLICATION_FLAGS, applicationInfo.applicationFlags}, in to_json() 1212 applicationInfo.applicationFlags, JsonType::NUMBER, false, parseResult, ArrayType::NOT_ARRAY); in from_json()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 410 "applicationFlags":1 530 "applicationFlags":1 1165 "applicationFlags":1
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | inner_bundle_info.cpp | 4365 uint32_t applicationFlags = static_cast<uint32_t>(baseApplicationInfo_->applicationFlags); in SetApplicationFlags() local 4367 baseApplicationInfo_->applicationFlags = in SetApplicationFlags() 4368 static_cast<int32_t>((applicationFlags & PREINSTALL_SOURCE_CLEAN_MASK) | installSourceFlag); in SetApplicationFlags()
|
H A D | bundle_data_mgr.cpp | 2934 uint32_t applicationFlags = static_cast<uint32_t>(bundleInfo.applicationInfo.applicationFlags); in PostProcessAnyUserFlags() local 2935 if ((applicationFlags & flagInstalled) != 0) { in PostProcessAnyUserFlags() 2936 bundleInfo.applicationInfo.applicationFlags = static_cast<int32_t>(applicationFlags ^ flagInstalled); in PostProcessAnyUserFlags()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/ |
H A D | common_func.cpp | 1540 NAPI_CALL_RETURN_VOID(env, napi_create_int32(env, appInfo.applicationFlags, &nFlags)); in ConvertApplicationInfo()
|
Completed in 36 milliseconds