Home
last modified time | relevance | path

Searched refs:SetSyncEnable (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_control_manager_module_test.cpp159 appAccountInfo.SetSyncEnable(syncEnable);
219 appAccountInfo.SetSyncEnable(true);
/ohos5.0/base/account/os_account/frameworks/appaccount/native/include/
H A Dapp_account_info.h65 void SetSyncEnable(const bool &syncEnable);
/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_info.cpp205 void AppAccountInfo::SetSyncEnable(const bool &syncEnable) in SetSyncEnable() function in OHOS::AccountSA::AppAccountInfo
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/app_account/
H A Dapp_account_info_test.cpp375 appAccountInfo.SetSyncEnable(syncEnable);
/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_control_manager.cpp447 appAccountInfo.SetSyncEnable(syncEnable); in SetAppAccountSyncEnable()
/ohos5.0/base/account/os_account/frameworks/appaccount/native/
H A Dlibapp_account_innerkits.map119 "OHOS::AccountSA::AppAccountInfo::SetSyncEnable(bool const&)";