Searched refs:subscribedKeys (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_data_proxy_record_test/ |
H A D | fms_form_data_proxy_record_test.cpp | 621 std::vector<std::string> subscribedKeys; variable 645 std::vector<std::string> subscribedKeys; variable 647 EXPECT_EQ(subscribedKeys.size(), 0); 648 subscribedKeys.clear(); 650 EXPECT_EQ(subscribedKeys.size(), 0); 657 subscribedKeys.clear(); 659 EXPECT_EQ(subscribedKeys.size(), 1); 660 subscribedKeys.clear(); 662 EXPECT_EQ(subscribedKeys.size(), 1); 790 EXPECT_EQ(subscribedKeys.size(), 0); [all …]
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_data_proxy_record.cpp | 597 void FormDataProxyRecord::GetFormSubscribeInfo(std::vector<std::string> &subscribedKeys, int32_t &c… in GetFormSubscribeInfo() argument 599 GetFormSubscribeKeys(subscribedKeys, true); in GetFormSubscribeInfo() 600 GetFormSubscribeKeys(subscribedKeys, false); in GetFormSubscribeInfo() 837 void FormDataProxyRecord::GetFormSubscribeKeys(std::vector<std::string> &subscribedKeys, bool isRdb… in GetFormSubscribeKeys() argument 852 auto search = std::find(subscribedKeys.begin(), subscribedKeys.end(), subscribeKey); in GetFormSubscribeKeys() 853 if (search == subscribedKeys.end()) { in GetFormSubscribeKeys() 854 subscribedKeys.emplace_back(subscribeKey); in GetFormSubscribeKeys()
|
H A D | form_data_proxy_mgr.cpp | 166 const int64_t formId, std::vector<std::string> &subscribedKeys, int32_t &count) in GetFormSubscribeInfo() argument 171 search->second->GetFormSubscribeInfo(subscribedKeys, count); in GetFormSubscribeInfo()
|
H A D | form_dump_mgr.cpp | 204 … const std::vector<std::string> &subscribedKeys, const int64_t &count, std::string &formInfo) const in DumpFormSubscribeInfo() argument 207 for (size_t i = 0; i < subscribedKeys.size(); i++) { in DumpFormSubscribeInfo() 208 formInfo += " [" + subscribedKeys[i] + "]"; in DumpFormSubscribeInfo()
|
H A D | form_mgr_adapter.cpp | 1353 std::vector<std::string> subscribedKeys; in DumpFormInfoByFormId() local 1356 FormDataProxyMgr::GetInstance().GetFormSubscribeInfo(formId, subscribedKeys, count); in DumpFormInfoByFormId() 1357 FormDumpMgr::GetInstance().DumpFormSubscribeInfo(subscribedKeys, count, formInfo); in DumpFormInfoByFormId()
|
/ohos5.0/foundation/ability/form_fwk/services/include/ |
H A D | form_data_proxy_record.h | 50 void GetFormSubscribeInfo(std::vector<std::string> &subscribedKeys, int32_t &count); 99 void GetFormSubscribeKeys(std::vector<std::string> &subscribedKeys, bool isRdbType);
|
H A D | form_data_proxy_mgr.h | 45 …void GetFormSubscribeInfo(const int64_t formId, std::vector<std::string> &subscribedKeys, int32_t …
|
H A D | form_dump_mgr.h | 98 …const std::vector<std::string> &subscribedKeys, const int64_t &count, std::string &formInfo) const;
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formsupplycallback_fuzzer/ |
H A D | formsupplycallback_fuzzer.cpp | 97 std::vector<std::string> subscribedKeys; in DoSomethingInterestingWithMyAPI() local 99 formDumpMgr.DumpFormSubscribeInfo(subscribedKeys, count, formInfo); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_share_mgr_test/ |
H A D | fms_form_share_mgr_test.cpp | 2153 std::vector<std::string> subscribedKeys; variable 2158 formDumpMgr->DumpFormSubscribeInfo(subscribedKeys, count, formInfo);
|