Home
last modified time | relevance | path

Searched refs:GetCallerName (Results 1 - 17 of 17) sorted by relevance

/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);
/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
/base/useriam/user_auth_framework/test/unittest/services/mocks/
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
H A Dmock_context.h55 MOCK_METHOD0(GetCallerName, std::string());
/base/useriam/user_auth_framework/services/core/inc/
H A Dipc_common.h58 static bool GetCallerName(IPCObjectStub &stub, std::string &callerName, int32_t &callerType);
/base/useriam/user_auth_framework/services/context/src/
H A Dcontext_callback_impl.h55 std::string GetCallerName() override;
H A Dcontext_appstate_observer.cpp59 const std::string bundleName = callback->GetCallerName(); in SubscribeAppState()
H A Dcontext_callback_impl.cpp226 std::string ContextCallbackImpl::GetCallerName() in GetCallerName() function in OHOS::UserIam::UserAuth::ContextCallbackImpl
/base/useriam/user_auth_framework/services/ipc/src/
H A Duser_idm_service.cpp241 static_cast<void>(IpcCommon::GetCallerName(*this, callerName, callerType)); in AddCredential()
345 static_cast<void>(IpcCommon::GetCallerName(*this, callerName, callerType)); in EnforceDelUser()
393 static_cast<void>(IpcCommon::GetCallerName(*this, callerName, callerType)); in DelUser()
447 static_cast<void>(IpcCommon::GetCallerName(*this, callerName, callerType)); in DelCredential()
584 static_cast<void>(IpcCommon::GetCallerName(*this, callerName, callerType)); in ClearRedundancyCredentialInner()
H A Duser_auth_service.cpp410 if ((!IpcCommon::GetCallerName(*this, callerName, callerType))) { in Auth()
412 contextCallback->SetTraceAuthFinishReason("UserAuthService Auth GetCallerName fail"); in Auth()
532 if ((!IpcCommon::GetCallerName(*this, para.callerName, para.callerType))) { in AuthUser()
534 contextCallback->SetTraceAuthFinishReason("UserAuthService AuthUser GetCallerName fail"); in AuthUser()
909 static_cast<void>(IpcCommon::GetCallerName(*this, para.callerName, para.callerType)); in GetCallerInfo()
/base/useriam/user_auth_framework/services/context/inc/
H A Dcontext_callback.h100 virtual std::string GetCallerName() = 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
/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dcontext_appstate_observer_test.cpp54 EXPECT_CALL(*contextCallback, GetCallerName()) in HWTEST_F()
/base/useriam/user_auth_framework/services/core/src/
H A Dipc_common.cpp312 bool IpcCommon::GetCallerName(IPCObjectStub &stub, std::string &callerName, int32_t &callerType) in GetCallerName() function in OHOS::UserIam::UserAuth::IpcCommon
/base/security/huks/services/huks_standard/huks_service/main/core/src/
H A Dhks_client_service.c230 ret = GetCallerName(processInfo, appInfo); in AppendOwnerInfoForAcrossDevicesIfNeed()
231 HKS_IF_NOT_SUCC_LOGE_BREAK(ret, "GetCallerName failed") in AppendOwnerInfoForAcrossDevicesIfNeed()

Completed in 15 milliseconds