Searched refs:SlotLevelCToJS (Results 1 – 4 of 4) sorted by relevance
275 NotificationNapi::AnsEnumUtil::SlotLevelCToJS(inType, outType);278 NotificationNapi::AnsEnumUtil::SlotLevelCToJS(inType, outType);281 NotificationNapi::AnsEnumUtil::SlotLevelCToJS(inType, outType);284 NotificationNapi::AnsEnumUtil::SlotLevelCToJS(inType, outType);287 NotificationNapi::AnsEnumUtil::SlotLevelCToJS(inType, outType);290 NotificationNapi::AnsEnumUtil::SlotLevelCToJS(inType, outType);
189 …static bool SlotLevelCToJS(const NotificationSlot::NotificationLevel &inLevel, SlotLevel &outLevel…
199 bool AnsEnumUtil::SlotLevelCToJS(const NotificationSlot::NotificationLevel &inLevel, SlotLevel &out… in SlotLevelCToJS() function in OHOS::NotificationNapi::AnsEnumUtil
149 if (!AnsEnumUtil::SlotLevelCToJS(slot.GetLevel(), outLevel)) { in SetNotificationSlot()