Home
last modified time | relevance | path

Searched defs:common (Results 1 – 20 of 20) sorted by relevance

/foundation/ai/ai_engine/services/common/
DCMakeLists.txt32 add_executable(common target
/foundation/arkui/ace_engine/frameworks/base/resource/binary/i18n/
Dentry.json3 "common":{ object
73 "common":{ object
124 "common":{ object
153 "common":{ object
182 "common":{ object
211 "common":{ object
240 "common":{ object
269 "common":{ object
298 "common":{ object
327 "common":{ object
[all …]
/foundation/communication/dhcp/services/dhcp_server/src/
Ddhcp_config.cpp77 …atic int SetNetConfigInfo(DhcpConfig *dhcpConfig, const char *pKey, const char *pValue, int common) in SetNetConfigInfo()
182 static int SetDhcpConfig(DhcpConfig *dhcpConfig, const char *strLine, int common) in SetDhcpConfig()
/foundation/communication/netmanager_ext/frameworks/vpn_dialog/dialog_ui/vpn_dialog/src/main/ets/ServiceExtAbility/
DVpnDialogAbility.ts18 import type common from '@ohos.app.ability.common'; alias
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
Dextension_base.inl110 void ExtensionBase<C>::SetExtensionCommon(const std::shared_ptr<ExtensionCommon> &common)
/foundation/multimedia/media_lite/services/
Dcameradev_imx307.ini16 [common] section
19 [common.vcap0.pipe.0] argument
Dcameradev_jxf23.ini16 [common] section
19 [common.vcap0.pipe.0] argument
Dcameradev_imx335.ini16 [common] section
19 [common.vcap0.pipe.0] argument
Dcameradev_imx335_5M.ini16 [common] section
19 [common.vcap0.pipe.0] argument
Dcameradev_imx335_4M.ini16 [common] section
19 [common.vcap0.pipe.0] argument
/foundation/CastEngine/castengine_wifi_display/services/configuration/
Dsharing_config.json3 "common": [ array
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/entry/src/main/ets/common/
DGlobalContext.ts17 import type common from '@ohos.app.ability.common'; alias
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
Dstream_packet_header.h282 uint32_t common = 0; in Packetize() local
304 uint32_t common = ntohl(*start++); in Depacketize() local
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
Dres.h69 struct GlobalCommon common; member
/foundation/communication/dsoftbus/core/connection/ble/src/
Dsoftbus_conn_ble_client.c58 CommonStatusContext common; member
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
Dsockets.h84 struct GlobalAppCommon common; member
/foundation/communication/dsoftbus/components/nstackx/fillp/include/
Dfillpinc.h885 FillpCommonSt common; /* Indicates the common resource list. */ member
1003 FillpAppCommonSt common; /* Indicates the common resource list. */ member
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
Dfillp_dfx.c451 FILLP_CONST struct GlobalAppCommon *common = &resource->common; in DoShowSockConfigRes() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
Darkts_native_api_impl_bridge.cpp429 auto common = panda::ObjectRef::New(vm); in GetArkUINativeModule() local
/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/
Dsubheader.js37 const common = requireNapi('app.ability.common'); constant