Lines Matching refs:ret
33 LocationErrCode ret = NWeb::g_locatorProxy->IsLocationEnabledV9(isEnabled);
34 if (ret != LocationErrCode::ERRCODE_SUCCESS) {
35 WVLOG_E("StartLocating failed, errcode:%{public}d", ret);
49 LocationErrCode ret = NWeb::g_locatorProxy->StartLocatingV9(
51 if (ret != LocationErrCode::ERRCODE_SUCCESS) {
52 WVLOG_E("StartLocating failed, errcode:%{public}d", ret);
64 LocationErrCode ret = NWeb::g_locatorProxy->StopLocatingV9(callback);
65 if (ret != LocationErrCode::ERRCODE_SUCCESS) {
66 WVLOG_E("StopLocating failed, errcode:%{public}d", ret);
78 LocationErrCode ret = NWeb::g_locatorProxy->EnableAbilityV9(enable);
79 if (ret != LocationErrCode::ERRCODE_SUCCESS) {
80 WVLOG_E("StopLocating failed, errcode:%{public}d", ret);