Home
last modified time | relevance | path

Searched refs:g_actionMap (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/msdp/device_status/services/interaction/drag/src/
H A Devent_hub.cpp31 static std::map<std::string, EventId> g_actionMap = { variable
44 for (auto &actionPair : g_actionMap) { in GetEventHub()
73 if (g_actionMap.find(action) == g_actionMap.end()) { in OnReceiveEvent()
76 EventId eventId = g_actionMap[action]; in OnReceiveEvent()
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/transient_task/src/
H A Devent_hub.cpp30 static std::map<std::string, EventId> g_actionMap = { variable
41 for (auto &actionPair : g_actionMap) { in RegisterEvent()
62 …BGTASK_LOGD("Receive action: %{public}s, eventId: %{public}d", action.c_str(), g_actionMap[action]… in OnReceiveEvent()
66 eventInfoEx->SetEventId(g_actionMap[action]); in OnReceiveEvent()
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_action/
H A Dthermal_action_factory.cpp40 std::map<std::string, ActionFunc> g_actionMap; variable
44 g_actionMap = { in InitFactory()
81 for (auto iter = g_actionMap.begin(); iter != g_actionMap.end(); ++iter) { in Create()