Home
last modified time | relevance | path

Searched refs:overlayState (Results 1 - 8 of 8) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_overlay_test/
H A Dbms_bundle_set_overlay_enabled_test.cpp170 std::string overlayState = TEST_MODULE_NAME + Constants::FILE_UNDERLINE + std::to_string(state); in CheckEnabledState() local
172 ret = find(stateVec.begin(), stateVec.end(), overlayState) != stateVec.end(); in CheckEnabledState()
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dapplication_info.h188 int32_t overlayState; member
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dapplication_info.h298 int32_t overlayState = 0; member
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dapplication_info.cpp105 const std::string APPLICATION_APP_OVERLAY_STATE = "overlayState";
229 {APPLICATION_APP_OVERLAY_STATE, applicationInfo.overlayState}, in to_json()
814 applicationInfo.overlayState, in from_json()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp115 const char* APPLICATION_APP_OVERLAY_STATE = "overlayState";
546 overlayState = parcel.ReadInt32(); in ReadFromParcel()
738 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, overlayState); in Marshalling()
991 {APPLICATION_APP_OVERLAY_STATE, applicationInfo.overlayState}, in to_json()
1173 applicationInfo.overlayState, JsonType::NUMBER, false, parseResult, ArrayType::NOT_ARRAY); in from_json()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h1743 return baseApplicationInfo_->overlayState; in GetOverlayState()
1748 baseApplicationInfo_->overlayState = state; in SetOverlayState()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp2500 int32_t overlayState = overlayMsg.type == OVERLAY_EXTERNAL_BUNDLE ? in ToInnerBundleInfo() local
2503 innerBundleInfo.SetOverlayState(overlayState); in ToInnerBundleInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H A Dbms_bundle_data_storage_database_test.cpp1148 "overlayState": 0,

Completed in 22 milliseconds