Searched refs:hashCodes (Results 1 - 5 of 5) sorted by relevance
/base/location/frameworks/js/napi/notification/src/ |
H A D | notification_napi.cpp | 781 const napi_env &env, const napi_value &value, std::vector<std::string> &hashCodes) in GetHashCodes() 802 hashCodes.emplace_back(str); in GetHashCodes() 780 GetHashCodes( const napi_env &env, const napi_value &value, std::vector<std::string> &hashCodes) GetHashCodes() argument
|
/base/location/frameworks/js/napi/notification/include/ |
H A D | notification_napi.h | 1176 static napi_value GetHashCodes(const napi_env &env, const napi_value &value, std::vector<std::string> &hashCodes);
|
/base/notification/distributed_notification_service/frameworks/js/napi/include/ |
H A D | common.h | 1564 static napi_value GetHashCodes(const napi_env &env, const napi_value &value, std::vector<std::string> &hashCodes);
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/ |
H A D | ans_notification_unit_test.cpp | 317 std::vector<std::string> hashCodes = {"data1", "data2"};
in HWTEST_F() local 318 ErrCode ret1 = ans_->RemoveNotifications(hashCodes, 1);
in HWTEST_F()
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | common.cpp | 1045 napi_value Common::GetHashCodes(const napi_env &env, const napi_value &value, std::vector<std::string> &hashCodes) in GetHashCodes() argument 1066 hashCodes.emplace_back(str); in GetHashCodes()
|
Completed in 13 milliseconds