Searched refs:NATIVE_TO_JS_DISPLAY_STATE_MAP (Results 1 – 1 of 1) sorted by relevance
39 const std::map<DisplayState, DisplayStateMode> NATIVE_TO_JS_DISPLAY_STATE_MAP { variable739 if (NATIVE_TO_JS_DISPLAY_STATE_MAP.count(info->GetDisplayState()) != 0) { in NapiSetNamedProperty()741 CreateJsValue(env, NATIVE_TO_JS_DISPLAY_STATE_MAP.at(info->GetDisplayState()))); in NapiSetNamedProperty()