Home
last modified time | relevance | path

Searched refs:OnSetProperty (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/src/
H A Dexecutor_callback_service_test.cpp157 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 Dexecutor_callback_stub_test.cpp128 EXPECT_CALL(*service, OnSetProperty(_)).Times(1);
H A Dexecutor_callback_proxy_test.cpp142 EXPECT_EQ(proxy->OnSetProperty(properties), SUCCESS);
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/src/
H A Dexecutor_callback_service.cpp69 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 Dco_auth_client_callback.h71 virtual int32_t OnSetProperty(const Attributes &properties) = 0;
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/common_defines/
H A Dexecutor_callback_interface.h36 virtual int32_t OnSetProperty(const Attributes &properties) = 0;
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/dummy/
H A Ddummy_executor_callback_interface.h40 int32_t OnSetProperty(const Attributes &properties) in OnSetProperty() function
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/mocks/
H A Dmock_executor_callback_service.h33 MOCK_METHOD1(OnSetProperty, int32_t(const Attributes &properties));
H A Dmock_executor_register_callback.h35 MOCK_METHOD1(OnSetProperty, int32_t(const Attributes &properties));
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/inc/
H A Dexecutor_callback_service.h35 int32_t OnSetProperty(const Attributes &properties) override;
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/
H A Dmock_executor_callback.h35 MOCK_METHOD1(OnSetProperty, int32_t(const Attributes &properties));
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/inc/
H A Dexecutor_callback_proxy.h37 int32_t OnSetProperty(const Attributes &properties) override;
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/clients/coauthclient_fuzzer/
H A Dco_auth_client_fuzzer.cpp62 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 Dexecutor_unit_test.cpp1100 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 Dexecutor_callback_stub_fuzzer.cpp66 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 Dframework_executor_callback.h45 int32_t OnSetProperty(const Attributes &properties) override;
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/src/
H A Dexecutor_callback_stub.cpp143 int32_t result = OnSetProperty(properties); in OnSetPropertyStub()
H A Dexecutor_callback_proxy.cpp131 int32_t ExecutorCallbackProxy::OnSetProperty(const Attributes &properties) in OnSetProperty() function in OHOS::UserIam::UserAuth::ExecutorCallbackProxy
/ohos5.0/base/useriam/user_auth_framework/
H A DREADME_ZH.md61 | OnSetProperty(properties : Attributes) int32_t; | 设置属性信息 |
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dresource_node_impl.cpp164 return callback_->OnSetProperty(properties); in SetProperty()
H A Dremote_executor_proxy.cpp62 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 Dco_auth_service_fuzzer.cpp80 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 Dresource_node_test.cpp154 EXPECT_CALL(*testCallback, OnSetProperty(_)).WillRepeatedly(Return(SUCCESS));
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/servicecore_fuzzer/src/
H A Dresource_node_fuzzer.cpp58 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 Dframework_executor_callback.cpp115 int32_t FrameworkExecutorCallback::OnSetProperty(const Attributes &properties) in OnSetProperty() function in OHOS::UserIam::UserAuth::FrameworkExecutorCallback

12