Home
last modified time | relevance | path

Searched refs:settingsHapPath (Results 1 - 2 of 2) sorted by relevance

/test/xts/device_attest/services/devattest_ability/src/
H A Ddevattest_notification_publish.cpp80 std::string settingsHapPath; in PublishNotificationImpl() local
88 if (GetDevattestHapPath(settingsHapPath) != DEVATTEST_SUCCESS) { in PublishNotificationImpl()
93 if (GetDevattestContent(contentTitle, contentText, settingsHapPath) != DEVATTEST_SUCCESS) { in PublishNotificationImpl()
167 int32_t DevAttestNotificationPublish::GetDevattestHapPath(std::string &settingsHapPath) in GetDevattestHapPath() argument
195 settingsHapPath = moduleResPath; in GetDevattestHapPath()
198 if (settingsHapPath.empty()) { in GetDevattestHapPath()
237 std::string &text, std::string &settingsHapPath) in GetDevattestContent()
245 if (!pResMgr->AddResource(settingsHapPath.c_str())) { in GetDevattestContent()
236 GetDevattestContent(std::string &title, std::string &text, std::string &settingsHapPath) GetDevattestContent() argument
/test/xts/device_attest/services/devattest_ability/include/
H A Ddevattest_notification_publish.h35 int32_t GetDevattestHapPath(std::string &settingsHapPath);
36 int32_t GetDevattestContent(std::string &title, std::string &text, std::string &settingsHapPath);

Completed in 1 milliseconds