Home
last modified time | relevance | path

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

/ohos5.0/base/security/security_guard/services/config_manager/include/
H A Dconfig_data_manager.h32 void InsertEventToTableMap(int64_t eventId, std::string table);
/ohos5.0/base/security/security_guard/test/unittest/config_manager/include/
H A Dconfig_data_manager.h34 void InsertEventToTableMap(int64_t eventId, std::string table);
/ohos5.0/base/security/security_guard/services/config_manager/src/
H A Devent_config.cpp143 ConfigDataManager::GetInstance().InsertEventToTableMap(config.eventId, config.dbTable); in CacheEventToTable()
H A Dconfig_data_manager.cpp46 void ConfigDataManager::InsertEventToTableMap(int64_t eventId, std::string table) in InsertEventToTableMap() function in OHOS::Security::SecurityGuard::ConfigDataManager