Searched refs:APP_ID (Results 1 – 8 of 8) sorted by relevance
23 const std::string APP_ID = "notification_service"; variable67 DistributedKv::AppId appId = {.appId = APP_ID}; in GetKvStore()198 DistributedKv::AppId appId = {.appId = APP_ID}; in ClearDatabase()216 DistributedKv::AppId appId = {.appId = APP_ID}; in CloseKvStore()
24 const std::string APP_ID = "notification_service"; variable75 DistributedKv::AppId appId = {.appId = APP_ID}; in OnDeviceDisconnected()124 DistributedKv::AppId appId = {.appId = APP_ID}; in GetKvStore()
23 const std::string APP_ID = "notification_service"; variable78 DistributedKv::AppId appId = {.appId = APP_ID}; in GetKvStore()323 DistributedKv::AppId appId = {.appId = APP_ID}; in RecreateDistributedDB()
24 constexpr char APP_ID[] = "notification_service"; variable
44 Constants::APP_ID, storeID_, Constants::SYNC_OS_ACCOUNT_DATABASE); in InnerInit()80 Constants::APP_ID, storeID, Constants::SYNC_OS_ACCOUNT_DATABASE); in GetOsAccountListFromDatabase()168 Constants::APP_ID, storeID, Constants::SYNC_OS_ACCOUNT_DATABASE); in GetOsAccountFromDatabase()243 Constants::APP_ID, storeID, Constants::SYNC_OS_ACCOUNT_DATABASE); in GetAccountListFromStoreID()
50 #define APP_ID "test_app_id" macro
50 const std::string APP_ID = "os_account_mgr_service"; variable
186 static struct HksBlob g_appIdBlob = { sizeof(APP_ID), (uint8_t *)APP_ID };