/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/src/ |
H A D | executor_callback_service_test.cpp | 188 int32_t result = service->OnGetProperty(testCondition, testValues); 200 EXPECT_CALL(*testCallback, OnGetProperty(_, _)).Times(1); 201 ON_CALL(*testCallback, OnGetProperty) 210 int32_t result = service->OnGetProperty(testCondition, testValues);
|
H A D | executor_callback_proxy_test.cpp | 170 EXPECT_EQ(proxy->OnGetProperty(condition, values), SUCCESS); 171 EXPECT_EQ(proxy->OnGetProperty(condition, values), GENERAL_ERROR);
|
H A D | executor_callback_stub_test.cpp | 147 EXPECT_CALL(*service, OnGetProperty(_, _)).Times(1);
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/src/ |
H A D | executor_callback_service.cpp | 79 int32_t ExecutorCallbackService::OnGetProperty(const Attributes &condition, Attributes &values) in OnGetProperty() function in OHOS::UserIam::UserAuth::ExecutorCallbackService 86 return callback_->OnGetProperty(condition, values); in OnGetProperty()
|
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/ |
H A D | co_auth_client_callback.h | 80 virtual int32_t OnGetProperty(const Attributes &conditions, Attributes &results) = 0;
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/common_defines/ |
H A D | executor_callback_interface.h | 37 virtual int32_t OnGetProperty(const Attributes &condition, Attributes &values) = 0;
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/dummy/ |
H A D | dummy_executor_callback_interface.h | 44 int32_t OnGetProperty(const Attributes &condition, Attributes &values) in OnGetProperty() function
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/mocks/ |
H A D | mock_executor_callback_service.h | 34 MOCK_METHOD2(OnGetProperty, int32_t(const Attributes &condition, Attributes &values));
|
H A D | mock_executor_register_callback.h | 36 MOCK_METHOD2(OnGetProperty, int32_t(const Attributes &conditions, Attributes &results));
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/inc/ |
H A D | executor_callback_service.h | 36 int32_t OnGetProperty(const Attributes &condition, Attributes &values) override;
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/ |
H A D | mock_executor_callback.h | 36 MOCK_METHOD2(OnGetProperty, int32_t(const Attributes &condition, Attributes &values));
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/inc/ |
H A D | executor_callback_proxy.h | 38 int32_t OnGetProperty(const Attributes &condition, Attributes &values) override;
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/clients/coauthclient_fuzzer/ |
H A D | co_auth_client_fuzzer.cpp | 69 int32_t OnGetProperty(const Attributes &conditions, Attributes &results) in OnGetProperty() function in OHOS::UserIam::UserAuth::__anona86907b80110::DummyExecutorRegisterCallback 211 g_ExecutorCallbackService->OnGetProperty(condition, values); in FuzzExecutorCallbackServiceOnGetProperty()
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/clients/executorcallbackstub_fuzzer/ |
H A D | executor_callback_stub_fuzzer.cpp | 73 int32_t OnGetProperty(const Attributes &conditions, Attributes &results) in OnGetProperty() function in OHOS::UserIam::UserAuth::__anon310747860110::DummyExecutorRegisterCallback
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/include/framework/ |
H A D | framework_executor_callback.h | 47 int32_t OnGetProperty(const Attributes &conditions, Attributes &results) override;
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/executors/ |
H A D | executor_unit_test.cpp | 912 ret = executorCallback->OnGetProperty(*conditions, *values); 947 ret = executorCallback->OnGetProperty(*conditions, *values); 968 ret = executorCallback->OnGetProperty(*conditions, *values); 989 ret = executorCallback->OnGetProperty(*conditions, *values); 1013 ret = executorCallback->OnGetProperty(*conditions, *values); 1018 ret = executorCallback->OnGetProperty(*conditions, *values); 1036 ret = executorCallback->OnGetProperty(*values, *values); 1056 ret = executorCallback->OnGetProperty(*conditions, attr); 1087 ret = executorCallback->OnGetProperty(*conditions, *values);
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/src/ |
H A D | executor_callback_stub.cpp | 161 int32_t result = OnGetProperty(conditions, values); in OnGetPropertyStub()
|
H A D | executor_callback_proxy.cpp | 159 int32_t ExecutorCallbackProxy::OnGetProperty(const Attributes &condition, Attributes &values) in OnGetProperty() function in OHOS::UserIam::UserAuth::ExecutorCallbackProxy
|
/ohos5.0/base/useriam/user_auth_framework/ |
H A D | README_ZH.md | 62 | OnGetProperty(conditions : Attributes, results : Attributes) int32_t; | 获取属性信息 |
|
/ohos5.0/base/useriam/user_auth_framework/services/core/src/ |
H A D | resource_node_impl.cpp | 173 return callback_->OnGetProperty(condition, values); in GetProperty()
|
H A D | remote_executor_proxy.cpp | 68 int32_t OnGetProperty(const Attributes &conditions, Attributes &results) override in OnGetProperty() function in OHOS::UserIam::UserAuth::RemoteExecutorProxyCallback
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/coauthservice_fuzzer/ |
H A D | co_auth_service_fuzzer.cpp | 86 int32_t OnGetProperty(const Attributes &condition, Attributes &values) override in OnGetProperty() function in OHOS::UserIam::CoAuth::__anonce6810ce0110::CoAuthServiceFuzzer
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | resource_node_test.cpp | 155 EXPECT_CALL(*testCallback, OnGetProperty(_, _)).WillRepeatedly(Return(SUCCESS));
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/servicecore_fuzzer/src/ |
H A D | resource_node_fuzzer.cpp | 65 int32_t OnGetProperty(const Attributes &condition, Attributes &values) override in OnGetProperty() function in OHOS::UserIam::UserAuth::__anon51a70fc40110::DummyExecutorCallbackInterface
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/framework/ |
H A D | framework_executor_callback.cpp | 141 int32_t FrameworkExecutorCallback::OnGetProperty(const Attributes &conditions, Attributes &results) in OnGetProperty() function in OHOS::UserIam::UserAuth::FrameworkExecutorCallback
|