Home
last modified time | relevance | path

Searched refs:GetInterface (Results 1 - 18 of 18) sorted by relevance

/base/security/security_guard/test/unittest/security_collector/src/
H A Dsecurity_collector_test.cpp87 EXPECT_CALL(*(AccessToken::AccessTokenKit::GetInterface()), GetTokenType).WillOnce( in HWTEST_F()
89 EXPECT_CALL(*(AccessToken::AccessTokenKit::GetInterface()), GetHapTokenInfo).WillOnce( in HWTEST_F()
96 EXPECT_CALL(*(AccessToken::AccessTokenKit::GetInterface()), GetTokenType).WillOnce( in HWTEST_F()
98 EXPECT_CALL(*(AccessToken::AccessTokenKit::GetInterface()), GetHapTokenInfo).WillRepeatedly( in HWTEST_F()
108 EXPECT_CALL(*(AccessToken::AccessTokenKit::GetInterface()), GetTokenType).WillOnce( in HWTEST_F()
110 EXPECT_CALL(*(AccessToken::AccessTokenKit::GetInterface()), GetNativeTokenInfo).WillOnce( in HWTEST_F()
117 EXPECT_CALL(*(AccessToken::AccessTokenKit::GetInterface()), GetTokenType).WillOnce( in HWTEST_F()
119 EXPECT_CALL(*(AccessToken::AccessTokenKit::GetInterface()), GetNativeTokenInfo).WillOnce( in HWTEST_F()
129 EXPECT_CALL(*(AccessToken::AccessTokenKit::GetInterface()), GetTokenType).WillRepeatedly( in HWTEST_F()
136 EXPECT_CALL(*(AccessToken::AccessTokenKit::GetInterface()), VerifyAccessToke in HWTEST_F()
[all...]
/base/security/security_guard/test/unittest/data_collect/sa/
H A Dsecurity_guard_data_collect_sa_test.cpp313 EXPECT_CALL(*(DataFormat::GetInterface()), ParseConditions).WillOnce([] in HWTEST_F()
332 EXPECT_CALL(*(DataFormat::GetInterface()), ParseConditions).WillOnce([] in HWTEST_F()
357 EXPECT_CALL(*(DataFormat::GetInterface()), ParseConditions).WillOnce([] in HWTEST_F()
393 EXPECT_CALL(*(AccessToken::AccessTokenKit::GetInterface()), VerifyAccessToken).WillRepeatedly( in HWTEST_F()
407 EXPECT_CALL(*(AccessToken::AccessTokenKit::GetInterface()), VerifyAccessToken).WillOnce( in HWTEST_F()
409 EXPECT_CALL(*(DataFormat::GetInterface()), CheckRiskContent).WillOnce(Return(false)); in HWTEST_F()
410 EXPECT_CALL(*(AccessToken::AccessTokenKit::GetInterface()), GetTokenType) in HWTEST_F()
412 EXPECT_CALL(*(AccessToken::TokenIdKit::GetInterface()), IsSystemAppByFullTokenID) in HWTEST_F()
426 EXPECT_CALL(*(AccessToken::AccessTokenKit::GetInterface()), VerifyAccessToken) in HWTEST_F()
428 EXPECT_CALL(*(AccessToken::AccessTokenKit::GetInterface()), GetTokenTyp in HWTEST_F()
[all...]
H A Ddata_format.h57 static std::shared_ptr<MockDataFormatInterface> GetInterface() in GetInterface() function in OHOS::Security::SecurityGuard::DataFormat
/base/security/security_guard/test/unittest/risk_classify/src/
H A Dsecurity_guard_risk_analysis_test.cpp74 EXPECT_CALL(*(AccessToken::AccessTokenKit::GetInterface()), VerifyAccessToken) in HWTEST_F()
76 EXPECT_CALL(*(AccessToken::AccessTokenKit::GetInterface()), GetTokenType) in HWTEST_F()
84 EXPECT_CALL(*(AccessToken::AccessTokenKit::GetInterface()), VerifyAccessToken) in HWTEST_F()
86 EXPECT_CALL(*(AccessToken::AccessTokenKit::GetInterface()), GetTokenType) in HWTEST_F()
94 EXPECT_CALL(*(AccessToken::AccessTokenKit::GetInterface()), VerifyAccessToken).WillRepeatedly( in HWTEST_F()
102 EXPECT_CALL(*(AccessToken::AccessTokenKit::GetInterface()), VerifyAccessToken).WillRepeatedly( in HWTEST_F()
/base/security/security_guard/test/unittest/mock/preferences_wrapper/
H A Dpreferences_wrapper.h58 static std::shared_ptr<MockPreferenceWrapperInterface> GetInterface() in GetInterface() function in OHOS::Security::SecurityGuard::PreferenceWrapper
/base/security/security_guard/test/unittest/mock/account_manager/
H A Dos_account_manager.h65 static std::shared_ptr<MockOsAccountManagerInterface> GetInterface() in GetInterface() function in OHOS::AccountSA::OsAccountManager
/base/security/security_guard/test/unittest/mock/rdb/
H A Drdb_helper.h57 static std::shared_ptr<MockRdbHelperInterface> GetInterface() in GetInterface() function in OHOS::NativeRdb::RdbHelper
/base/security/security_guard/test/unittest/mock/accesstoken/
H A Daccesstoken_kit.h93 static std::shared_ptr<MockTokenIdKitInterface> GetInterface() in GetInterface() function in OHOS::Security::AccessToken::TokenIdKit
169 static std::shared_ptr<MockAccessTokenKitInterface> GetInterface() in GetInterface() function in OHOS::Security::AccessToken::AccessTokenKit
/base/security/security_guard/test/unittest/data_collect/src/
H A Dsecurity_guard_data_collect_test.cpp81 EXPECT_CALL(*(NativeRdb::RdbHelper::GetInterface()), GetRdbStore) in HWTEST_F()
119 EXPECT_CALL(*(NativeRdb::RdbHelper::GetInterface()), GetRdbStore) in HWTEST_F()
160 EXPECT_CALL(*(NativeRdb::RdbHelper::GetInterface()), GetRdbStore) in HWTEST_F()
202 EXPECT_CALL(*(NativeRdb::RdbHelper::GetInterface()), GetRdbStore) in HWTEST_F()
242 EXPECT_CALL(*(NativeRdb::RdbHelper::GetInterface()), GetRdbStore) in HWTEST_F()
283 EXPECT_CALL(*(NativeRdb::RdbHelper::GetInterface()), GetRdbStore) in HWTEST_F()
323 EXPECT_CALL(*(NativeRdb::RdbHelper::GetInterface()), GetRdbStore) in HWTEST_F()
342 EXPECT_CALL(*(NativeRdb::RdbHelper::GetInterface()), GetRdbStore) in HWTEST_F()
362 EXPECT_CALL(*(NativeRdb::RdbHelper::GetInterface()), GetRdbStore) in HWTEST_F()
402 EXPECT_CALL(*(NativeRdb::RdbHelper::GetInterface()), GetRdbStor in HWTEST_F()
[all...]
/base/security/security_guard/test/unittest/mock/preferences/
H A Dpreferences_helper.h72 static std::shared_ptr<MockPreferenceHelperInterface> GetInterface() in GetInterface() function in OHOS::NativePreferences::PreferencesHelper
/base/usb/usb_manager/interfaces/innerkits/native/include/
H A Dusb_config.h100 bool GetInterface(uint32_t index, UsbInterface &interface) const in GetInterface() function in OHOS::USB::USBConfig
/base/usb/usb_manager/services/native/src/
H A Dusb_mass_storage_notification.cpp155 config.GetInterface(j, interface); in IsMassStorage()
H A Dusb_host_manager.cpp242 config.GetInterface(j, interface); in GetInterfaceDescription()
/base/usb/usb_manager/test/native/service_unittest/src/
H A Dusb_event_test.cpp165 config.GetInterface(0, interface); in HWTEST_F()
/base/usb/usb_manager/test/native/mock/src/
H A Dusb_event_mock_test.cpp202 config.GetInterface(0, interface); in HWTEST_F()
/base/security/security_guard/test/unittest/data_collect/database_manager/
H A Dsecurity_guard_database_manager_test.cpp113 EXPECT_CALL(*(AccountSA::OsAccountManager::GetInterface()), QueryActiveOsAccountIds).WillRepeatedly( in HWTEST_F()
/base/print/print_fwk/services/print_service/src/
H A Dprint_cups_client.cpp1731 nic = group.GetInterface(); in IsIpConflict()
/base/usb/usb_manager/interfaces/kits/js/napi/src/
H A Dusb_info.cpp141 usbConfig.GetInterface(i, usbInterface); in CtoJSUsbConfig()

Completed in 14 milliseconds