Home
last modified time | relevance | path

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

/foundation/communication/nfc/services/src/external_deps/
H A Dapp_data_parser.h94 bool UpdateAppListInfo(ElementName &element, const std::string action);
H A Dapp_data_parser.cpp86 bool tag = UpdateAppListInfo(element, KITS::ACTION_TAG_FOUND); in HandleAppAddOrChangedEvent()
87 bool host = UpdateAppListInfo(element, KITS::ACTION_HOST_APDU_SERVICE); in HandleAppAddOrChangedEvent()
88 bool offHost = UpdateAppListInfo(element, KITS::ACTION_OFF_HOST_APDU_SERVICE); in HandleAppAddOrChangedEvent()
166 bool AppDataParser::UpdateAppListInfo(ElementName &element, const std::string action) in UpdateAppListInfo() function in OHOS::NFC::AppDataParser
170 DebugLog("UpdateAppListInfo, ignore action = %{public}s", action.c_str()); in UpdateAppListInfo()

Completed in 3 milliseconds