Home
last modified time | relevance | path

Searched refs:HYPHEN (Results 1 - 5 of 5) sorted by relevance

/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_manager_service_sync_module_test.cpp39 const std::string HYPHEN = "#"; member
301 EXPECT_EQ(*accountPtr, STRING_OWNER + HYPHEN + APP_INDEX + HYPHEN + STRING_NAME + HYPHEN); in HWTEST_F()
353 EXPECT_EQ(*accountPtr, STRING_OWNER + HYPHEN + APP_INDEX + HYPHEN + STRING_NAME + HYPHEN); in HWTEST_F()
/base/account/os_account/frameworks/appaccount/native/include/
H A Dapp_account_constants.h50 const char HYPHEN[] = "#"; member
/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Dvendor.cpp36 static constexpr const char* const HYPHEN = "-"; member
237 std::string pubLogPathName = type + std::string(HYPHEN) + processName + std::string(HYPHEN) + std::to_string(uid) + in InitLogInfo()
238 std::string(HYPHEN) + timestamp; in InitLogInfo()
/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_info.cpp43 const std::string HYPHEN = "#"; member
645 return (owner_ + HYPHEN + std::to_string(appIndex_) + HYPHEN + name_ + HYPHEN); in GetPrimeKey()
/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_control_manager.cpp616 std::string hapLabel = appAccountCallingInfo.bundleName + Constants::HYPHEN + in SetAccountCredential()
712 std::string hapLabel = request.callerBundleName + Constants::HYPHEN + std::to_string(request.appIndex); in SetOAuthToken()
877 std::string key = owner + Constants::HYPHEN + std::to_string(appIndex); in GetAllAccounts()
959 std::string key = bundleName + Constants::HYPHEN + std::to_string(appIndex); in GetAllAccessibleAccounts()
1087 std::string key = bundleName + Constants::HYPHEN + std::to_string(appIndex); in RemoveAppAccountData()
1234 std::string key = bundleName + Constants::HYPHEN + std::to_string(appIndex); in GetAllAccessibleAccountsFromDataStorage()
1309 std::string key = owner + Constants::HYPHEN + std::to_string(appAccountInfo.GetAppIndex()); in AddAccountInfoIntoDataStorage()

Completed in 7 milliseconds