Home
last modified time | relevance | path

Searched refs:typeValueVector (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dnapi_pasteboard.cpp207 … std::shared_ptr<std::vector<std::pair<std::string, std::shared_ptr<EntryValue>>>> typeValueVector) in CreateMultiTypeData() argument
217 if (typeValueVector == nullptr || typeValueVector->empty()) { in CreateMultiTypeData()
222 for (const auto &item : *typeValueVector) { in CreateMultiTypeData()
226 typeValueVector->begin()->first); in CreateMultiTypeData()
493 …std::shared_ptr<std::vector<std::pair<std::string, std::shared_ptr<EntryValue>>>> typeValueVector = in JSCreateData() local
500 if (!CheckArgsVector(env, argv[0], typeValueVector)) { in JSCreateData()
503 return CreateMultiTypeData(env, typeValueVector); in JSCreateData()