Home
last modified time | relevance | path

Searched defs:stringSet (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/manager/include/
H A Dattr_data.h98 std::set<std::string> *stringSet; member
/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_info.cpp709 bool AppAccountInfo::WriteStringSet(const std::set<std::string> &stringSet, Parcel &data) const in WriteStringSet() argument
726 bool AppAccountInfo::ReadStringSet(std::set<std::string> &stringSet, Parcel &data) in ReadStringSet()
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/app_account/
H A Dapp_account_info_test.cpp986 std::map<std::string, std::string> stringSet; variable