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 D | side_bar_container_pattern.cpp | 1413 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 D | auth_test.cpp | 1907 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 D | js_textfield.cpp | 1473 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 D | jsi_pa_engine.cpp | 198 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 D | jsi_declarative_engine.cpp | 735 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 D | jsi_engine.cpp | 2784 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()
|