Home
last modified time | relevance | path

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

/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi.cpp781 const napi_env &env, const napi_value &value, std::vector<std::string> &hashCodes) in GetHashCodes()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon.cpp1045 …on::GetHashCodes(const napi_env &env, const napi_value &value, std::vector<std::string> &hashCodes) in GetHashCodes()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
H A Dans_notification_unit_test.cpp317 std::vector<std::string> hashCodes = {"data1", "data2"}; variable