Lines Matching defs:object

619     CHECK_AND_RETURN_LOG(!values.is_discarded(), "json object is null");
793 CHECK_AND_RETURN_LOG(!values.is_discarded(), "json object is null");
1176 sptr<IRemoteObject>& object)
1201 object = session;
1216 sptr<IRemoteObject> object;
1217 auto res = CreateSessionInner(tag, type, elementName, object);
1219 return object;
1231 CHECK_AND_RETURN_LOG(!values.is_discarded(), "sort json object is null");
1260 SLOGD("SaveSessionInfoInFile::Dump json object finished");
1319 CHECK_AND_RETURN_RET_LOG(!sortValues.is_discarded(), AVSESSION_ERROR, "json object is null");
1370 CHECK_AND_RETURN_RET_LOG(!avQueueValues.is_discarded(), AVSESSION_ERROR, "json object is null");
1395 CHECK_AND_RETURN_RET_LOG(!values.is_discarded(), false, "avQueue json object is null");
1600 CHECK_AND_RETURN_RET_LOG(!sortValues.is_discarded(), AVSESSION_ERROR, "json object is null");
1651 CHECK_AND_RETURN_RET_LOG(!values.is_discarded(), AVSESSION_ERROR, "json object is null");
1691 int32_t AVSessionService::CreateControllerInner(const std::string& sessionId, sptr<IRemoteObject>& object)
1716 object = existController;
1733 object = newController;
1880 sptr<IRemoteObject> object;
1881 int32_t ret = CreateControllerInner(hisDescriptors[0].sessionId_, object);
1997 CHECK_AND_RETURN_LOG(!values.is_discarded(), "json object is null");
2005 SLOGD("DeleteHistoricalRecord::Dump json object finished");
2033 CHECK_AND_RETURN_LOG(!values.is_discarded(), "json object is null");
2046 SLOGD("DeleteAVQueueInfoRecord::Dump json object finished");
2138 auto object = mgr->GetSystemAbility(AVSESSION_SERVICE_ID, deviceId);
2139 if (object == nullptr) {
2140 SLOGE("GetService failed to get AVSESSION_SERVICE_ID object.");
2143 std::shared_ptr<RemoteSessionCommandProcess> remoteService = std::make_shared<RemoteSessionCommandProcess>(object);
2608 void ClientDeathRecipient::OnRemoteDied(const wptr<IRemoteObject>& object)
2671 SLOGD("LoadStringFromFileEx::Dump json object finished");
2743 SLOGD("LoadStringFromFileEx::Dump json object finished");