Home
last modified time | relevance | path

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

/ohos5.0/base/location/frameworks/js/napi/include/
H A Dlocation_error_callback_napi.h40 napi_value PackResult(bool switchState);
H A Dlocation_switch_callback_napi.h38 napi_value PackResult(bool switchState);
H A Dnmea_message_callback_napi.h42 napi_value PackResult(const std::string msg);
/ohos5.0/base/location/test/fuzztest/locator/locator_fuzzer/
H A Dlocator_fuzzer.cpp195 switchCallbackHost->PackResult(true); in LocationSwitchCallbackHostFuzzerTest()
240 nmeaCallbackHost->PackResult(msg); in NmeaMessageCallbackHostFuzzerTest()
/ohos5.0/base/location/test/location_locator/source/
H A Dcallback_test.cpp289 switchCallbackHost->PackResult(true);
322 nmeaCallbackHost->PackResult("msg");
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dlocation_switch_callback_napi.cpp116 napi_value LocationSwitchCallbackNapi::PackResult(bool switchState) in PackResult() function in OHOS::Location::LocationSwitchCallbackNapi
H A Dnmea_message_callback_napi.cpp122 napi_value NmeaMessageCallbackNapi::PackResult(const std::string msg) in PackResult() function in OHOS::Location::NmeaMessageCallbackNapi