Home
last modified time | relevance | path

Searched refs:GetCallerName (Results 1 – 25 of 33) sorted by relevance

12

/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dcontext_pool_impl.cpp79 if (iter->second->GetCallerName() == context->GetCallerName() && in CheckPreemptContext()
84 …atic_cast<uint16_t>(context->GetContextId()), contextMap_.size(), context->GetCallerName().c_str(), in CheckPreemptContext()
H A Dschedule_holder_context.cpp59 std::string ScheduleHolderContext::GetCallerName() const in GetCallerName() function in OHOS::UserIam::UserAuth::ScheduleHolderContext
H A Dcontext_callback_impl.h50 std::string GetCallerName() override;
H A Dbase_context.cpp74 std::string BaseContext::GetCallerName() const in GetCallerName() function in OHOS::UserIam::UserAuth::BaseContext
H A Dsimple_auth_context.cpp158 std::string SimpleAuthContext::GetCallerName() const in GetCallerName() function in OHOS::UserIam::UserAuth::SimpleAuthContext
161 return callback_->GetCallerName(); in GetCallerName()
H A Dcontext_appstate_observer.cpp59 const std::string bundleName = callback->GetCallerName(); in SubscribeAppState()
H A Dcontext_callback_impl.cpp201 std::string ContextCallbackImpl::GetCallerName() in GetCallerName() function in OHOS::UserIam::UserAuth::ContextCallbackImpl
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/
H A Dmock_context.h55 MOCK_METHOD0(GetCallerName, std::string());
72 MOCK_CONST_METHOD0(GetCallerName, std::string());
H A Dmock_ipc_common.h50 static bool GetCallerName(IPCObjectStub &stub, std::string &callerName, int32_t &callerType);
H A Dmock_ipc_common.cpp143 bool IpcCommon::GetCallerName(IPCObjectStub &stub, std::string &callerName, int32_t &callerType) in GetCallerName() function in OHOS::UserIam::UserAuth::IpcCommon
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/systemapi_wrap/bms/include/
H A Dhks_bms_api_wrap.h29 int32_t GetCallerName(const struct HksProcessInfo *processInfo, struct HksBlob *appInfo);
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Duser_idm_service.cpp266 static_cast<void>(IpcCommon::GetCallerName(*this, callerName, callerType)); in AddCredential()
379 static_cast<void>(IpcCommon::GetCallerName(*this, callerName, callerType)); in EnforceDelUser()
432 static_cast<void>(IpcCommon::GetCallerName(*this, callerName, callerType)); in DelUser()
486 static_cast<void>(IpcCommon::GetCallerName(*this, callerName, callerType)); in DelCredential()
625 static_cast<void>(IpcCommon::GetCallerName(*this, callerName, callerType)); in ClearRedundancyCredentialInner()
/ohos5.0/base/useriam/user_auth_framework/services/context/inc/
H A Dcontext.h62 virtual std::string GetCallerName() const = 0;
H A Dschedule_holder_context.h46 std::string GetCallerName() const override;
H A Dsimple_auth_context.h42 std::string GetCallerName() const override;
H A Dbase_context.h48 std::string GetCallerName() const override;
H A Dcontext_callback.h90 virtual std::string GetCallerName() = 0;
H A Dwidget_context.h66 std::string GetCallerName() const override;
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/dummy/
H A Dmock_ipc_common.h50 static bool GetCallerName(IPCObjectStub &stub, std::string &callerName, int32_t &callerType);
H A Dmock_ipc_common.cpp143 bool IpcCommon::GetCallerName(IPCObjectStub &stub, std::string &callerName, int32_t &callerType) in GetCallerName() function in OHOS::UserIam::UserAuth::IpcCommon
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dconnection_record.h145 std::string GetCallerName() const;
/ohos5.0/base/useriam/user_auth_framework/services/core/inc/
H A Dipc_common.h58 static bool GetCallerName(IPCObjectStub &stub, std::string &callerName, int32_t &callerType);
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/systemapi_wrap/bms/src/
H A Dhks_bms_api_wrap.cpp216 int32_t GetCallerName(const struct HksProcessInfo *processInfo, struct HksBlob *appInfo) in GetCallerName() function
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dcontext_appstate_observer_test.cpp54 EXPECT_CALL(*contextCallback, GetCallerName())
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/connectionstatemanager_fuzzer/
H A Dconnectionstatemanager_fuzzer.cpp168 connectionRecord->GetCallerName(); in DoSomethingInterestingWithMyAPI()

12