Searched defs:ParsePayload (Results 1 – 3 of 3) sorted by relevance
1070 bool CgroupEventHandler::ParsePayload(int32_t& uid, int32_t& pid, const nlohmann::json& payload) in ParsePayload() function in OHOS::ResourceSchedule::CgroupEventHandler1081 bool CgroupEventHandler::ParsePayload(int32_t& uid, int32_t& pid, int32_t& tid, in ParsePayload() function in OHOS::ResourceSchedule::CgroupEventHandler
296 static int32_t ParsePayload(const std::shared_ptr<ResData>& data, const std::string& key) in ParsePayload() function
446 bool TaskController::ParsePayload(const Json::Value& payload, int& uid, int& pid, std::string& bund… in ParsePayload() function in OHOS::ConcurrentTask::TaskController