/base/hiviewdfx/hitrace/test/unittest/common/native/ |
H A D | hitracechainc_test.cpp | 723 HiTraceIdStruct currentId = HiTraceChainGetId(); in HWTEST_F() local 725 HITRACE_CM_DEVICE, HITRACE_TP_CS, ¤tId, "client send msg %d", DEVICE_CLIENT_SEND); in HWTEST_F() 727 HITRACE_CM_PROCESS, HITRACE_TP_CS, ¤tId, "client send msg %d", PROCESS_CLIENT_SEND); in HWTEST_F() 729 HITRACE_CM_THREAD, HITRACE_TP_CS, ¤tId, "client send msg %d", THREAD_CLIENT_SEND); in HWTEST_F() 731 HITRACE_CM_DEFAULT, HITRACE_TP_CS, ¤tId, "client send msg %d", DEFAULT_CLIENT_SEND); in HWTEST_F() 740 HITRACE_CM_DEVICE, HITRACE_TP_CS, ¤tId, "client send msg %d", DEVICE_CLIENT_SEND); in HWTEST_F() 742 HITRACE_CM_PROCESS, HITRACE_TP_CS, ¤tId, "client send msg %d", PROCESS_CLIENT_SEND); in HWTEST_F() 744 HITRACE_CM_THREAD, HITRACE_TP_CS, ¤tId, "client send msg %d", THREAD_CLIENT_SEND); in HWTEST_F() 746 HITRACE_CM_DEFAULT, HITRACE_TP_CS, ¤tId, "client send msg %d", DEFAULT_CLIENT_SEND); in HWTEST_F() 791 HiTraceIdStruct currentId in HWTEST_F() local 856 HiTraceIdStruct currentId = HiTraceChainGetId(); HWTEST_F() local 922 HiTraceIdStruct currentId = HiTraceChainGetId(); HWTEST_F() local 990 HiTraceIdStruct currentId = HiTraceChainGetId(); HWTEST_F() local [all...] |
H A D | hitracechaincpp_test.cpp | 781 HiTraceId currentId = HiTraceChain::GetId(); in HWTEST_F() local 783 HITRACE_CM_DEVICE, HITRACE_TP_CS, currentId, "client send msg %d", DEVICE_CLIENT_SEND); in HWTEST_F() 785 HITRACE_CM_PROCESS, HITRACE_TP_CS, currentId, "client send msg %d", PROCESS_CLIENT_SEND); in HWTEST_F() 787 HITRACE_CM_THREAD, HITRACE_TP_CS, currentId, "client send msg %d", THREAD_CLIENT_SEND); in HWTEST_F() 789 HITRACE_CM_DEFAULT, HITRACE_TP_CS, currentId, "client send msg %d", DEFAULT_CLIENT_SEND); in HWTEST_F() 847 HiTraceId currentId = HiTraceChain::GetId(); in HWTEST_F() local 849 HITRACE_CM_DEVICE, HITRACE_TP_CS, currentId, "client send msg %d", DEVICE_CLIENT_SEND); in HWTEST_F() 851 HITRACE_CM_PROCESS, HITRACE_TP_CS, currentId, "client send msg %d", PROCESS_CLIENT_SEND); in HWTEST_F() 853 HITRACE_CM_THREAD, HITRACE_TP_CS, currentId, "client send msg %d", THREAD_CLIENT_SEND); in HWTEST_F() 855 HITRACE_CM_DEFAULT, HITRACE_TP_CS, currentId, "clien in HWTEST_F() 913 HiTraceId currentId = HiTraceChain::GetId(); HWTEST_F() local 979 HiTraceId currentId = HiTraceChain::GetId(); HWTEST_F() local [all...] |
/base/account/os_account/dfx/hisysevent_adapter/ |
H A D | account_hisysevent_adapter.cpp | 150 void ReportOsAccountSwitch(int32_t currentId, int32_t oldId)
in ReportOsAccountSwitch() argument 155 "CURRENT_ID", currentId,
in ReportOsAccountSwitch() 158 ACCOUNT_LOGE("ret %{public}d, currentId %{public}d, oldId %{public}d.",
in ReportOsAccountSwitch() 159 ret, currentId, oldId);
in ReportOsAccountSwitch() 162 (void)currentId;
in ReportOsAccountSwitch()
|
H A D | account_hisysevent_adapter.h | 32 void ReportOsAccountSwitch(int32_t currentId, int32_t oldId);
|
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | resource_manager.cpp | 70 uint32_t currentId = resConfig.GetThemeId(); in CreateResourceManagerDef() local 72 if (themePackManager->IsFirstLoadResource() || themePackManager->UpdateThemeId(currentId) in CreateResourceManagerDef()
|
/base/powermgr/display_manager/brightness_manager/src/ |
H A D | brightness_service.cpp | 279 uint32_t currentId = defaultId;
in GetCurrentDisplayId() local 283 return currentId;
in GetCurrentDisplayId() 287 currentId = static_cast<uint32_t>(GetDisplayIdWithDisplayMode(foldMode));
in GetCurrentDisplayId() 290 return static_cast<uint32_t>(currentId);
in GetCurrentDisplayId()
|
/base/account/os_account/services/accountmgr/src/osaccount/ |
H A D | os_account_manager_service.cpp | 622 int32_t currentId = Constants::START_USER_ID; in DeactivateOsAccount() local 623 GetCurrentLocalId(currentId); in DeactivateOsAccount() 637 if (currentId == id) { // if stop current account in DeactivateOsAccount()
|