Home
last modified time | relevance | path

Searched refs:OP_MICROPHONE (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/security/access_token/services/privacymanager/test/unittest/
H A Dpermission_record_db_test.cpp387 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 Dconstant.h36 OP_MICROPHONE = 7, enumerator
/ohos5.0/base/security/access_token/services/privacymanager/src/common/
H A Dconstant.cpp32 … 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 Dpermission_record_manager_coverage_test.cpp204 .opCode = Constant::OP_MICROPHONE,
216 .opCode = Constant::OP_MICROPHONE,
/ohos5.0/base/security/access_token/services/privacymanager/src/record/
H A Dpermission_record_manager.cpp1669 RemoveRecordFromStartListByOp(Constant::OP_MICROPHONE); in OnAudioMgrRemoteDiedHandle()