Searched refs:delACLInfoVec (Results 1 - 3 of 3) sorted by relevance
/foundation/distributedhardware/device_manager/services/implementation/include/dependency/hichain/ |
H A D | hichain_connector.h | 244 int32_t DeleteGroupByACL(std::vector<std::pair<int32_t, std::string>> &delACLInfoVec, 247 std::vector<std::pair<int32_t, std::string>> &delACLInfoVec);
|
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/ |
H A D | hichain_connector.cpp | 1211 int32_t HiChainConnector::DeleteGroupByACL(std::vector<std::pair<int32_t, std::string>> &delACLInfoVec, in DeleteGroupByACL() argument 1214 if (delACLInfoVec.size() == 0) { in DeleteGroupByACL() 1215 LOGI("delACLInfoVec is empty"); in DeleteGroupByACL() 1231 if (!IsNeedDelete(iter->groupName, userId, delACLInfoVec)) { in DeleteGroupByACL() 1243 std::vector<std::pair<int32_t, std::string>> &delACLInfoVec) in IsNeedDelete() 1245 if (delACLInfoVec.size() == 0 || groupName.empty()) { in IsNeedDelete() 1246 LOGI("delACLInfoVec or groupName is empty"); in IsNeedDelete() 1249 for (auto item : delACLInfoVec) { in IsNeedDelete() 1242 IsNeedDelete(std::string &groupName, int32_t userId, std::vector<std::pair<int32_t, std::string>> &delACLInfoVec) IsNeedDelete() argument
|
/foundation/distributedhardware/device_manager/services/implementation/src/ |
H A D | device_manager_service_impl.cpp | 872 std::vector<std::pair<int32_t, std::string>> delACLInfoVec; in ProcessAppUnintall() local 883 delACLInfoVec.push_back(std::pair<int32_t, std::string>(item.GetAccesser().GetAccesserUserId(), in ProcessAppUnintall() 887 if (delACLInfoVec.size() == 0) { in ProcessAppUnintall() 888 LOGI("delACLInfoVec is empty"); in ProcessAppUnintall() 896 hiChainConnector_->DeleteGroupByACL(delACLInfoVec, userIdVec); in ProcessAppUnintall()
|
Completed in 5 milliseconds