Home
last modified time | relevance | path

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

/base/account/os_account/frameworks/account_iam/test/unittest/src/
Daccount_iam_callback_service_test.cpp77 sptr<IDMCallbackService> wrapper = new (std::nothrow) IDMCallbackService(TEST_USER_ID, nullptr); variable
94 …sptr<IDMCallbackService> wrapper = new (std::nothrow) IDMCallbackService(TEST_USER_ID, testCallbac… variable
108 sptr<IDMCallbackService> wrapper = new (std::nothrow) IDMCallbackService(TEST_USER_ID, nullptr); variable
122 … sptr<GetCredInfoCallbackService> wrapper = new (std::nothrow) GetCredInfoCallbackService(nullptr); variable
136 sptr<GetSetPropCallbackService> wrapper = new (std::nothrow) GetSetPropCallbackService(nullptr); variable
/base/useriam/user_auth_framework/frameworks/native/client/src/
Duser_idm_client_impl.cpp73 sptr<IdmCallbackInterface> wrapper(new (std::nothrow) IdmCallbackService(callback)); in AddCredential() local
102 sptr<IdmCallbackInterface> wrapper(new (std::nothrow) IdmCallbackService(callback)); in UpdateCredential() local
142 sptr<IdmCallbackInterface> wrapper(new (std::nothrow) IdmCallbackService(callback)); in DeleteCredential() local
167 sptr<IdmCallbackInterface> wrapper(new (std::nothrow) IdmCallbackService(callback)); in DeleteUser() local
190 sptr<IdmCallbackInterface> wrapper(new (std::nothrow) IdmCallbackService(callback)); in EraseUser() local
216 …sptr<IdmGetCredInfoCallbackInterface> wrapper(new (std::nothrow) IdmGetCredInfoCallbackService(cal… in GetCredentialInfo() local
241 sptr<IdmGetSecureUserInfoCallbackInterface> wrapper( in GetSecUserInfo() local
Duser_auth_client_impl.cpp112 sptr<GetExecutorPropertyCallbackInterface> wrapper( in GetProperty() local
148 sptr<SetExecutorPropertyCallbackInterface> wrapper( in SetPropertyInner() local
188 sptr<UserAuthCallbackInterface> wrapper(new (std::nothrow) UserAuthCallbackService(callback)); in BeginAuthentication() local
222 …sptr<UserAuthCallbackInterface> wrapper(new (std::nothrow) UserAuthCallbackService(northCallback)); in BeginNorthAuthentication() local
259 sptr<UserAuthCallbackInterface> wrapper(new (std::nothrow) UserAuthCallbackService(callback)); in BeginIdentification() local
370 sptr<UserAuthCallbackInterface> wrapper(new (std::nothrow) UserAuthCallbackService(callback)); in BeginWidgetAuth() local
392 sptr<WidgetCallbackInterface> wrapper(new (std::nothrow) WidgetCallbackService(callback)); in SetWidgetCallback() local
Dexecutor_callback_service.cpp40 auto wrapper = Common::MakeShared<ExecutorMessengerClient>(messenger); in OnMessengerReady() local
Dco_auth_client_impl.cpp50 sptr<ExecutorCallbackInterface> wrapper(new (std::nothrow) ExecutorCallbackService(callback)); in Register() local
/base/account/os_account/frameworks/account_iam/src/
Daccount_iam_client.cpp80 sptr<IIDMCallback> wrapper = new (std::nothrow) IDMCallbackService(userId, callback); in AddCredential() local
104 sptr<IIDMCallback> wrapper = new (std::nothrow) IDMCallbackService(userId, callback); in UpdateCredential() local
124 sptr<IIDMCallback> wrapper = new (std::nothrow) IDMCallbackService(userId, callback); in DelCred() local
144 sptr<IIDMCallback> wrapper = new (std::nothrow) IDMCallbackService(userId, callback); in DelUser() local
154 sptr<IGetCredInfoCallback> wrapper = new (std::nothrow) GetCredInfoCallbackService(callback); in GetCredentialInfo() local
214 sptr<IIDMCallback> wrapper = new (std::nothrow) IDMCallbackService(userId, callback); in AuthUser() local
263 sptr<IGetSetPropCallback> wrapper = new (std::nothrow) GetSetPropCallbackService(callback); in GetProperty() local
279 sptr<IGetSetPropCallback> wrapper = new (std::nothrow) GetSetPropCallbackService(callback); in SetProperty() local
/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/source/
Dhisysevent_c_wrapper.cpp29 HiSysEventParamWrapper wrapper = src[i]; in ConvertParamWrapper() local
82 HiSysEventQueryRuleWrapper wrapper = src[i]; in ConvertQueryRuleWrapper() local
/base/notification/common_event_service/interfaces/kits/napi/common_event/src/
Dcommon_event.cpp1964 SubscriberInstanceWrapper *wrapper = nullptr; in GetSubscriber() local
2967 auto wrapper = new (std::nothrow) SubscriberInstanceWrapper(subscribeInfo); in CommonEventSubscriberConstructor() local
2975 auto *wrapper = reinterpret_cast<SubscriberInstanceWrapper *>(data); in CommonEventSubscriberConstructor() local
/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
Dnapi_common_event.cpp2367 SubscriberInstanceWrapper *wrapper = nullptr; in GetSubscriber() local
3523 auto wrapper = new (std::nothrow) SubscriberInstanceWrapper(subscribeInfo); in CommonEventSubscriberConstructor() local
3531 auto *wrapper = reinterpret_cast<SubscriberInstanceWrapper *>(data); in CommonEventSubscriberConstructor() local