Searched refs:OP_MICROPHONE (Results 1 - 5 of 5) sorted by relevance
/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); in HWTEST_F() 396 value2.Put(PrivacyFiledConst::FIELD_OP_CODE, Constant::OP_MICROPHONE); in HWTEST_F() 420 value1.Put(PrivacyFiledConst::FIELD_OP_CODE, Constant::OP_MICROPHONE); in HWTEST_F() 431 value2.Put(PrivacyFiledConst::FIELD_OP_CODE, Constant::OP_MICROPHONE); in HWTEST_F() 472 value1.Put(PrivacyFiledConst::FIELD_OP_CODE, Constant::OP_MICROPHONE); in HWTEST_F() 483 value2.Put(PrivacyFiledConst::FIELD_OP_CODE, Constant::OP_MICROPHONE); in HWTEST_F() 514 value.Put(PrivacyFiledConst::FIELD_OP_CODE, Constant::OP_MICROPHONE); in HWTEST_F() 564 value1.Put(PrivacyFiledConst::FIELD_OP_CODE, Constant::OP_MICROPHONE); in HWTEST_F() 575 value2.Put(PrivacyFiledConst::FIELD_OP_CODE, Constant::OP_MICROPHONE); in HWTEST_F() 586 value3.Put(PrivacyFiledConst::FIELD_OP_CODE, Constant::OP_MICROPHONE); in HWTEST_F() [all...] |
/base/security/access_token/services/privacymanager/include/common/ |
H A D | constant.h | 36 OP_MICROPHONE = 7, enumerator
|
/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),
|
/base/security/access_token/services/privacymanager/test/coverage/ |
H A D | permission_record_manager_coverage_test.cpp | 204 .opCode = Constant::OP_MICROPHONE, in HWTEST_F() 216 .opCode = Constant::OP_MICROPHONE, in HWTEST_F()
|
/base/security/access_token/services/privacymanager/src/record/ |
H A D | permission_record_manager.cpp | 1737 RemoveRecordFromStartListByOp(Constant::OP_MICROPHONE); in OnAudioMgrRemoteDiedHandle()
|
Completed in 12 milliseconds