Home
last modified time | relevance | path

Searched refs:DEFAULT_STATUS (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_data_mgr.cpp113 …(nextStatus == QuickFixStatus::DELETE_START && (fixMark.status == QuickFixStatus::DEFAULT_STATUS || in UpdateQuickFixStatus()
120 …if (fixMark.status == QuickFixStatus::DEFAULT_STATUS || nextStatus == QuickFixStatus::DEFAULT_STAT… in UpdateQuickFixStatus()
H A Dquick_fix_boot_scanner.cpp51 …if ((quickFixStatus == QuickFixStatus::DEFAULT_STATUS) || (quickFixStatus == QuickFixStatus::DELET… in ProcessQuickFixBootUp()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/
H A Dinner_app_quick_fix.h31 DEFAULT_STATUS = 0, enumerator
43 int32_t status = QuickFixStatus::DEFAULT_STATUS;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_manager_test/
H A Dbms_bundle_quick_fix_manager_test.cpp325 QuickFixStatus nextStatus = QuickFixStatus::DEFAULT_STATUS;
328 mark.status = QuickFixStatus::DEFAULT_STATUS;
335 nextStatus = QuickFixStatus::DEFAULT_STATUS;
/ohos5.0/base/location/test/location_network/source/
H A Dnetwork_ability_stub_test.cpp38 const int DEFAULT_STATUS = 0; variable
208 networkCallbackHost->OnLocatingStatusChange(DEFAULT_STATUS); // nullptr error
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixdatamgr_fuzzer/
H A Dquickfixdatamgr_fuzzer.cpp44 quickFixDataMgr.IsNextStatusExisted(QuickFixStatus::DEFAULT_STATUS, QuickFixStatus::DEPLOY_END); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_mgr_rdb_test/
H A Dbms_bundle_quick_fix_mgr_rdb_test.cpp716 mark.status = QuickFixStatus::DEFAULT_STATUS;
732 QuickFixStatus nextStatus = QuickFixStatus::DEFAULT_STATUS;
734 mark.status = QuickFixStatus::DEFAULT_STATUS;
752 mark.status = QuickFixStatus::DEFAULT_STATUS;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_boot_scanner_test/
H A Dbms_bundle_quick_fix_boot_scanner_test.cpp467 …Fix innerAppQuickFix = GenerateAppQuickFixInfo(BUNDLE_NAME, QuickFixStatus::DEFAULT_STATUS, false);
511 …Fix innerAppQuickFix = GenerateAppQuickFixInfo(BUNDLE_NAME, QuickFixStatus::DEFAULT_STATUS, false);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/
H A Dbms_bundle_quick_fix_test.cpp4513 EXPECT_EQ(quickFixMark.status, QuickFixStatus::DEFAULT_STATUS);