Searched refs:ON_OFF_TYPE (Results 1 – 4 of 4) sorted by relevance
28 constexpr const char* ON_OFF_TYPE = "error"; variable38 if (strcmp(onType, ON_OFF_TYPE) != 0) { in FfiOHOSErrorManagerOn()67 if (strcmp(offType, ON_OFF_TYPE) != 0) { in FfiOHOSErrorManagerOff()
46 constexpr const char* ON_OFF_TYPE = "error"; variable239 if (!ConvertFromJsValue(env, argv[INDEX_ZERO], type) || type != ON_OFF_TYPE) { in OnOnOld()353 if (!ConvertFromJsValue(env, argv[INDEX_ZERO], type) || type != ON_OFF_TYPE) { in OnOffOld()
48 constexpr const char* ON_OFF_TYPE = "mission"; variable768 if (type != ON_OFF_TYPE) { in CheckOnOffType()
57 constexpr const char* ON_OFF_TYPE = "applicationState"; variable1540 if (type != ON_OFF_TYPE) { in CheckOnOffType()1541 TAG_LOGE(AAFwkTag::APPMGR, "args[0] should be %{public}s.", ON_OFF_TYPE); in CheckOnOffType()