Home
last modified time | relevance | path

Searched defs:type (Results 1576 - 1600 of 12363) sorted by relevance

1...<<61626364656667686970>>...495

/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/src/
H A Dres_sched_service_ability.cpp105 void ResSchedServiceAbility::OnDeviceLevelChanged(int32_t type, int32_t level, std::string& action) in OnDeviceLevelChanged() argument
/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dwork_queue_test.cpp52 WorkCondition::Type type = WorkCondition::Type::NETWORK; in HWTEST_F() local
66 WorkCondition::Type type = WorkCondition::Type::BATTERY_STATUS; in HWTEST_F() local
80 WorkCondition::Type type = WorkCondition::Type::STORAGE; in HWTEST_F() local
94 WorkCondition::Type type = WorkCondition::Type::CHARGER; HWTEST_F() local
108 WorkCondition::Type type = WorkCondition::Type::BATTERY_LEVEL; HWTEST_F() local
122 WorkCondition::Type type = WorkCondition::Type::TIMER; HWTEST_F() local
136 WorkCondition::Type type = WorkCondition::Type::GROUP; HWTEST_F() local
150 WorkCondition::Type type = WorkCondition::Type::DEEP_IDLE; HWTEST_F() local
164 WorkCondition::Type type = WorkCondition::Type::UNKNOWN; HWTEST_F() local
[all...]
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Doccupied_area_change_info.h29 OccupiedAreaChangeInfo(OccupiedAreaType type, Rect rect) : type_(type), rect_(rect) {}; in OccupiedAreaChangeInfo() argument
30 OccupiedAreaChangeInfo(OccupiedAreaType type, Rect rect, uint32_t safeHeight) in OccupiedAreaChangeInfo() argument
32 OccupiedAreaChangeInfo(OccupiedAreaType type, Rect rect, in OccupiedAreaChangeInfo() argument
35 OccupiedAreaChangeInfo(OccupiedAreaType type, Rect rect, uint32_t safeHeight, in OccupiedAreaChangeInfo() argument
/foundation/window/window_manager/interfaces/kits/napi/extension_window/
H A Djs_extension_window_utils.cpp41 napi_value ConvertAvoidAreaToJsValue(napi_env env, const AvoidArea& avoidArea, AvoidAreaType type) in ConvertAvoidAreaToJsValue() argument
94 WindowType type = window->GetType(); in CreateJsExtensionWindowProperties() local
/foundation/window/window_manager/previewer/mock/
H A Djs_window_listener.cpp60 void JsWindowListener::OnAvoidAreaChanged(const AvoidArea avoidArea, AvoidAreaType type) in OnAvoidAreaChanged() argument
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_vap_info_virtual.c29 int32_t LnnAddLocalVapInfo(LnnVapType type, const LnnVapAttr *vapAttr) in LnnAddLocalVapInfo() argument
36 int32_t LnnDeleteLocalVapInfo(LnnVapType type) in LnnDeleteLocalVapInfo() argument
42 int32_t LnnGetLocalVapInfo(LnnVapType type, LnnVapAttr *vapAttr) in LnnGetLocalVapInfo() argument
49 int32_t LnnAddRemoteVapInfo(const char *udid, LnnVapType type, const LnnVapAttr *vapAttr) in LnnAddRemoteVapInfo() argument
63 int32_t LnnGetRemoteVapInfo(const char *udid, LnnVapType type, LnnVapAttr *vapAttr) in LnnGetRemoteVapInfo() argument
[all...]
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/fuzztest/lnnsyncinfomanager_fuzzer/
H A Dlnnsyncinfomanager_fuzzer.cpp52 LnnSyncInfoType type = static_cast<LnnSyncInfoType> in LnnSendSyncInfoMsgFuzzTest() local
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_service_regional_test/
H A Dnet_conn_service_regional_test.cpp175 uint32_t type = 10; in HWTEST_F() local
/foundation/communication/dsoftbus/core/authentication/src/virtual/
H A Dauth_device_common_key_virtual.c31 int32_t AuthInsertDeviceKey(const NodeInfo *deviceInfo, const AuthDeviceKeyInfo *deviceKey, AuthLinkType type) in AuthInsertDeviceKey() argument
72 void AuthUpdateNormalizeKeyIndex(const char *udidHash, int64_t index, AuthLinkType type, SessionKey *normalizedKey, in AuthUpdateNormalizeKeyIndex() argument
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/clienttransproxymanager_fuzzer/
H A Dclienttransproxymanager_fuzzer.cpp55 int32_t type = *(reinterpret_cast<const int32_t*>(data)); in ClientTransProxyManagerTest() local
/foundation/communication/netmanager_base/services/netmanagernative/fwmarkclient/src/
H A Dnetsys_sock_client.cpp41 int HookSocket(int (*fn)(int, int, int), int domain, int type, int protocol) in HookSocket() argument
77 int ohos_socket_hook_socket(int domain, int type, int protocol) in ohos_socket_hook_socket() argument
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/protocol/
H A Dtlv_protocol.cpp30 void TlvProtocol::Write(int key, Serializable::ValueType type, const uint8_t *value, size_t size) in Write() argument
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_wifi.c66 static ListenerModule GetMoudleType(ConnectType type, const char *peerIp) in GetMoudleType() argument
/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_request.h43 RequestType type; member
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_battery_info.c61 static void OnReceiveBatteryInfo(LnnSyncInfoType type, const char *networkId, const uint8_t *msg, uint32_t len) in OnReceiveBatteryInfo() argument
/foundation/communication/dsoftbus/core/discovery/ble/share_ble/src/
H A Ddisc_share_ble_virtual.c66 static void UpdateLocalDeviceInfo(InfoTypeChanged type) in UpdateLocalDeviceInfo() argument
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_listener_test.cpp68 AuthLinkType type = AUTH_LINK_TYPE_BR; in HWTEST_F() local
[all...]
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/auth/src/
H A Dclient_trans_auth_manager.c73 int32_t ClientTransAuthOnDataReceived(int32_t channelId, const void *data, uint32_t len, SessionPktType type) in ClientTransAuthOnDataReceived() argument
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane_link_conflict/
H A Dlnn_lane_link_conflict_test.cpp367 LinkConflictType type = CONFLICT_BUTT; HWTEST_F() local
390 LinkConflictType type = CONFLICT_BUTT; HWTEST_F() local
405 LinkConflictType type = CONFLICT_BUTT; HWTEST_F() local
428 LinkConflictType type = CONFLICT_BUTT; HWTEST_F() local
[all...]
/foundation/communication/netmanager_base/test/netmanagernative/unittest/firewall_manager_test/
H A Dfirewall_manager_class_test.cpp172 FirewallType type = g_firewallManager->FetchChainType(ChainType::CHAIN_OHFW_DOZABLE); in HWTEST_F() local
183 FirewallType type = g_firewallManager->FetchChainType(ChainType::CHAIN_OHFW_POWERSAVING); HWTEST_F() local
194 FirewallType type = g_firewallManager->FetchChainType(ChainType::CHAIN_OHFW_UNDOZABLE); HWTEST_F() local
205 FirewallType type = g_firewallManager->FetchChainType(ChainType::CHAIN_OHBW_DATA_SAVER); HWTEST_F() local
244 ChainType type = ChainType::CHAIN_OHFW_UNDOZABLE; HWTEST_F() local
[all...]
/foundation/communication/dsoftbus/core/connection/interface/
H A Dsoftbus_socket.h59 const ProtocolType type; member
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/data/
H A Dinterface_manager_test.cpp94 InterfaceInfo::InterfaceType type = InterfaceInfo::InterfaceType::HML; in HWTEST_F() local
121 InterfaceInfo::InterfaceType type = InterfaceInfo::InterfaceType::HML; in HWTEST_F() local
[all...]
/foundation/communication/dsoftbus/tests/core/discovery/manager/unittest/
H A Dcoap_mock.cpp78 void CoapMock::CoapUpdateLocalDeviceInfo(InfoTypeChanged type) in CoapUpdateLocalDeviceInfo() argument
/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_rule_native_helper.cpp61 int32_t NetFirewallRuleNativeHelper::ClearFirewallRules(NetFirewallRuleType type) in ClearFirewallRules() argument
106 int32_t NetFirewallRuleNativeHelper::SetFirewallRulesInner(NetFirewallRuleType type, in SetFirewallRulesInner() argument
/foundation/communication/netstack/frameworks/native/http/http_client/
H A Dhttp_client.cpp71 std::shared_ptr<HttpClientTask> HttpSession::CreateTask(const HttpClientRequest &request, TaskType type, in CreateTask() argument

Completed in 10 milliseconds

1...<<61626364656667686970>>...495