Home
last modified time | relevance | path

Searched refs:nlpRequestType (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/location/frameworks/location_common/common/source/
H A Drequest.cpp326 void Request::SetNlpRequestType(int nlpRequestType) in SetNlpRequestType() argument
328 nlpRequestType_ = nlpRequestType; in SetNlpRequestType()
/ohos5.0/base/location/interfaces/inner_api/include/
H A Drequest.h68 void SetNlpRequestType(int nlpRequestType);
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dwork_record.cpp41 int nlpRequestType = parcel.ReadInt32(); in ReadFromParcel() local
51 request->SetNlpRequestType(nlpRequestType); in ReadFromParcel()