Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/
H A Dside_bar_container_pattern.cpp1413 auto infoValue = imageSourceInfo.value(); in InitImageErrorCallback() local
1414 infoValue.SetResourceId(InternalResource::ResourceId::SIDE_BAR); in InitImageErrorCallback()
1418 infoValue.SetFillColor(controlButtonColor); in InitImageErrorCallback()
1419 imageLayoutProperty->UpdateImageSourceInfo(infoValue); in InitImageErrorCallback()
1422 pattern->SetImageInfo(infoValue); in InitImageErrorCallback()
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_test.cpp1907 AuthSessionInfo infoValue; variable
1908 (void)memset_s(&infoValue, sizeof(AuthSessionInfo), 0, sizeof(AuthSessionInfo));
1911 ret = PostDeviceIdMessage(GenSeq(false), &infoValue);
1924 AuthSessionInfo infoValue; variable
1925 (void)memset_s(&infoValue, sizeof(AuthSessionInfo), 0, sizeof(AuthSessionInfo));
1929 ret = ProcessDeviceIdMessage(&infoValue, data, sizeof(data));
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_textfield.cpp1473 auto infoValue = info[0]; in SetSelectAllValue() local
1474 if (!infoValue->IsBoolean() || infoValue->IsUndefined() || infoValue->IsNull()) { in SetSelectAllValue()
1479 bool isSetSelectAllValue = infoValue->ToBoolean(); in SetSelectAllValue()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/
H A Djsi_pa_engine.cpp198 napi_value infoValue; in RegisterConsoleModule() local
199 napi_create_function(env, "info", strlen("info"), AppInfoLogPrint, nullptr, &infoValue); in RegisterConsoleModule()
208 napi_set_named_property(env, consoleObj, "info", infoValue); in RegisterConsoleModule()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.cpp735 napi_value infoValue; in InitConsoleModule() local
736 napi_create_function(env, "info", strlen("info"), AppInfoLogPrint, nullptr, &infoValue); in InitConsoleModule()
745 napi_set_named_property(env, consoleObj, "info", infoValue); in InitConsoleModule()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp2784 napi_value infoValue; in RegisterConsoleModule() local
2785 napi_create_function(env, "info", strlen("info"), AppInfoLogPrint, nullptr, &infoValue); in RegisterConsoleModule()
2794 napi_set_named_property(env, consoleObj, "info", infoValue); in RegisterConsoleModule()