Home
last modified time | relevance | path

Searched refs:GetOsAccountType (Results 1 - 24 of 24) sorted by relevance

/base/account/os_account/test/fuzztest/osaccount/getosaccounttype_fuzzer/
H A Dgetosaccounttype_fuzzer.cpp39 result = OsAccountManager::GetOsAccountType(testId, type); in GetOsAccountTypeFuzzTest()
/base/account/os_account/interfaces/kits/cj/osaccount/include/
H A Dosaccount_manager_impl.h25 static int32_t GetOsAccountType(int32_t *errCode);
/base/account/os_account/interfaces/kits/cj/osaccount/src/
H A Dosaccount_manager_impl.cpp45 int32_t OsAccountManagerImpl::GetOsAccountType(int32_t *errCode) in GetOsAccountType() function in OHOS::AccountJsKit::OsAccountManagerImpl
H A Dcj_osaccount_ffi.cpp48 ACCOUNT_LOGE("[osAccount] GetOsAccountType start"); in FfiOHOSOsAccountGetOsAccountType()
49 int32_t ret = OsAccountManagerImpl::GetOsAccountType(errCode); in FfiOHOSOsAccountGetOsAccountType()
50 ACCOUNT_LOGE("[osAccount] GetOsAccountType success. errCode %{public}d", *errCode); in FfiOHOSOsAccountGetOsAccountType()
/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H A Dos_account_manager.h276 static ErrCode GetOsAccountType(const int id, OsAccountType& type);
/base/account/os_account/frameworks/osaccount/core/include/
H A Dos_account.h53 ErrCode GetOsAccountType(const int id, OsAccountType& type);
H A Dios_account.h63 virtual ErrCode GetOsAccountType(const int id, OsAccountType& type) = 0;
H A Dos_account_proxy.h57 ErrCode GetOsAccountType(const int id, OsAccountType& type) override;
/base/account/os_account/services/accountmgr/include/osaccount/
H A Diinner_os_account.h54 virtual ErrCode GetOsAccountType(const int id, OsAccountType &type) = 0;
H A Dos_account_manager_service.h71 ErrCode GetOsAccountType(const int id, OsAccountType& type) override;
H A Diinner_os_account_manager.h59 ErrCode GetOsAccountType(const int id, OsAccountType &type) override;
/base/account/os_account/frameworks/osaccount/native/src/
H A Dos_account_manager.cpp171 ErrCode OsAccountManager::GetOsAccountType(const int id, OsAccountType& type) in GetOsAccountType() function in OHOS::AccountSA::OsAccountManager
173 return OsAccount::GetInstance().GetOsAccountType(id, type); in GetOsAccountType()
/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_manager_service.cpp471 return innerManager_.GetOsAccountType(id, type); in GetOsAccountTypeFromProcess()
474 ErrCode OsAccountManagerService::GetOsAccountType(const int id, OsAccountType& type) in GetOsAccountType() function in OHOS::AccountSA::OsAccountManagerService
480 return innerManager_.GetOsAccountType(id, type); in GetOsAccountType()
H A Dos_account_stub.cpp1024 ErrCode result = GetOsAccountType(localId, type); in ProcGetOsAccountType()
H A Dinner_os_account_manager.cpp1457 ErrCode IInnerOsAccountManager::GetOsAccountType(const int id, OsAccountType &type) in RetryToGetAccount() function in OHOS::AccountSA::IInnerOsAccountManager
/base/account/os_account/frameworks/osaccount/core/src/
H A Dos_account.cpp384 ErrCode OsAccount::GetOsAccountType(const int id, OsAccountType& type) in GetOsAccountType() function in OHOS::AccountSA::OsAccount
391 return proxy->GetOsAccountType(id, type); in GetOsAccountType()
H A Dos_account_proxy.cpp582 ErrCode OsAccountProxy::GetOsAccountType(const int id, OsAccountType& type) in GetOsAccountType() function in OHOS::AccountSA::OsAccountProxy
/base/account/os_account/interfaces/kits/napi/osaccount/include/
H A Dnapi_os_account.h329 napi_value GetOsAccountType(napi_env env, napi_callback_info cbInfo);
/base/useriam/user_auth_framework/services/core/src/
H A Dipc_common.cpp139 ErrCode ret = AccountSA::OsAccountManager::GetOsAccountType(userId, osAccountType); in GetUserTypeByUserId()
/base/account/os_account/services/accountmgr/test/moduletest/os_account/
H A Dos_account_manager_service_module_test.cpp2259 * @tc.desc: Test GetOsAccountType.
2269 EXPECT_EQ(osAccountManagerService_->GetOsAccountType(osAccountInfoA.GetLocalId(), type), ERR_OK); in HWTEST_F()
2305 EXPECT_EQ(osAccountManagerService_->GetOsAccountType(osAccountInfoB.GetLocalId(), type), ERR_OK); in HWTEST_F()
2307 EXPECT_EQ(osAccountManagerService_->GetOsAccountType(osAccountInfoA.GetLocalId(), type), ERR_OK); in HWTEST_F()
/base/account/os_account/interfaces/kits/napi/osaccount/src/
H A Dnapi_os_account.cpp85 DECLARE_NAPI_FUNCTION("getOsAccountType", GetOsAccountType),
1163 napi_value GetOsAccountType(napi_env env, napi_callback_info cbInfo) in GetOsAccountType() function
H A Dnapi_os_account_common.cpp1513 asyncContext->errCode = OsAccountManager::GetOsAccountType(asyncContext->id, asyncContext->type); in GetTypeExecuteCB()
/base/account/os_account/frameworks/osaccount/native/test/moduletest/
H A Dos_account_manager_module_test.cpp2731 * @tc.desc: Test GetOsAccountType.
2740 EXPECT_EQ(OsAccountManager::GetOsAccountType(osAccountInfoA.GetLocalId(), type), ERR_OK); in HWTEST_F()
2766 EXPECT_EQ(OsAccountManager::GetOsAccountType(osAccountInfoB.GetLocalId(), type), ERR_OK); in HWTEST_F()
2768 EXPECT_EQ(OsAccountManager::GetOsAccountType(osAccountInfoA.GetLocalId(), type), ERR_OK); in HWTEST_F()
/base/account/os_account/services/accountmgr/test/unittest/os_account/
H A Dos_account_inner_account_mgr_mock.cpp576 EXPECT_EQ(ERR_OK, innerMgrService_->GetOsAccountType(id, type)); in HWTEST_F()
1264 ErrCode ret = innerMgrService_->GetOsAccountType(id, type); in HWTEST_F()

Completed in 36 milliseconds