Searched refs:iamCallback (Results 1 – 5 of 5) sorted by relevance
28 ContextCallbackImpl::ContextCallbackImpl(sptr<IamCallbackInterface> iamCallback, OperationType oper… in ContextCallbackImpl() argument29 : iamCallback_(iamCallback) in ContextCallbackImpl()141 …d::shared_ptr<ContextCallback> ContextCallback::NewInstance(sptr<IamCallbackInterface> iamCallback, in NewInstance() argument144 if (iamCallback == nullptr) { in NewInstance()148 return UserIam::Common::MakeShared<ContextCallbackImpl>(iamCallback, operationType); in NewInstance()
29 … explicit ContextCallbackImpl(sptr<IamCallbackInterface> iamCallback, OperationType operationType);
149 …sptr<IamCallbackInterface> iamCallback(new (std::nothrow) WidgetContextCallbackImpl(weak_from_this… in BuildTask() local151 auto contextCallback = GetAuthContextCallback(authType, authTrustLevel, iamCallback); in BuildTask()
62 static std::shared_ptr<ContextCallback> NewInstance(sptr<IamCallbackInterface> iamCallback,
33 … MOCK_METHOD2(NewInstance, std::shared_ptr<ContextCallback>(sptr<IamCallbackInterface> iamCallback,