/foundation/ability/ability_runtime/test/unittest/runtime_test/ |
H A D | ohos_js_environment_test.cpp | 86 auto ret = jsEnvImpl->InitLoop(jsRuntime->GetNativeEnginePointer()); in HWTEST_F() local 87 ASSERT_EQ(ret, true); in HWTEST_F()
|
/foundation/CastEngine/castengine_wifi_display/services/network/client/ |
H A D | udp_client.cpp | 56 bool ret = eventListener_->AddFdListener(socket_->GetLocalFd(), eventListener_, eventHandler_); in Connect() local 63 return ret; in Connect()
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/insight_intent_executor/ |
H A D | insight_intent_executor_mgr.cpp | 73 auto ret = intentExecutor->HandleExecuteIntent(static_cast<InsightIntentExecuteMode>(executeParam->executeMode_), in ExecuteInsightIntent() local 76 if (!ret) { in ExecuteInsightIntent()
|
/foundation/ability/ability_runtime/test/fuzztest/abilityappfreezemanager_fuzzer/ |
H A D | abilityappfreezemanager_fuzzer.cpp | 74 std::string ret(data, size); in DoSomethingInterestingWithMyAPI() 75 freeze->FindStackByPid(ret, pid); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_lite/services/abilitymgr_lite/include/ |
H A D | ability_mgr_feature.h | 31 typedef void (*OnRequestCallbackFunc)(const void *data, int32_t ret); 74 static void OnRequestCallback(const void *data, int32_t ret);
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_bundle_event_callback.cpp | 87 auto ret = IN_PROCESS_CALL(AAFwk::UriPermissionManagerClient::GetInstance().RevokeAllUriPermissions(tokenId));
in HandleRemoveUriPermission() local 88 if (!ret) {
in HandleRemoveUriPermission()
|
H A D | ability_event_handler.cpp | 37 int ret = GetParameter("libc.hook_mode", "", paramOutBuf, bufferLen); in ProcessEvent() local 38 if (ret > 0 && strncmp(paramOutBuf, hook_mode, strlen(hook_mode)) == 0) { in ProcessEvent()
|
/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | render_svg_filter.cpp | 66 bool ret = filter->SetProperty(attributeName, value); in PrepareSelfAnimation() 67 if (ret) { in PrepareSelfAnimation()
|
H A D | render_svg_pattern.cpp | 86 bool ret = mask->SetProperty(attributeName, value); in PrepareSelfAnimation() 87 if (ret) { in PrepareSelfAnimation()
|
H A D | render_svg_mask.cpp | 84 bool ret = mask->SetProperty(attributeName, value); in PrepareSelfAnimation() 85 if (ret) { in PrepareSelfAnimation()
|
H A D | render_svg_text.cpp | 74 bool ret = text->SetProperty(attributeName, value); in PrepareSelfAnimation() 75 if (ret) { in PrepareSelfAnimation()
|
H A D | render_svg_rect.cpp | 64 bool ret = rect->SetProperty(attributeName, value); in PrepareSelfAnimation() 65 if (ret) { in PrepareSelfAnimation()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/ |
H A D | gesture_group.cpp | 68 auto ret = total; in Deserialize() local 94 return ret; in Deserialize()
|
/foundation/ability/ability_runtime/test/unittest/ams_app_state_callback_test/ |
H A D | ams_app_state_callback_test.cpp | 161 bool ret = processData.Marshalling(data); in HWTEST_F() local 162 EXPECT_EQ(true, ret); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/bridge/test/unittest/common/pluginadapter/ |
H A D | plugin_adapter_test.cpp | 154 std::string ret = SystemProperties::GetMemConfigProperty("persist.ark.mem_config_property", ""); in HWTEST_F() local 155 EXPECT_EQ(ret, "jsHeap500"); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components/ability_component/resource/ |
H A D | ability_component_resource.cpp | 45 bool ret = resRegister->ReleaseResource(hashCode); in Release() 47 onRelease(ret); in Release()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_persistent.cpp | 100 JSRef<JSVal> ret = obj->ToJsonObject(value.c_str()); in Get() local 101 args.SetReturnValue(ret); in Get()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/linear_indicator/ |
H A D | linear_indicator_pattern_test_ng.cpp | 33 auto ret = pattern_->CalcProgressWidth(progressWidth); in HWTEST_F() local 34 EXPECT_TRUE(ret); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/ |
H A D | atomicservice_basic_engine_plugin.cpp | 161 int32_t ret = getAtomicserviceIconInfoPlugin(bundleName, &atomicserviceIconInfo_); in getParamsFromAtomicServiceBasicEngine() local 162 if (ret != 0) { in getParamsFromAtomicServiceBasicEngine()
|
/foundation/arkui/ui_lite/test/uitest/test_screenshot/ |
H A D | ui_test_screenshot.cpp | 118 RetCode ret = CacheManager::GetInstance().Open(imageView->GetPath(), style, entry); in UIKit_SCREENSHOT_TEST_001() local 119 if (ret != RetCode::OK) { in UIKit_SCREENSHOT_TEST_001()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | distributed_ability_info.cpp | 93 int ret = TEMP_FAILURE_RETRY(write(fd, result.c_str(), result.size())); in Dump() local 94 if (ret < 0) { in Dump()
|
H A D | distributed_module_info.cpp | 90 int ret = TEMP_FAILURE_RETRY(write(fd, result.c_str(), result.size())); in Dump() local 91 if (ret < 0) { in Dump()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | pre_install_bundle_info.h | 88 bool ret = std::find( in AddBundlePath() local 90 if (!ret) { in AddBundlePath()
|
/foundation/bundlemanager/app_domain_verify/interfaces/kits/js/src/ |
H A D | api_event_reporter.cpp | 101 int ret = Write(event); in WriteEndEvent() local 104 "errCode:%{public}d, ret:%{public}d", in WriteEndEvent() 105 transId_.c_str(), apiName_.c_str(), SDK_NAME.c_str(), result, errCode, ret); in WriteEndEvent()
|
/foundation/arkui/napi/test/unittest/engine/ |
H A D | test_ark.cpp | 72 int ret = testing::UnitTest::GetInstance()->Run(); in main() local 81 return ret; in main()
|