Home
last modified time | relevance | path

Searched refs:BIND_TYPE (Results 1 - 4 of 4) sorted by relevance

/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Daccess_control_profile.cpp251 cJSON_AddNumberToObject(json, BIND_TYPE.c_str(), bindType_); in dump()
/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/
H A Dtrust_profile_manager.cpp631 if (params.find(BIND_TYPE) != params.end() && params.find(STATUS) != params.end()) { in GetAccessControlProfile()
634 params.at(BUNDLENAME), std::atoi(params.at(BIND_TYPE).c_str()), in GetAccessControlProfile()
640 std::atoi(params.at(BIND_TYPE).c_str()), in GetAccessControlProfile()
819 resultSet->GetColumnIndex(BIND_TYPE, columnIndex); in GetAclProfileByUserIdAndBundleName()
908 resultSet->GetColumnIndex(BIND_TYPE, columnIndex); in GetAclProfileByTokenId()
949 resultSet->GetColumnIndex(BIND_TYPE, columnIndex); in GetAclProfileByBundleName()
1542 int32_t bindType = rowEntity.Get(BIND_TYPE); in ConvertToAccessControlProfile()
/foundation/deviceprofile/device_info_manager/common/include/constants/
H A Ddistributed_device_profile_constants.h62 const std::string BIND_TYPE = "bindType"; member
/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp424 values.PutInt(BIND_TYPE, profile.GetBindType()); in AccessControlProfileToEntries()
530 if (GetIntValue(values, BIND_TYPE, intValue)) { in EntriesToAccessControlProfile()

Completed in 14 milliseconds