Home
last modified time | relevance | path

Searched refs:isIdIllegal (Results 1 - 6 of 6) sorted by relevance

/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/shortcutdatastoragerdb_fuzzer/
H A Dshortcutdatastoragerdb_fuzzer.cpp41 bool isIdIllegal = false; in DoSomethingInterestingWithMyAPI() local
42 shortcutDataStorageRdb->AddDesktopShortcutInfo(shortcutInfo, USERID, isIdIllegal); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dshortcut_data_storage_rdb.h30 bool AddDesktopShortcutInfo(const ShortcutInfo &shortcutInfo, int32_t userId, bool &isIdIllegal);
H A Dshortcut_data_storage_interface.h27 virtual bool AddDesktopShortcutInfo(const ShortcutInfo &shortcutInfo, int32_t userId, bool &isIdIllegal) = 0;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dshortcut_data_storage_rdb.cpp54 bool ShortcutDataStorageRdb::AddDesktopShortcutInfo(const ShortcutInfo &shortcutInfo, int32_t userId, bool &isIdIllegal) in AddDesktopShortcutInfo() argument
62 isIdIllegal = true; in AddDesktopShortcutInfo()
H A Dbundle_data_mgr.cpp8673 bool isIdIllegal = false; in AddDesktopShortcutInfo() local
8674 if (!shortcutStorage_->AddDesktopShortcutInfo(shortcutInfo, userId, isIdIllegal)) { in AddDesktopShortcutInfo()
8675 if (isIdIllegal) { in AddDesktopShortcutInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H A Dbms_data_mgr_test.cpp2570 * @tc.desc: test AddDesktopShortcutInfo(const ShortcutInfo &shortcutInfo, int32_t userId, bool &isIdIllegal)
2577 bool isIdIllegal = false; in HWTEST_F() local
2579 bool ret = shortcutDataStorageRdb->AddDesktopShortcutInfo(shortcutInfo, USERID, isIdIllegal); in HWTEST_F()
2586 ret = shortcutDataStorageRdb->AddDesktopShortcutInfo(shortcutInfo, USERID, isIdIllegal); in HWTEST_F()
2593 * @tc.desc: test AddDesktopShortcutInfo(const ShortcutInfo &shortcutInfo, int32_t userId, bool &isIdIllegal)
2600 bool isIdIllegal = false; in HWTEST_F() local
2602 bool ret = shortcutDataStorageRdb->AddDesktopShortcutInfo(shortcutInfo, USERID, isIdIllegal); in HWTEST_F()
2609 ret = shortcutDataStorageRdb->AddDesktopShortcutInfo(shortcutInfo, USERID, isIdIllegal); in HWTEST_F()
2623 bool isIdIllegal = false; in HWTEST_F() local
2625 shortcutDataStorageRdb->AddDesktopShortcutInfo(shortcutInfo, USERID, isIdIllegal); in HWTEST_F()
2646 bool isIdIllegal = false; HWTEST_F() local
[all...]

Completed in 25 milliseconds