Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/
H A Dlnn_local_ledger_deps_mock.h43 virtual int32_t SoftBusRegBusCenterVarDump(char *dumpVar, SoftBusVarDumpCb cb);
62 MOCK_METHOD2(SoftBusRegBusCenterVarDump, int32_t (char *, SoftBusVarDumpCb));
H A Dlnn_local_ledger_deps_mock.cpp106 int32_t SoftBusRegBusCenterVarDump(char *dumpVar, SoftBusVarDumpCb cb) in SoftBusRegBusCenterVarDump() function
108 return GetLocalLedgerDepsInterface()->SoftBusRegBusCenterVarDump(dumpVar, cb); in SoftBusRegBusCenterVarDump()
H A Dlnn_local_ledger_test.cpp130SoftBusRegBusCenterVarDump(_, _)).WillRepeatedly(localLedgerMock.LedgerSoftBusRegBusCenterVarDump);
166 … EXPECT_CALL(localLedgerMock, SoftBusRegBusCenterVarDump(_, _)).WillRepeatedly(Return(SOFTBUS_OK));
205 …EXPECT_CALL(localLedgerMock, SoftBusRegBusCenterVarDump(_, _)).WillRepeatedly(Return(SOFTBUS_ERR));
226 …EXPECT_CALL(localLedgerMock, SoftBusRegBusCenterVarDump(_, _)).WillRepeatedly(Return(SOFTBUS_ERR));
284SoftBusRegBusCenterVarDump(_, _)).WillRepeatedly(localLedgerMock.LedgerSoftBusRegBusCenterVarDump);
331SoftBusRegBusCenterVarDump(_, _)).WillRepeatedly(localLedgerMock.LedgerSoftBusRegBusCenterVarDump);
375SoftBusRegBusCenterVarDump(_, _)).WillRepeatedly(localLedgerMock.LedgerSoftBusRegBusCenterVarDump);
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/
H A Dsoftbus_hidumper_buscenter_virtual.c21 int32_t SoftBusRegBusCenterVarDump(char *dumpVar, SoftBusVarDumpCb cb) in SoftBusRegBusCenterVarDump() function
H A Dsoftbus_hidumper_buscenter.c30 int32_t SoftBusRegBusCenterVarDump(char *dumpVar, SoftBusVarDumpCb cb) in SoftBusRegBusCenterVarDump() function
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/include/
H A Dsoftbus_hidumper_buscenter.h28 int32_t SoftBusRegBusCenterVarDump(char *dumpVar, SoftBusVarDumpCb cb);
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/hidumper_adapter/unittest/
H A Dhidumper_test.cpp394 … ret = SoftBusRegBusCenterVarDump(testLnnVarArray[i].varName, testLnnVarArray[i].dumpCallback);
409 int32_t ret = SoftBusRegBusCenterVarDump(nullptr, &DiscVarTest1Dumper);
423 int32_t ret = SoftBusRegBusCenterVarDump(const_cast<char *>(g_testDumpVar), nullptr);
438 int32_t ret = SoftBusRegBusCenterVarDump(nullptr, nullptr);
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/hidumper_adapter/fuzztest/softbushidumper_fuzzer/
H A Dsoftbushidumper_fuzzer.cpp82 SoftBusRegBusCenterVarDump(const_cast<char *>(DUMP_CMD), &SoftBusVarDumpCallback); in TestEnv()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger.c1703 if (SoftBusRegBusCenterVarDump((char*)SOFTBUS_BUSCENTER_DUMP_REMOTEDEVICEINFO, in LnnInitDistributedLedger()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/
H A Dlnn_local_net_ledger.c2273 if (SoftBusRegBusCenterVarDump( in LnnInitLocalLedger()