Home
last modified time | relevance | path

Searched refs:GetPropCallback (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/inc/
H A Duser_auth_callback_service.h45 explicit GetExecutorPropertyCallbackService(const std::shared_ptr<GetPropCallback> &impl);
50 std::shared_ptr<GetPropCallback> getPropCallback_ {nullptr};
H A Duser_auth_client_impl.h38 const std::shared_ptr<GetPropCallback> &callback) override;
40 const std::shared_ptr<GetPropCallback> &callback) override;
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/
H A Duser_auth_client.h58 const std::shared_ptr<GetPropCallback> &callback) = 0;
68 const std::shared_ptr<GetPropCallback> &callback) = 0;
H A Duser_auth_client_callback.h74 class GetPropCallback {
/ohos5.0/base/account/os_account/interfaces/innerkits/account_iam/native/include/
H A Daccount_iam_info.h43 typedef UserIam::UserAuth::GetPropCallback GetPropCallback; typedef
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/mocks/
H A Dmock_user_auth_client_callback.h38 class MockGetPropCallback final : public GetPropCallback {
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/src/
H A Duser_auth_callback_service.cpp106 …tyCallbackService::GetExecutorPropertyCallbackService(const std::shared_ptr<GetPropCallback> &impl) in GetExecutorPropertyCallbackService()
H A Duser_auth_client_impl.cpp119 const std::shared_ptr<GetPropCallback> &callback) in GetProperty()
147 const std::shared_ptr<GetPropCallback> &callback) in GetPropertyById()
/ohos5.0/base/useriam/user_auth_framework/
H A DREADME_ZH.md90 | GetProperty(userId : int32_t, request : GetPropertyRequest, callback : GetPropCallback) : void; |…
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/clients/userauthcallbackstub_fuzzer/
H A Duser_auth_callback_stub_fuzzer.cpp41 class DummyGetPropCallback final : public GetPropCallback {
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/src/
H A Duser_auth_callback_service_test.cpp126 std::shared_ptr<GetPropCallback> getPropCallback = nullptr;
/ohos5.0/base/account/os_account/services/accountmgr/include/account_iam/
H A Daccount_iam_callback.h198 class GetPropCallbackWrapper : public GetPropCallback {
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/clients/userauthclient_fuzzer/
H A Duser_auth_client_fuzzer.cpp32 class DummyGetPropCallback final : public GetPropCallback {