Home
last modified time | relevance | path

Searched refs:PackResult (Results 1 – 6 of 6) sorted by relevance

/base/location/interfaces/inner_api/include/
Dlocation_switch_callback_host.h38 napi_value PackResult(bool switchState);
Dnmea_message_callback_host.h41 napi_value PackResult(const std::string msg);
/base/location/test/location_locator/source/
Dcallback_test.cpp291 switchCallbackHost->PackResult(true);
324 nmeaCallbackHost->PackResult("msg");
/base/location/frameworks/native/source/
Dlocation_switch_callback_host.cpp65 napi_value LocationSwitchCallbackHost::PackResult(bool switchState) in PackResult() function in OHOS::Location::LocationSwitchCallbackHost
Dnmea_message_callback_host.cpp70 napi_value NmeaMessageCallbackHost::PackResult(const std::string msg) in PackResult() function in OHOS::Location::NmeaMessageCallbackHost
/base/location/test/fuzztest/locator/locator_fuzzer/
Dlocator_fuzzer.cpp396 switchCallbackHost->PackResult(true); in LocationSwitchCallbackHostFuzzerTest()
441 nmeaCallbackHost->PackResult(msg); in NmeaMessageCallbackHostFuzzerTest()