Home
last modified time | relevance | path

Searched refs:callBySystemApp (Results 1 - 2 of 2) sorted by relevance

/foundation/resourceschedule/work_scheduler/frameworks/include/
H A Dwork_info.h144 * @brief Set callBySystemApp flag.
146 void SetCallBySystemApp(bool callBySystemApp);
245 * @brief Get callBySystemApp flag.
/foundation/resourceschedule/work_scheduler/frameworks/src/
H A Dwork_info.cpp151 void WorkInfo::SetCallBySystemApp(bool callBySystemApp) in SetCallBySystemApp() argument
153 callBySystemApp_ = callBySystemApp; in SetCallBySystemApp()
470 root["callBySystemApp"] = callBySystemApp_; in ParseToJsonStr()
574 if (IsHasBoolProp(value, "callBySystemApp")) { in ParseFromJson()
575 this->callBySystemApp_ = value["callBySystemApp"].asBool(); in ParseFromJson()

Completed in 2 milliseconds