Home
last modified time | relevance | path

Searched refs:FIELD_STATUS (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/security/access_token/services/privacymanager/test/unittest/
H A Dpermission_record_db_test.cpp177 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 Ddata_translator.cpp68 …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 Dprivacy_field_const.cpp23 const std::string PrivacyFiledConst::FIELD_STATUS = "status"; member in OHOS::Security::AccessToken::PrivacyFiledConst
H A Dpermission_used_record_db.cpp92 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 Dpermission_record.cpp27 values.Put(PrivacyFiledConst::FIELD_STATUS, record.status); in TranslationIntoGenericValues()
40 record.status = values.GetInt(PrivacyFiledConst::FIELD_STATUS); in TranslationIntoPermissionRecord()
H A Dpermission_record_manager.cpp249 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 Dprivacy_field_const.h29 const static std::string FIELD_STATUS; variable
/ohos5.0/base/security/access_token/services/privacymanager/test/coverage/
H A Dpermission_record_manager_coverage_test.cpp624 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()