Searched refs:SendCommandV9 (Results 1 – 7 of 7) sorted by relevance
107 LocationErrCode SendCommandV9(std::unique_ptr<LocationCommand>& commands);
102 virtual LocationErrCode SendCommandV9(std::unique_ptr<LocationCommand>& commands) = 0;
511 LocationErrCode SendCommandV9(std::unique_ptr<LocationCommand>& commands);
1078 LocationErrCode LocatorImpl::SendCommandV9(std::unique_ptr<LocationCommand>& commands) in SendCommandV9() function in OHOS::Location::LocatorImpl1089 LocationErrCode errCode = proxy->SendCommandV9(commands); in SendCommandV9()
799 LocationErrCode LocatorProxy::SendCommandV9(std::unique_ptr<LocationCommand>& commands) in SendCommandV9() function in OHOS::Location::LocatorProxy
293 EXPECT_EQ(ERRCODE_SUCCESS, locatorImpl_->SendCommandV9(command));
680 context->errCode = g_locatorClient->SendCommandV9(context->command); in CreateReverseGeocodeAsyncContext()