Home
last modified time | relevance | path

Searched defs:wrapper (Results 1 – 8 of 8) sorted by relevance

/base/account/os_account/frameworks/account_iam/test/unittest/src/
Daccount_iam_callback_service_test.cpp76 sptr<IDMCallbackService> wrapper = new (std::nothrow) IDMCallbackService(TEST_USER_ID, nullptr); variable
93 …sptr<IDMCallbackService> wrapper = new (std::nothrow) IDMCallbackService(TEST_USER_ID, testCallbac… variable
107 sptr<IDMCallbackService> wrapper = new (std::nothrow) IDMCallbackService(TEST_USER_ID, nullptr); variable
121 … sptr<GetCredInfoCallbackService> wrapper = new (std::nothrow) GetCredInfoCallbackService(nullptr); variable
135 sptr<GetSetPropCallbackService> wrapper = new (std::nothrow) GetSetPropCallbackService(nullptr); variable
/base/useriam/user_auth_framework/frameworks/native/client/src/
Duser_idm_client_impl.cpp72 sptr<IdmCallbackInterface> wrapper = new (std::nothrow) IdmCallbackService(callback); in AddCredential() local
101 sptr<IdmCallbackInterface> wrapper = new (std::nothrow) IdmCallbackService(callback); in UpdateCredential() local
141 sptr<IdmCallbackInterface> wrapper = new (std::nothrow) IdmCallbackService(callback); in DeleteCredential() local
166 sptr<IdmCallbackInterface> wrapper = new (std::nothrow) IdmCallbackService(callback); in DeleteUser() local
189 sptr<IdmCallbackInterface> wrapper = new (std::nothrow) IdmCallbackService(callback); in EraseUser() local
215 …sptr<IdmGetCredInfoCallbackInterface> wrapper = new (std::nothrow) IdmGetCredInfoCallbackService(c… in GetCredentialInfo() local
240 sptr<IdmGetSecureUserInfoCallbackInterface> wrapper = in GetSecUserInfo() local
Duser_auth_client_impl.cpp60 sptr<GetExecutorPropertyCallbackInterface> wrapper = in GetProperty() local
87 sptr<SetExecutorPropertyCallbackInterface> wrapper = in SetProperty() local
114 sptr<UserAuthCallbackInterface> wrapper = new (std::nothrow) UserAuthCallbackService(callback); in BeginAuthentication() local
140 sptr<UserAuthCallbackInterface> wrapper = new (std::nothrow) UserAuthCallbackService(callback); in BeginNorthAuthentication() local
177 sptr<UserAuthCallbackInterface> wrapper = new (std::nothrow) UserAuthCallbackService(callback); in BeginIdentification() local
Dco_auth_client_impl.cpp49 sptr<ExecutorCallbackInterface> wrapper = new (std::nothrow) ExecutorCallbackService(callback); in Register() local
Dexecutor_callback_service.cpp39 auto wrapper = Common::MakeShared<ExecutorMessengerClient>(messenger); in OnMessengerReady() local
/base/account/os_account/frameworks/account_iam/src/
Daccount_iam_client.cpp74 sptr<IIDMCallback> wrapper = new (std::nothrow) IDMCallbackService(userId, callback); in AddCredential() local
98 sptr<IIDMCallback> wrapper = new (std::nothrow) IDMCallbackService(userId, callback); in UpdateCredential() local
118 sptr<IIDMCallback> wrapper = new (std::nothrow) IDMCallbackService(userId, callback); in DelCred() local
138 sptr<IIDMCallback> wrapper = new (std::nothrow) IDMCallbackService(userId, callback); in DelUser() local
148 sptr<IGetCredInfoCallback> wrapper = new (std::nothrow) GetCredInfoCallbackService(callback); in GetCredentialInfo() local
203 sptr<IIDMCallback> wrapper = new (std::nothrow) IDMCallbackService(userId, callback); in AuthUser() local
243 sptr<IGetSetPropCallback> wrapper = new (std::nothrow) GetSetPropCallbackService(callback); in GetProperty() local
259 sptr<IGetSetPropCallback> wrapper = new (std::nothrow) GetSetPropCallbackService(callback); in SetProperty() local
/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
Dnapi_common_event.cpp1963 SubscriberInstanceWrapper *wrapper = nullptr; in GetSubscriber() local
2945 auto wrapper = new (std::nothrow) SubscriberInstanceWrapper(subscribeInfo); in CommonEventSubscriberConstructor() local
2953 auto *wrapper = reinterpret_cast<SubscriberInstanceWrapper *>(data); in CommonEventSubscriberConstructor() local
/base/notification/common_event_service/interfaces/kits/napi/common_event/src/
Dcommon_event.cpp1963 SubscriberInstanceWrapper *wrapper = nullptr; in GetSubscriber() local
2966 auto wrapper = new (std::nothrow) SubscriberInstanceWrapper(subscribeInfo); in CommonEventSubscriberConstructor() local
2974 auto *wrapper = reinterpret_cast<SubscriberInstanceWrapper *>(data); in CommonEventSubscriberConstructor() local