/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/ |
H A D | appevent_watcher_impl.cpp | 147 void ConvertArrBool(CParameters &retValue, const Json::Value& jsonValue) in ConvertArrBool() 161 void ConvertArrInt(CParameters &retValue, const Json::Value& jsonValue) in ConvertArrInt() 175 void CovertArrDouble(CParameters &retValue, const Json::Value& jsonValue) in CovertArrDouble() 189 void CovertArrString(CParameters &retValue, const Json::Value& jsonValue) in CovertArrString() 219 void CreatArr(CParameters &retValue, const Json::Value& jsonValue) in CreatArr() 235 void CreatElmInt(CParameters &retValue, const Json::Value& jsonValue) in CreatElmInt() 248 void CreatElmBool(CParameters &retValue, const Json::Value& jsonValue) in CreatElmBool() 261 void CreatElmDou(CParameters &retValue, const Json::Value& jsonValue) in CreatElmDou() 274 void CreatElmStr(CParameters &retValue, const Json::Value& jsonValue) in CreatElmStr() 281 void CreatObjStr(CParameters &retValue, const Json::Value& jsonValue) in CreatObjStr() [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/ |
H A D | bundle_manager_convert.cpp | 56 char **retValue = static_cast<char **>(malloc(sizeof(char *) * vecStr.size())); in ConvertArrString() local 105 … RetMetadata *retValue = reinterpret_cast<RetMetadata *>(malloc(sizeof(RetMetadata) * data.size)); in ConvertArrMetadata() local 125 …ModuleMetadata* retValue = reinterpret_cast<ModuleMetadata *>(malloc(sizeof(ModuleMetadata) * arrM… in ConvertArrMoMeta() local 218 RetExtensionAbilityInfo *retValue = reinterpret_cast<RetExtensionAbilityInfo *> in ConvertArrExtensionAbilityInfo() local 267 …int32_t *retValue = static_cast<int32_t *>(malloc(sizeof(int32_t) * abInfo.supportWindowModes.size… in ConvertAbilityInfo() local 294 …RetAbilityInfo *retValue = reinterpret_cast<RetAbilityInfo *>(malloc(sizeof(RetAbilityInfo) * abIn… in ConvertArrAbilityInfo() local 314 …RetPreloadItem *retValue = reinterpret_cast<RetPreloadItem *>(malloc(sizeof(RetPreloadItem) * pLoa… in ConvertPreloadItem() local 334 …RetDependency *retValue = reinterpret_cast<RetDependency *>(malloc(sizeof(RetDependency) * dep.siz… in ConvertDependency() local 391 …RetHapModuleInfo *retValue = reinterpret_cast<RetHapModuleInfo *>(malloc(sizeof(RetHapModuleInfo) … in ConvertArrHapInfo() local 410 RetReqPermissionDetail *retValue = reinterpret_cast<RetReqPermissionDetail *> in ConvertArrReqPerDetail() local [all …]
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/ |
H A D | mine_hichain_connector.cpp | 91 int retValue = InitDeviceAuthService(); in Init() local 141 …int32_t retValue = g_deviceGroupManager->processCredential(DELETE_SELF_CREDENTIAL, params.c_str(),… in DeleteCredentialAndGroup() local 164 int32_t retValue = GetDevUdid(deviceUdid, DEVICE_UDID_LENGTH); in CreateGroup() local 202 int32_t retValue = g_deviceGroupManager->getRegisterInfo(&returnInfo); in RequestCredential() local 223 int32_t retValue = g_deviceGroupManager->processCredential(QUERY_SELF_CREDENTIAL_INFO, in CheckCredential() local 251 int32_t retValue = g_deviceGroupManager->regCallback(DM_PKG_NAME, &g_deviceAuthCallback); in ImportCredential() local 301 int32_t retValue = g_deviceGroupManager->processCredential(QUERY_SELF_CREDENTIAL_INFO, in IsCredentialExist() local
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/ |
H A D | wifi_hdi_wpa_proxy.h | 43 #define CHECK_HDI_WPA_INTERFACE_AND_RETURN(wpaObj, retValue) \ argument 59 #define CHECK_SECURE_FUNC_AND_RETURN(ret, retValue) \ argument
|
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/src/ |
H A D | update_client.cpp | 124 napi_value retValue = StartSession(env, info, sessionParams, [=](void *context) -> int { in CancelUpgrade() local 181 napi_value retValue = StartSession(env, info, sessionParams, [=](void *context) -> int { in Download() local 205 napi_value retValue = StartSession(env, info, sessionParams, [=](void *context) -> int { in PauseDownload() local 229 napi_value retValue = StartSession(env, info, sessionParams, [=](void *context) -> int { in ResumeDownload() local 253 napi_value retValue = StartSession(env, info, sessionParams, [=](void *context) -> int { in Upgrade() local 277 napi_value retValue = StartSession(env, info, sessionParams, [=](void *context) -> int { in ClearError() local 294 napi_value retValue = StartSession(env, info, sessionParams, [=](void *context) -> int { in TerminateUpgrade() local 316 napi_value retValue = StartSession(env, info, sessionParams, [&](void *context) -> int { in SetUpgradePolicy() local 327 napi_value retValue = StartSession(env, info, sessionParams, [=](void *context) -> int { in GetUpgradePolicy() local 338 napi_value retValue = StartSession(env, info, sessionParams, [=](void *context) -> int { in GetNewVersionInfo() local [all …]
|
H A D | restorer.cpp | 41 napi_value retValue = StartSession(env, info, sessionParams, in FactoryReset() local
|
H A D | local_updater.cpp | 105 napi_value retValue = StartSession(env, info, sessionParams, in VerifyUpgradePackage() local 136 napi_value retValue = StartSession(env, info, sessionParams, in ApplyNewVersion() local
|
/ohos5.0/base/web/webview/interfaces/kits/napi/webadsblockmanager/ |
H A D | napi_web_adsblock_manager.cpp | 76 napi_value retValue = nullptr; in JsSetAdsBlockRules() local 124 napi_value retValue = nullptr; in JsAddAdsBlockDisallowedList() local 157 napi_value retValue = nullptr; in JsRemoveAdsBlockDisallowedList() local 204 napi_value retValue = nullptr; in JsAddAdsBlockAllowedList() local 237 napi_value retValue = nullptr; in JsRemoveAdsBlockAllowedList() local
|
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/mini/ |
H A D | softbus_adapter.c | 273 int retValue = DM_OK; in InitSoftbusModle() local 317 int retValue = UnregNodeDeviceStateCb(&g_softbusStatusChangeCb); in UnInitSoftbusModle() local 410 int retValue = GetAllNodeDeviceInfo(DM_PKG_NAME, &nodeInfo, trustListLen); in GetSoftbusTrustedDeviceList() local 565 int retValue = DM_OK; in ParseDiscoverFilterOption() local 623 int retValue = RefreshLNN(pkgName, &subscribeInfo, &g_refreshDiscoveryCallback); in SoftbusRefreshLNN() local 672 errno_t retValue = strcpy_s(g_discoveryCallbackMap.pkgName, DM_MAX_PKG_NAME_LEN, pkgName); in ImportPkgNameToDiscoveryMap() local 884 errno_t retValue = strcpy_s(g_bindRetCallbackMap.pkgName, DM_MAX_PKG_NAME_LEN, pkgName); in ImportPkgNameToBindMap() local 909 int retValue = PublishLNN(pkgName, &publishInfo, &g_publishLNNCallback); in StartSoftbusPublish() local 934 int retValue = StopPublishLNN(pkgName, DEVICEMANAGER_SA_ID); in StopSoftbusPublish() local 1094 errno_t retValue = strcpy_s(g_bindDeviceId, DM_MAX_DEVICE_ID_LEN, deviceId); in SoftbusBindTarget() local [all …]
|
H A D | hichain_adapter.c | 63 int retValue = DM_OK; in InitHichainModle() local 102 int retValue = g_deviceGroupManager->unRegCallback(HICHAIN_PKG_NAME); in UnInitHichainModle() local
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/idl_interface/ |
H A D | i_wifi_chip.c | 343 int retValue = WIFI_IDL_FALSE; in IsChipSupportDbdc() local 366 int retValue = WIFI_IDL_FALSE; in IsChipSupportCsa() local 389 int retValue = WIFI_IDL_FALSE; in IsChipSupportRadarDetect() local 412 int retValue = WIFI_IDL_FALSE; in IsChipSupportDfsChannel() local 435 int retValue = WIFI_IDL_FALSE; in IsChipSupportIndoorChannel() local
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/c_adapter/inc/ |
H A D | wifi_c_utils.h | 32 #define CHECK_PTR_RETURN(ptr, retValue) \ argument
|
/ohos5.0/foundation/communication/dhcp/frameworks/native/c_adapter/inc/ |
H A D | dhcp_c_utils.h | 39 #define CHECK_PTR_RETURN(ptr, retValue) \ argument
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/ |
H A D | mine_softbus_listener.cpp | 178 int retValue = StopRefreshLNN(DM_PKG_NAME, subscribeId); in StopRefreshSoftbusLNN() local 248 int32_t retValue = DM_OK; in ParseSearchJson() local 385 errno_t retValue = EOK; in ParseScopeDeviceJsonArray() local 512 int retValue; in SendBroadcastInfo() local 606 int retValue = PublishLNN(DM_PKG_NAME, &publishInfo, &publishLNNCallback_); in PublishDeviceDiscovery() local 690 int retValue = DmBase64Decode(output, outLen, data, dataLen, base64OutLen); in GetBroadcastData() local 857 int retValue; in SendReturnwave() local 859 int retValue = DmBase64Encode((char *)(deviceInfo.businessData), DISC_MAX_CUST_DATA_LEN, in SendReturnwave() local 878 … int32_t retValue = GetParameter(DEVICE_ALIAS, "not exist", deviceAlias, DM_MAX_DEVICE_ALIAS_LEN); in GetDeviceAliasHash() local 915 int32_t retValue = GetDevUdid(deviceUdid, DM_MAX_DEVICE_UDID_LEN); in GetDeviceUdidHash() local [all …]
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/context/ |
H A D | js_app_environment.cpp | 106 jerry_value_t retValue = UNDEFINED; in LoadFramework() local
|
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/common/ |
H A D | test_player.cpp | 108 int32_t retValue = player_->SetSource(fdValue, offsetValue, lengthValue); in SetFdSource() local
|
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/common/src/ |
H A D | iupdater.cpp | 48 napi_value retValue = sess->StartWork( in On() local 119 napi_value retValue = sess->StartWork(env, args, function, nullptr); in StartSession() local
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/ |
H A D | wifi_c_hotspot.cpp | 152 WifiErrorCode retValue = GetHotspotConfigFromCpp(hotspotConfig, result); in GetHotspotConfig() local 191 WifiErrorCode retValue = GetStaListFromCpp(vecStaList, result); in GetStationList() local
|
H A D | wifi_c_device.cpp | 272 OHOS::Wifi::ErrCode retValue = ConvertDeviceConfigFromCpp(each, result++); in GetDeviceConfigs() local 354 OHOS::Wifi::ErrCode retValue = GetLinkedInfoFromCpp(linkedInfo, result); in GetLinkedInfo() local 422 OHOS::Wifi::ErrCode retValue = GetIpInfoFromCpp(ipInfo, info); in GetIpInfo() local 480 OHOS::Wifi::ErrCode retValue = GetIpV6InfoFromCpp(ipInfo, info); in GetIpv6Info() local
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | display_badge.cpp | 50 auto retValue = Common::GetBundleOption(env, argv[PARAM0], params.option); in ParseParameters() local 107 auto retValue = Common::GetBundleOption(env, argv[PARAM0], params.option); in ParseParameters() local
|
/ohos5.0/base/web/webview/interfaces/kits/napi/webcookiemanager/ |
H A D | napi_web_cookie_manager.cpp | 158 napi_value retValue = nullptr; in JsFetchCookieAsync() local 209 napi_value retValue = nullptr; in JsGetCookie() local 255 napi_value retValue = nullptr; in JsSetCookie() local 351 napi_value retValue = nullptr; in JsConfigCookieAsync() local 430 napi_value retValue = nullptr; in JsPutAcceptCookieEnabled() local 475 napi_value retValue = nullptr; in JsPutAcceptThirdPartyCookieEnabled() local 506 napi_value retValue = nullptr; in JsExistCookie() local 604 napi_value retValue = nullptr; in JsDeleteEntireCookie() local
|
/ohos5.0/base/telephony/core_service/utils/common/src/ |
H A D | telephony_config.cpp | 56 int32_t TelephonyConfig::ConvertCharToInt(uint32_t &retValue, const std::string &maxCap, uint32_t i… in ConvertCharToInt()
|
/ohos5.0/foundation/communication/wifi/wifi/base/inner_api/ |
H A D | wifi_log.h | 46 #define CHECK_NULL_AND_RETURN(ptr, retValue) \ argument
|
/ohos5.0/base/web/webview/interfaces/kits/napi/webstorage/ |
H A D | napi_web_storage.cpp | 59 napi_value retValue = nullptr; in JsDeleteAllData() local 83 napi_value retValue = nullptr; in JsDeleteOrigin() local 283 napi_value retValue = nullptr; in JsGetOrigins() local 454 napi_value retValue = nullptr; in JsGetOriginUsageOrQuota() local
|
/ohos5.0/base/web/webview/interfaces/kits/napi/webdatabase/ |
H A D | napi_geolocation_permission.cpp | 51 bool retValue; member 128 napi_value retValue = nullptr; in ProcessActionByType() local 184 napi_value retValue = nullptr; in JsDeleteAllGeolocation() local 339 napi_value retValue = nullptr; in JsGetAccessibleGeolocation() local 526 napi_value retValue = nullptr; in JsGetStoredGeolocation() local
|