Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_lane_deps_mock.cpp77 EXPECT_CALL(*this, SoftBusGenerateStrHash).WillRepeatedly(ActionOfGenerateStrHash); in SetDefaultResultForAlloc()
80 int32_t LaneDepsInterfaceMock::ActionOfGenerateStrHash(const unsigned char *str, uint32_t len, unsi… in ActionOfGenerateStrHash() function in OHOS::LaneDepsInterfaceMock
H A Dlnn_lane_test.cpp1795 .WillRepeatedly(LaneDepsInterfaceMock::ActionOfGenerateStrHash);
2497 .WillRepeatedly(LaneDepsInterfaceMock::ActionOfGenerateStrHash);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/include/
H A Dlnn_lane_deps_mock.h185 …static int32_t ActionOfGenerateStrHash(const unsigned char *str, uint32_t len, unsigned char *hash…