1{ 2 "flag": 10, 3 "AppAccountManager": { 4 "AddAccount": [], 5 "DeleteAccount": [], 6 "GetAccountExtraInfo": [], 7 "SetAccountExtraInfo": [], 8 "EnableAppAccess": [], 9 "DisableAppAccess": [], 10 "CheckAppAccountSyncEnable": [], 11 "SetAppAccountSyncEnable": [], 12 "GetAssociatedData": [], 13 "SetAssociatedData": [], 14 "GetAccountCredential": [], 15 "SetAccountCredential": [], 16 "GetOAuthToken": [], 17 "SetOAuthToken": [], 18 "GetAllAccounts": [], 19 "GetAllAccessibleAccounts": [], 20 "SubscribeAppAccount": [], 21 "UnsubscribeAppAccount": [] 22 }, 23 "OsAccountManager": { 24 "CreateOsAccount": [], 25 "CreateOsAccountForDomain": [], 26 "RemoveOsAccount": [], 27 "IsOsAccountExists": [], 28 "IsOsAccountActived": [], 29 "IsOsAccountConstraintEnable": [], 30 "IsOsAccountVerified": [], 31 "GetCreatedOsAccountsCount": [], 32 "GetOsAccountLocalIdFromProcess": [], 33 "GetOsAccountLocalIdFromUid": [], 34 "GetOsAccountLocalIdFromDomain": [], 35 "QueryMaxOsAccountNumber": [], 36 "GetOsAccountAllConstraints": [], 37 "QueryAllCreatedOsAccounts": [], 38 "QueryActiveOsAccountIds": [], 39 "QueryCurrentOsAccount": [], 40 "QueryOsAccountById": [], 41 "GetOsAccountTypeFromProcess": [], 42 "GetOsAccountProfilePhoto": [], 43 "IsMultiOsAccountEnable": [], 44 "SetOsAccountName": [], 45 "SetOsAccountConstraints": [], 46 "SetOsAccountProfilePhoto": [], 47 "GetDistributedVirtualDeviceId": [], 48 "ActivateOsAccount": [], 49 "StartOsAccount": [], 50 "StopOsAccount": [], 51 "GetOsAccountLocalIdBySerialNumber": [], 52 "GetSerialNumberByOsAccountLocalId": [], 53 "SubscribeOsAccount": [], 54 "UnsubscribeOsAccount": [], 55 "GetOsAccountSwitchMod": [], 56 "IsCurrentOsAccountVerified": [], 57 "IsOsAccountCompleted": [], 58 "SetCurrentOsAccountIsVerified": [], 59 "SetOsAccountIsVerified": [], 60 "GetCreatedOsAccountNumFromDatabase": [], 61 "GetSerialNumberFromDatabase": [], 62 "GetMaxAllowCreateIdFromDatabase": [], 63 "GetOsAccountFromDatabase": [], 64 "GetOsAccountListFromDatabase": [] 65 } 66}