Searched refs:SetMark (Results 1 - 6 of 6) sorted by relevance
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
H A D | fwmark_network_test.cpp | 176 * @tc.desc: Test FwmarkNetwork SetMark. 182 auto ret = SetMark(nullptr, &cmd); in HWTEST_F() 188 * @tc.desc: Test FwmarkNetwork SetMark. 194 auto ret = SetMark(&socketFd, nullptr); in HWTEST_F() 200 * @tc.desc: Test FwmarkNetwork SetMark. 207 auto ret = SetMark(&socketFd, &cmd); in HWTEST_F() 214 * @tc.desc: Test FwmarkNetwork SetMark. 225 ret = SetMark(&tcpSocket, &cmd); in HWTEST_F() 233 * @tc.desc: Test FwmarkNetwork SetMark. 244 ret = SetMark( in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_checkbox_bridge.h | 24 static ArkUINativeModuleValue SetMark(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_checkbox_bridge.cpp | 48 ArkUINativeModuleValue CheckboxBridge::SetMark(ArkUIRuntimeCallInfo* runtimeCallInfo)
in SetMark() function in OHOS::Ace::NG::CheckboxBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 2727 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), CheckboxBridge::SetMark)); in RegisterCheckboxAttributes()
|
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/ |
H A D | fwmark_network.cpp | 74 NETNATIVE_LOGE("SetMark failed, clientSockfd:%{public}d, ret:%{public}d, errno: %{public}d", *socket, ret, in CloseSocket() 85 int32_t SetMark(int32_t *socketFd, FwmarkCommand *command) in SetMark() function 88 NETNATIVE_LOGE("SetMark failed, command or socketFd is nullptr"); in SetMark() 98 NETNATIVE_LOGI("FwmarkNetwork: SetMark netId: %{public}d, socketFd:%{public}d, cmd:%{public}d", command->netId, in SetMark() 121 NETNATIVE_LOGE("FwmarkNetwork: SetMark failed, ret %{public}d.", ret); in SetMark() 168 if ((ret = SetMark(&socketFd, &fwmCmd)) != 0) { in SendMessage()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_checkbox_modifier.cpp | 66 void SetMark(ArkUINodeHandle node, uint32_t color, float sizeValue, int sizeUnit, float widthValue, int widthUnit) in SetMark() function 294 SetUnSelectedColor, SetCheckboxWidth, SetCheckboxHeight, SetMark, SetCheckboxPadding, in GetCheckboxModifier() 306 SetCheckboxHeight, SetMark, SetCheckboxPadding, SetCheckboxResponseRegion, ResetSelect, in GetCJUICheckboxModifier()
|
Completed in 14 milliseconds