Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/
H A Dlnn_decision_db_deps_mock.cpp67 int32_t LnnDeleteCeKeyByHuks(struct HksBlob *keyAlias) in LnnDeleteCeKeyByHuks() function
69 return GetDecisionDbDepsInterface()->LnnDeleteCeKeyByHuks(keyAlias); in LnnDeleteCeKeyByHuks()
H A Dlnn_decision_db_deps_mock.h46 virtual int32_t LnnDeleteCeKeyByHuks(struct HksBlob *keyAlias);
88 MOCK_METHOD1(LnnDeleteCeKeyByHuks, int32_t (struct HksBlob *));
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/
H A Dlnn_huks_utils.h34 int32_t LnnDeleteCeKeyByHuks(struct HksBlob *keyAlias);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_huks_utils.c537 int32_t LnnDeleteCeKeyByHuks(struct HksBlob *keyAlias) in LnnDeleteCeKeyByHuks() function