Searched refs:FIELD_STATUS (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/security/access_token/services/privacymanager/test/unittest/ |
H A D | permission_record_db_test.cpp | 177 conditionColumns.emplace_back(PrivacyFiledConst::FIELD_STATUS); 388 value1.Put(PrivacyFiledConst::FIELD_STATUS, ActiveChangeType::PERM_ACTIVE_IN_FOREGROUND); 397 value2.Put(PrivacyFiledConst::FIELD_STATUS, ActiveChangeType::PERM_ACTIVE_IN_FOREGROUND); 421 value1.Put(PrivacyFiledConst::FIELD_STATUS, ActiveChangeType::PERM_ACTIVE_IN_FOREGROUND); 432 value2.Put(PrivacyFiledConst::FIELD_STATUS, ActiveChangeType::PERM_ACTIVE_IN_FOREGROUND); 473 value1.Put(PrivacyFiledConst::FIELD_STATUS, ActiveChangeType::PERM_ACTIVE_IN_FOREGROUND); 484 value2.Put(PrivacyFiledConst::FIELD_STATUS, ActiveChangeType::PERM_ACTIVE_IN_FOREGROUND); 515 value.Put(PrivacyFiledConst::FIELD_STATUS, ActiveChangeType::PERM_ACTIVE_IN_FOREGROUND); 565 value1.Put(PrivacyFiledConst::FIELD_STATUS, ActiveChangeType::PERM_ACTIVE_IN_FOREGROUND); 576 value2.Put(PrivacyFiledConst::FIELD_STATUS, ActiveChangeType::PERM_ACTIVE_IN_FOREGROUND); [all …]
|
/ohos5.0/base/security/access_token/services/privacymanager/src/database/ |
H A D | data_translator.cpp | 68 …andGenericValues.Put(PrivacyFiledConst::FIELD_STATUS, static_cast<int32_t>(PERM_ACTIVE_IN_BACKGROU… in TranslationIntoGenericValues() 70 …andGenericValues.Put(PrivacyFiledConst::FIELD_STATUS, static_cast<int32_t>(PERM_ACTIVE_IN_FOREGROU… in TranslationIntoGenericValues() 106 detail.status = inGenericValues.GetInt(PrivacyFiledConst::FIELD_STATUS); in TranslationGenericValuesIntoPermissionUsedRecord()
|
H A D | privacy_field_const.cpp | 23 const std::string PrivacyFiledConst::FIELD_STATUS = "status"; member in OHOS::Security::AccessToken::PrivacyFiledConst
|
H A D | permission_used_record_db.cpp | 92 PrivacyFiledConst::FIELD_STATUS, in PermissionUsedRecordDb() 573 .append(PrivacyFiledConst::FIELD_STATUS) in CreatePermissionRecordTable() 592 .append(PrivacyFiledConst::FIELD_STATUS) in CreatePermissionRecordTable() 681 .append(PrivacyFiledConst::FIELD_STATUS) in CreateNewPermissionRecordTable() 700 .append(PrivacyFiledConst::FIELD_STATUS) in CreateNewPermissionRecordTable()
|
/ohos5.0/base/security/access_token/services/privacymanager/src/record/ |
H A D | permission_record.cpp | 27 values.Put(PrivacyFiledConst::FIELD_STATUS, record.status); in TranslationIntoGenericValues() 40 record.status = values.GetInt(PrivacyFiledConst::FIELD_STATUS); in TranslationIntoPermissionRecord()
|
H A D | permission_record_manager.cpp | 249 conditionValue.Put(PrivacyFiledConst::FIELD_STATUS, record.status); in UpdatePermissionUsedRecordToDb() 509 int32_t status = queryValue.GetInt(PrivacyFiledConst::FIELD_STATUS); in InsteadMergedRecIfNecessary()
|
/ohos5.0/base/security/access_token/services/privacymanager/include/database/ |
H A D | privacy_field_const.h | 29 const static std::string FIELD_STATUS; variable
|
/ohos5.0/base/security/access_token/services/privacymanager/test/coverage/ |
H A D | permission_record_manager_coverage_test.cpp | 624 values.Put(PrivacyFiledConst::FIELD_STATUS, 0); 646 value.Put(PrivacyFiledConst::FIELD_STATUS, ActiveChangeType::PERM_ACTIVE_IN_BACKGROUND); in AddRecord() 699 value.Put(PrivacyFiledConst::FIELD_STATUS, ActiveChangeType::PERM_ACTIVE_IN_BACKGROUND); in GeneratePermissionRecord() 714 value.Remove(PrivacyFiledConst::FIELD_STATUS); in GeneratePermissionRecord() 715 value.Put(PrivacyFiledConst::FIELD_STATUS, ActiveChangeType::PERM_ACTIVE_IN_FOREGROUND); in GeneratePermissionRecord()
|