Searched refs:ACTION_TAG_FOUND (Results 1 – 5 of 5) sorted by relevance
119 want.SetAction(KITS::ACTION_TAG_FOUND);133 element.SetBundleName(KITS::ACTION_TAG_FOUND);145 want.SetAction(KITS::ACTION_TAG_FOUND);149 ASSERT_TRUE(element.GetBundleName() == KITS::ACTION_TAG_FOUND);
63 want.SetAction(KITS::ACTION_TAG_FOUND);89 element.SetBundleName(KITS::ACTION_TAG_FOUND);
86 bool tag = UpdateAppListInfo(element, KITS::ACTION_TAG_FOUND); in HandleAppAddOrChangedEvent()119 {KITS::ACTION_TAG_FOUND, TAG_PERM}, in VerifyHapPermission()149 if (KITS::ACTION_TAG_FOUND == action) { in QueryAbilityInfos()168 …if (action.compare(KITS::ACTION_TAG_FOUND) != 0 && action.compare(KITS::ACTION_HOST_APDU_SERVICE) … in UpdateAppListInfo()189 if (action.compare(KITS::ACTION_TAG_FOUND) == 0) { in UpdateAppListInfo()208 if (KITS::ACTION_TAG_FOUND.compare(action) == 0) { in InitAppListByAction()458 InitAppListByAction(KITS::ACTION_TAG_FOUND); in InitAppList()
148 want.SetAction(KITS::ACTION_TAG_FOUND); in DispatchAbilityMultiApp()
89 const std::string ACTION_TAG_FOUND = "ohos.nfc.tag.action.TAG_FOUND"; variable