/base/account/os_account/test/fuzztest/osaccount/getosaccounttype_fuzzer/ |
H A D | getosaccounttype_fuzzer.cpp | 39 result = OsAccountManager::GetOsAccountType(testId, type); in GetOsAccountTypeFuzzTest()
|
/base/account/os_account/interfaces/kits/cj/osaccount/include/ |
H A D | osaccount_manager_impl.h | 25 static int32_t GetOsAccountType(int32_t *errCode);
|
/base/account/os_account/interfaces/kits/cj/osaccount/src/ |
H A D | osaccount_manager_impl.cpp | 45 int32_t OsAccountManagerImpl::GetOsAccountType(int32_t *errCode) in GetOsAccountType() function in OHOS::AccountJsKit::OsAccountManagerImpl
|
H A D | cj_osaccount_ffi.cpp | 48 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 D | os_account_manager.h | 276 static ErrCode GetOsAccountType(const int id, OsAccountType& type);
|
/base/account/os_account/frameworks/osaccount/core/include/ |
H A D | os_account.h | 53 ErrCode GetOsAccountType(const int id, OsAccountType& type);
|
H A D | ios_account.h | 63 virtual ErrCode GetOsAccountType(const int id, OsAccountType& type) = 0;
|
H A D | os_account_proxy.h | 57 ErrCode GetOsAccountType(const int id, OsAccountType& type) override;
|
/base/account/os_account/services/accountmgr/include/osaccount/ |
H A D | iinner_os_account.h | 54 virtual ErrCode GetOsAccountType(const int id, OsAccountType &type) = 0;
|
H A D | os_account_manager_service.h | 71 ErrCode GetOsAccountType(const int id, OsAccountType& type) override;
|
H A D | iinner_os_account_manager.h | 59 ErrCode GetOsAccountType(const int id, OsAccountType &type) override;
|
/base/account/os_account/frameworks/osaccount/native/src/ |
H A D | os_account_manager.cpp | 171 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 D | os_account_manager_service.cpp | 471 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 D | os_account_stub.cpp | 1024 ErrCode result = GetOsAccountType(localId, type); in ProcGetOsAccountType()
|
H A D | inner_os_account_manager.cpp | 1457 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 D | os_account.cpp | 384 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 D | os_account_proxy.cpp | 582 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 D | napi_os_account.h | 329 napi_value GetOsAccountType(napi_env env, napi_callback_info cbInfo);
|
/base/useriam/user_auth_framework/services/core/src/ |
H A D | ipc_common.cpp | 139 ErrCode ret = AccountSA::OsAccountManager::GetOsAccountType(userId, osAccountType); in GetUserTypeByUserId()
|
/base/account/os_account/services/accountmgr/test/moduletest/os_account/ |
H A D | os_account_manager_service_module_test.cpp | 2259 * @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 D | napi_os_account.cpp | 85 DECLARE_NAPI_FUNCTION("getOsAccountType", GetOsAccountType), 1163 napi_value GetOsAccountType(napi_env env, napi_callback_info cbInfo) in GetOsAccountType() function
|
H A D | napi_os_account_common.cpp | 1513 asyncContext->errCode = OsAccountManager::GetOsAccountType(asyncContext->id, asyncContext->type); in GetTypeExecuteCB()
|
/base/account/os_account/frameworks/osaccount/native/test/moduletest/ |
H A D | os_account_manager_module_test.cpp | 2731 * @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 D | os_account_inner_account_mgr_mock.cpp | 576 EXPECT_EQ(ERR_OK, innerMgrService_->GetOsAccountType(id, type)); in HWTEST_F() 1264 ErrCode ret = innerMgrService_->GetOsAccountType(id, type); in HWTEST_F()
|