| /foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/src/ |
| H A D | res_sched_service_ability.cpp | 105 void ResSchedServiceAbility::OnDeviceLevelChanged(int32_t type, int32_t level, std::string& action)
in OnDeviceLevelChanged() argument
|
| /foundation/resourceschedule/work_scheduler/services/test/src/ |
| H A D | work_queue_test.cpp | 52 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 D | occupied_area_change_info.h | 29 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 D | js_extension_window_utils.cpp | 41 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 D | js_window_listener.cpp | 60 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 D | lnn_lane_vap_info_virtual.c | 29 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 D | lnnsyncinfomanager_fuzzer.cpp | 52 LnnSyncInfoType type = static_cast<LnnSyncInfoType> in LnnSendSyncInfoMsgFuzzTest() local
|
| /foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_service_regional_test/ |
| H A D | net_conn_service_regional_test.cpp | 175 uint32_t type = 10; in HWTEST_F() local
|
| /foundation/communication/dsoftbus/core/authentication/src/virtual/ |
| H A D | auth_device_common_key_virtual.c | 31 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 D | clienttransproxymanager_fuzzer.cpp | 55 int32_t type = *(reinterpret_cast<const int32_t*>(data)); in ClientTransProxyManagerTest() local
|
| /foundation/communication/netmanager_base/services/netmanagernative/fwmarkclient/src/ |
| H A D | netsys_sock_client.cpp | 41 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 D | tlv_protocol.cpp | 30 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 D | trans_tcp_direct_wifi.c | 66 static ListenerModule GetMoudleType(ConnectType type, const char *peerIp) in GetMoudleType() argument
|
| /foundation/communication/dsoftbus/core/authentication/include/ |
| H A D | auth_request.h | 43 RequestType type; member
|
| /foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
| H A D | lnn_battery_info.c | 61 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 D | disc_share_ble_virtual.c | 66 static void UpdateLocalDeviceInfo(InfoTypeChanged type) in UpdateLocalDeviceInfo() argument
|
| /foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/ |
| H A D | trans_tcp_direct_listener_test.cpp | 68 AuthLinkType type = AUTH_LINK_TYPE_BR; in HWTEST_F() local [all...] |
| /foundation/communication/dsoftbus/sdk/transmission/trans_channel/auth/src/ |
| H A D | client_trans_auth_manager.c | 73 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 D | lnn_lane_link_conflict_test.cpp | 367 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 D | firewall_manager_class_test.cpp | 172 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 D | softbus_socket.h | 59 const ProtocolType type; member
|
| /foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/data/ |
| H A D | interface_manager_test.cpp | 94 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 D | coap_mock.cpp | 78 void CoapMock::CoapUpdateLocalDeviceInfo(InfoTypeChanged type) in CoapUpdateLocalDeviceInfo() argument
|
| /foundation/communication/netmanager_ext/services/netfirewallmanager/src/ |
| H A D | netfirewall_rule_native_helper.cpp | 61 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 D | http_client.cpp | 71 std::shared_ptr<HttpClientTask> HttpSession::CreateTask(const HttpClientRequest &request, TaskType type, in CreateTask() argument
|