Home
last modified time | relevance | path

Searched defs:stringMap (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/utils/include/
H A Dsingleton_container.h75 std::map<std::string, int32_t> stringMap; variable
/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_info.cpp751 bool AppAccountInfo::WriteStringMap(const std::map<std::string, std::string> &stringMap, Parcel &da… in WriteStringMap()
795 bool AppAccountInfo::ReadStringMap(std::map<std::string, std::string> &stringMap, Parcel &data) in ReadStringMap()
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/app_account/
H A Dapp_account_info_test.cpp987 std::map<std::string, std::string> stringMap; variable
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_utils.cpp732 …gMapFromJs(napi_env env, napi_value value, std::unordered_map<std::string, std::string>& stringMap) in ConvertStringMapFromJs()