Home
last modified time | relevance | path

Searched refs:hasAuthType (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/account/os_account/frameworks/appaccount/native/test/unittest/
H A Dapp_account_common_test.cpp136 option1.hasAuthType = true;
145 EXPECT_EQ(option2->hasAuthType, true);
/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_common.cpp208 …return parcel.WriteBool(hasAuthType) && parcel.WriteBool(hasRequiredLabels) && parcel.WriteString(… in Marshalling()
225 …bool result = parcel.ReadBool(hasAuthType) && parcel.ReadBool(hasRequiredLabels) && parcel.ReadStr… in ReadFromParcel()
/ohos5.0/base/account/os_account/frameworks/appaccount/native/include/
H A Dapp_account_common.h76 bool hasAuthType = false; member
/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/src/
H A Dnapi_account_iam_identity_manager.cpp368 bool hasAuthType; in ParseGetAuthInfoOptions() local
369 if (!GetOptionalNumberPropertyByKey(env, jsOptions, "authType", authType, hasAuthType)) { in ParseGetAuthInfoOptions()
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account_authenticator.cpp445 if (param->createOptions.hasAuthType) { in CreateAccountImplicitlyWork()