/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/src/ |
H A D | executor_callback_service_test.cpp | 157 int32_t result = service->OnSetProperty(testProperties); 167 EXPECT_CALL(*testCallback, OnSetProperty(_)).Times(1); 168 ON_CALL(*testCallback, OnSetProperty) 176 int32_t result = service->OnSetProperty(testProperties);
|
H A D | executor_callback_stub_test.cpp | 128 EXPECT_CALL(*service, OnSetProperty(_)).Times(1);
|
H A D | executor_callback_proxy_test.cpp | 142 EXPECT_EQ(proxy->OnSetProperty(properties), SUCCESS);
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/src/ |
H A D | executor_callback_service.cpp | 69 int32_t ExecutorCallbackService::OnSetProperty(const Attributes &properties) in OnSetProperty() function in OHOS::UserIam::UserAuth::ExecutorCallbackService 76 return callback_->OnSetProperty(properties); in OnSetProperty()
|
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/ |
H A D | co_auth_client_callback.h | 71 virtual int32_t OnSetProperty(const Attributes &properties) = 0;
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/common_defines/ |
H A D | executor_callback_interface.h | 36 virtual int32_t OnSetProperty(const Attributes &properties) = 0;
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/dummy/ |
H A D | dummy_executor_callback_interface.h | 40 int32_t OnSetProperty(const Attributes &properties) in OnSetProperty() function
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/mocks/ |
H A D | mock_executor_callback_service.h | 33 MOCK_METHOD1(OnSetProperty, int32_t(const Attributes &properties));
|
H A D | mock_executor_register_callback.h | 35 MOCK_METHOD1(OnSetProperty, int32_t(const Attributes &properties));
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/inc/ |
H A D | executor_callback_service.h | 35 int32_t OnSetProperty(const Attributes &properties) override;
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/ |
H A D | mock_executor_callback.h | 35 MOCK_METHOD1(OnSetProperty, int32_t(const Attributes &properties));
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/inc/ |
H A D | executor_callback_proxy.h | 37 int32_t OnSetProperty(const Attributes &properties) override;
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/clients/coauthclient_fuzzer/ |
H A D | co_auth_client_fuzzer.cpp | 62 int32_t OnSetProperty(const Attributes &properties) in OnSetProperty() function in OHOS::UserIam::UserAuth::__anona86907b80110::DummyExecutorRegisterCallback 198 g_ExecutorCallbackService->OnSetProperty(properties); in FuzzExecutorCallbackServiceOnSetProperty()
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/executors/ |
H A D | executor_unit_test.cpp | 1100 ret = executorCallback->OnSetProperty(attr); 1127 ret = executorCallback->OnSetProperty(*property); 1146 ret = executorCallback->OnSetProperty(*property); 1169 ret = executorCallback->OnSetProperty(*property); 1197 ret = executorCallback->OnSetProperty(*property); 1241 ret = executorCallback->OnSetProperty(*property); 1243 ret = executorCallback->OnSetProperty(*property); 1274 ret = executorCallback->OnSetProperty(*property); 1305 ret = executorCallback->OnSetProperty(*property); 1335 ret = executorCallback->OnSetProperty(*property); [all …]
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/clients/executorcallbackstub_fuzzer/ |
H A D | executor_callback_stub_fuzzer.cpp | 66 int32_t OnSetProperty(const Attributes &properties) in OnSetProperty() 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 | 45 int32_t OnSetProperty(const Attributes &properties) override;
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/src/ |
H A D | executor_callback_stub.cpp | 143 int32_t result = OnSetProperty(properties); in OnSetPropertyStub()
|
H A D | executor_callback_proxy.cpp | 131 int32_t ExecutorCallbackProxy::OnSetProperty(const Attributes &properties) in OnSetProperty() function in OHOS::UserIam::UserAuth::ExecutorCallbackProxy
|
/ohos5.0/base/useriam/user_auth_framework/ |
H A D | README_ZH.md | 61 | OnSetProperty(properties : Attributes) int32_t; | 设置属性信息 |
|
/ohos5.0/base/useriam/user_auth_framework/services/core/src/ |
H A D | resource_node_impl.cpp | 164 return callback_->OnSetProperty(properties); in SetProperty()
|
H A D | remote_executor_proxy.cpp | 62 int32_t OnSetProperty(const Attributes &properties) override in OnSetProperty() 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 | 80 int32_t OnSetProperty(const Attributes &properties) override in OnSetProperty() 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 | 154 EXPECT_CALL(*testCallback, OnSetProperty(_)).WillRepeatedly(Return(SUCCESS));
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/servicecore_fuzzer/src/ |
H A D | resource_node_fuzzer.cpp | 58 int32_t OnSetProperty(const Attributes &properties) override in OnSetProperty() 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 | 115 int32_t FrameworkExecutorCallback::OnSetProperty(const Attributes &properties) in OnSetProperty() function in OHOS::UserIam::UserAuth::FrameworkExecutorCallback
|