Home
last modified time | relevance | path

Searched refs:TrustedDevInfoRecord (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/decision_db/src/
H A Dlnn_decision_db.c38 TrustedDevInfoRecord infoRecord;
268 static int32_t BuildTrustedDevInfoRecord(const char *udid, TrustedDevInfoRecord *record) in BuildTrustedDevInfoRecord()
281 if (memset_s(record, sizeof(TrustedDevInfoRecord), 0, sizeof(TrustedDevInfoRecord)) != EOK) { in BuildTrustedDevInfoRecord()
311 TrustedDevInfoRecord record; in InsertTrustedDevInfoRecord()
360 TrustedDevInfoRecord record; in RemoveTrustedDevInfoRecord()
403 static void DeleteDeviceFromList(TrustedDevInfoRecord *record) in DeleteDeviceFromList()
426 static void InsertDeviceToList(TrustedDevInfoRecord *record) in InsertDeviceToList()
459 TrustedDevInfoRecord record; in LnnInsertSpecificTrustedDevInfo()
493 TrustedDevInfoRecord recor in LnnDeleteSpecificTrustedDevInfo()
[all...]
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/unittest/
H A Dnet_ledger_test.cpp115 TrustedDevInfoRecord record; in HWTEST_F()
117 (void)memset_s(&record, sizeof(TrustedDevInfoRecord), 0, sizeof(TrustedDevInfoRecord)); in HWTEST_F()
/foundation/communication/dsoftbus/core/common/include/
H A Dsqlite3_utils.h53 } TrustedDevInfoRecord; typedef
/foundation/communication/dsoftbus/core/common/utils/
H A Dsqlite3_utils.c111 const TrustedDevInfoRecord *record = (TrustedDevInfoRecord *)data; in BindInsertTrustedDevInfoCb()
/foundation/communication/dsoftbus/tests/core/common/utils/unittest/
H A Dsqlite3_utils_test.cpp36 static TrustedDevInfoRecord g_record1, g_record2, g_record3;

Completed in 5 milliseconds