Home
last modified time | relevance | path

Searched refs:sourceName (Results 1 - 6 of 6) sorted by relevance

/base/security/appverify/interfaces/innerkits/appverify/src/init/
H A Dtrusted_source_manager.cpp145 if (!JsonParserUtils::GetJsonString(appSource, KEY_OF_SOURCE_NAME, hapAppSource.sourceName)) { in ParseTrustedAppSourceJson()
146 HAPVERIFY_LOG_ERROR("Get sourceName Failed"); in ParseTrustedAppSourceJson()
149 hapAppSource.source = GetTrustedSource(hapAppSource.sourceName); in ParseTrustedAppSourceJson()
189 std::string info = "sourceName: " + appSourceInfo.sourceName + "\n" + in EncapTrustedAppSourceString()
264 TrustedSources TrustedSourceManager::GetTrustedSource(std::string& sourceName) in GetTrustedSource() argument
266 if (APP_GALLERY_SOURCE_NAME == sourceName) { in GetTrustedSource()
270 if (APP_SYSTEM_SOURCE_NAME == sourceName) { in GetTrustedSource()
274 if (APP_THIRD_PARTY_PRELOAD_SOURCE_NAME == sourceName) { in GetTrustedSource()
H A Dtrusted_ticket_manager.cpp117 if (!JsonParserUtils::GetJsonString(TicketSource, KEY_OF_SOURCE_NAME, hapTicketSource.sourceName)) { in ParseTrustedTicketSourceJson()
118 HAPVERIFY_LOG_ERROR("Get sourceName Failed"); in ParseTrustedTicketSourceJson()
149 std::string info = "sourceName: " + ticketSourceInfo.sourceName + "\n" + in EncapTrustedTicketSourceString()
/base/security/appverify/interfaces/innerkits/appverify/include/init/
H A Dtrusted_source_manager.h31 std::string sourceName; member
69 TrustedSources GetTrustedSource(std::string& sourceName);
H A Dtrusted_ticket_manager.h30 std::string sourceName; member
/base/msdp/device_status/services/interaction/drag/include/
H A Ddrag_drawing.h248 void NotifyDragInfo(const std::string &sourceName, const std::string &targetName);
/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_drawing.cpp779 void DragDrawing::NotifyDragInfo(const std::string &sourceName, const std::string &targetName) in NotifyDragInfo() argument
795 dragEventInfo.sourcePkgName = sourceName; in NotifyDragInfo()

Completed in 8 milliseconds