Searched refs:OP_MICROPHONE (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/security/access_token/services/privacymanager/test/unittest/ |
H A D | permission_record_db_test.cpp | 387 value1.Put(PrivacyFiledConst::FIELD_OP_CODE, Constant::OP_MICROPHONE); 396 value2.Put(PrivacyFiledConst::FIELD_OP_CODE, Constant::OP_MICROPHONE); 420 value1.Put(PrivacyFiledConst::FIELD_OP_CODE, Constant::OP_MICROPHONE); 431 value2.Put(PrivacyFiledConst::FIELD_OP_CODE, Constant::OP_MICROPHONE); 472 value1.Put(PrivacyFiledConst::FIELD_OP_CODE, Constant::OP_MICROPHONE); 483 value2.Put(PrivacyFiledConst::FIELD_OP_CODE, Constant::OP_MICROPHONE); 514 value.Put(PrivacyFiledConst::FIELD_OP_CODE, Constant::OP_MICROPHONE); 564 value1.Put(PrivacyFiledConst::FIELD_OP_CODE, Constant::OP_MICROPHONE); 575 value2.Put(PrivacyFiledConst::FIELD_OP_CODE, Constant::OP_MICROPHONE); 586 value3.Put(PrivacyFiledConst::FIELD_OP_CODE, Constant::OP_MICROPHONE); [all …]
|
/ohos5.0/base/security/access_token/services/privacymanager/include/common/ |
H A D | constant.h | 36 OP_MICROPHONE = 7, enumerator
|
/ohos5.0/base/security/access_token/services/privacymanager/src/common/ |
H A D | constant.cpp | 32 … std::map<std::string, int32_t>::value_type("ohos.permission.MICROPHONE", Constant::OP_MICROPHONE),
|
/ohos5.0/base/security/access_token/services/privacymanager/test/coverage/ |
H A D | permission_record_manager_coverage_test.cpp | 204 .opCode = Constant::OP_MICROPHONE, 216 .opCode = Constant::OP_MICROPHONE,
|
/ohos5.0/base/security/access_token/services/privacymanager/src/record/ |
H A D | permission_record_manager.cpp | 1669 RemoveRecordFromStartListByOp(Constant::OP_MICROPHONE); in OnAudioMgrRemoteDiedHandle()
|