Searched refs:isIdIllegal (Results 1 - 6 of 6) sorted by relevance
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/shortcutdatastoragerdb_fuzzer/ |
H A D | shortcutdatastoragerdb_fuzzer.cpp | 41 bool isIdIllegal = false; in DoSomethingInterestingWithMyAPI() local 42 shortcutDataStorageRdb->AddDesktopShortcutInfo(shortcutInfo, USERID, isIdIllegal); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | shortcut_data_storage_rdb.h | 30 bool AddDesktopShortcutInfo(const ShortcutInfo &shortcutInfo, int32_t userId, bool &isIdIllegal);
|
H A D | shortcut_data_storage_interface.h | 27 virtual bool AddDesktopShortcutInfo(const ShortcutInfo &shortcutInfo, int32_t userId, bool &isIdIllegal) = 0;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | shortcut_data_storage_rdb.cpp | 54 bool ShortcutDataStorageRdb::AddDesktopShortcutInfo(const ShortcutInfo &shortcutInfo, int32_t userId, bool &isIdIllegal) in AddDesktopShortcutInfo() argument 62 isIdIllegal = true; in AddDesktopShortcutInfo()
|
H A D | bundle_data_mgr.cpp | 8673 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 D | bms_data_mgr_test.cpp | 2570 * @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