Searched refs:USER_ID_DEFAULT (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/wifi_asset/ |
H A D | wifi_asset_manager.h | 28 constexpr int32_t USER_ID_DEFAULT = 100; variable 43 …void WifiAssetAdd(const WifiDeviceConfig &config, int32_t userId = USER_ID_DEFAULT, bool flagSync … 45 void WifiAssetQuery(int32_t userId = USER_ID_DEFAULT); 47 void WifiAssetUpdate(const WifiDeviceConfig &config, int32_t userId = USER_ID_DEFAULT); 50 int32_t userId = USER_ID_DEFAULT, bool flagSync = true); 53 int32_t userId = USER_ID_DEFAULT, bool flagSync = true, bool firstSync = false); 56 int32_t userId = USER_ID_DEFAULT, bool flagSync = true); 58 void WifiAssetRemoveAll(int32_t userId = USER_ID_DEFAULT, bool flagSync = true); 61 int32_t userId = USER_ID_DEFAULT);
|
H A D | wifi_asset_manager.cpp | 23 static AssetValue g_userIdValue = {.u32 = USER_ID_DEFAULT}; 267 WifiAssetQuery(USER_ID_DEFAULT); in CloudAssetSync()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/ |
H A D | wifi_asset_manager_test.cpp | 36 int32_t userId = USER_ID_DEFAULT; 43 int32_t userId = USER_ID_DEFAULT; 50 int32_t userId = USER_ID_DEFAULT; 57 int32_t userId = USER_ID_DEFAULT; 65 int32_t userId = USER_ID_DEFAULT; 73 int32_t userId = USER_ID_DEFAULT; 80 int32_t userId = USER_ID_DEFAULT; 88 int32_t userId = USER_ID_DEFAULT;
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | user_controller.h | 31 const int32_t USER_ID_DEFAULT = 100; variable
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | user_controller.cpp | 150 if (userId < 0 || userId == USER_ID_NO_HEAD || userId == USER_ID_DEFAULT) { in StopUser()
|
H A D | ability_manager_service.cpp | 4359 connectManager = GetConnectManagerByUserId(USER_ID_DEFAULT); in DisconnectLocalAbility()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/ |
H A D | wifi_settings.cpp | 2160 WifiAssetManager::GetInstance().WifiAssetAddPack(tmp, USER_ID_DEFAULT, true, true); in UpLoadLocalDeviceConfigToCloud()
|