/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/ |
H A D | cert_manager_updateflag.c | 105 …2_t IsCertNeedBackup(uint32_t userId, uint32_t uid, const struct CmBlob *certUri, bool *needUpdate) in IsCertNeedBackup() argument 110 if (needUpdate == NULL) { in IsCertNeedBackup() 129 *needUpdate = true; in IsCertNeedBackup() 137 *needUpdate = true; in IsCertNeedBackup() 143 *needUpdate = false; in IsCertNeedBackup() 148 *needUpdate = true; in IsCertNeedBackup() 327 bool needUpdate = false; in UpdateUserCert() local 328 ret = IsCertNeedBackup(userId, uid, &certUri, &needUpdate); in UpdateUserCert() 332 } else if (needUpdate == false) { in UpdateUserCert()
|
H A D | cert_manager_service.c | 818 bool needUpdate = false; in CmSetStatusBackupCert() local 819 ret = IsCertNeedBackup(context->userId, context->uid, certUri, &needUpdate); in CmSetStatusBackupCert() 823 } else if (needUpdate == false) { in CmSetStatusBackupCert()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/ |
H A D | wifi_protect_manager.cpp | 421 bool needUpdate = false; in GetNearlyProtectMode() local 432 needUpdate = true; in GetNearlyProtectMode() 439 if (needUpdate) { in GetNearlyProtectMode() 447 bool needUpdate = false; in GetNearlyProtectMode() local 452 needUpdate = true; in GetNearlyProtectMode() 459 if (needUpdate) { in GetNearlyProtectMode()
|
/ohos5.0/foundation/window/window_manager/wmserver/src/ |
H A D | avoid_area_controller.cpp | 199 bool needUpdate = true; in UpdateAvoidAreaIfNeed() local 203 needUpdate = avoidAreaIter->second != avoidArea; in UpdateAvoidAreaIfNeed() 206 needUpdate = false; in UpdateAvoidAreaIfNeed() 211 needUpdate = false; in UpdateAvoidAreaIfNeed() 214 if (needUpdate) { in UpdateAvoidAreaIfNeed() 218 return needUpdate; in UpdateAvoidAreaIfNeed()
|
/ohos5.0/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/ |
H A D | disc_ble.c | 106 bool needUpdate; member 248 static void UpdateInfoManager(int adv, bool needUpdate) in UpdateInfoManager() argument 253 g_bleInfoManager[BLE_PUBLISH | BLE_ACTIVE].needUpdate = needUpdate; in UpdateInfoManager() 254 g_bleInfoManager[BLE_PUBLISH | BLE_PASSIVE].needUpdate = needUpdate; in UpdateInfoManager() 256 g_bleInfoManager[BLE_SUBSCRIBE | BLE_ACTIVE].needUpdate = needUpdate; in UpdateInfoManager() 257 g_bleInfoManager[BLE_SUBSCRIBE | BLE_PASSIVE].needUpdate = needUpdate; in UpdateInfoManager() 266 g_bleInfoManager[BLE_PUBLISH | BLE_PASSIVE].needUpdate; in GetNeedUpdateAdvertiser() 1157 info->needUpdate = true; in RegisterCapability() 1183 info->needUpdate = true; in RegisterCapability() 1217 info->needUpdate = true; in UnregisterCapability() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | measure_property.h | 422 bool needUpdate = false; in UpdateLocalizedPadding() local 425 needUpdate = true; in UpdateLocalizedPadding() 429 needUpdate = true; in UpdateLocalizedPadding() 433 needUpdate = true; in UpdateLocalizedPadding() 437 needUpdate = true; in UpdateLocalizedPadding() 439 return needUpdate; in UpdateLocalizedPadding()
|
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/include/ |
H A D | cert_manager_updateflag.h | 38 …_t IsCertNeedBackup(uint32_t userId, uint32_t uid, const struct CmBlob *certUri, bool *needUpdate);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | ark_js_runtime.cpp | 210 …xecuteModuleBuffer(const uint8_t* data, int32_t size, const std::string& filename, bool needUpdate) in ExecuteModuleBuffer() argument 215 bool ret = JSNApi::ExecuteModuleBuffer(vm_, data, size, filename, needUpdate); in ExecuteModuleBuffer() 225 …::EvaluateJsCode(const uint8_t* buffer, int32_t size, const std::string& filePath, bool needUpdate) in EvaluateJsCode() argument 230 bool ret = JSNApi::Execute(vm_, buffer, size, PANDA_MAIN_FUNCTION, filePath, needUpdate); in EvaluateJsCode()
|
H A D | ark_js_runtime.h | 73 …const uint8_t* buffer, int32_t size, const std::string& filePath = "", bool needUpdate = false) ov… 106 …uleBuffer(const uint8_t *data, int32_t size, const std::string &filename, bool needUpdate = false);
|
H A D | js_runtime.h | 52 …const uint8_t* buffer, int32_t size, const std::string& filePath = "", bool needUpdate = false) = …
|
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_test4.cpp | 710 bool needUpdate = true; variable 711 ssm_->UpdateNormalSessionAvoidArea(persistentId, sceneSession, needUpdate); 712 EXPECT_EQ(needUpdate, false); 720 needUpdate = true; 721 ssm_->UpdateNormalSessionAvoidArea(persistentId, sceneSession, needUpdate); 722 EXPECT_EQ(needUpdate, false); 726 needUpdate = true; 728 EXPECT_EQ(needUpdate, false); 751 bool needUpdate = true; variable 752 ssm_->UpdateAvoidSessionAvoidArea(type, needUpdate); [all …]
|
H A D | scene_session_manager_test7.cpp | 586 bool needUpdate = true; variable 589 ssm_->UpdateNormalSessionAvoidArea(persistentId, sceneSession, needUpdate); 591 ssm_->UpdateNormalSessionAvoidArea(persistentId, sceneSession, needUpdate); 610 bool needUpdate = true; variable 614 ssm_->UpdateNormalSessionAvoidArea(persistentId, sceneSession, needUpdate); 616 ssm_->UpdateNormalSessionAvoidArea(persistentId, sceneSession, needUpdate); 1242 bool needUpdate = true; variable 1246 ssm_->UpdateNormalSessionAvoidArea(persistentId, sceneSession, needUpdate);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/container_modal/ |
H A D | container_modal_element.h | 34 void ShowTitle(bool isShow, bool hasDeco = true, bool needUpdate = false);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/enhance/ |
H A D | container_modal_pattern_enhance.h | 32 void ShowTitle(bool isShow, bool hasDeco = true, bool needUpdate = false) override;
|
H A D | container_modal_pattern_enhance.cpp | 52 void ContainerModalPatternEnhance::ShowTitle(bool isShow, bool hasDeco, bool needUpdate) in ShowTitle() argument 61 if (needUpdate) { in ShowTitle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/ |
H A D | js_engine.h | 369 void SetForceUpdate(bool needUpdate) in SetForceUpdate() argument 371 needUpdate_ = needUpdate; in SetForceUpdate()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_navigation_stack.cpp | 1038 bool needUpdate = GetNeedUpdatePathInfo(index); in UpdatePathInfoIfNeeded() local 1039 if (!needUpdate) { in UpdatePathInfoIfNeeded() 1068 auto needUpdate = path->GetProperty("needUpdate"); in GetNeedUpdatePathInfo() local 1069 if (!needUpdate->IsBoolean()) { in GetNeedUpdatePathInfo() 1072 return needUpdate->ToBoolean(); in GetNeedUpdatePathInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/ |
H A D | container_modal_pattern.h | 67 virtual void ShowTitle(bool isShow, bool hasDeco = true, bool needUpdate = false);
|
H A D | container_modal_pattern.cpp | 55 void ContainerModalPattern::ShowTitle(bool isShow, bool hasDeco, bool needUpdate) in ShowTitle() argument 63 if (needUpdate) { in ShowTitle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | render_node.h | 679 void SetNeedUpdateAccessibility(bool needUpdate) in SetNeedUpdateAccessibility() argument 681 needUpdateAccessibility_ = needUpdate; in SetNeedUpdateAccessibility() 683 child->SetNeedUpdateAccessibility(needUpdate); in SetNeedUpdateAccessibility()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | ohos_application.cpp | 1038 bool needUpdate = true; in IsUpdateColorNeeded() local 1045 needUpdate = false; in IsUpdateColorNeeded() 1058 return needUpdate; in IsUpdateColorNeeded()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_data_manager.cpp | 2097 … int32_t SearchDateTakenWhenZero(const shared_ptr<MediaLibraryRdbStore> rdbStore, bool &needUpdate, in SearchDateTakenWhenZero() argument 2119 needUpdate = false; in SearchDateTakenWhenZero() 2140 bool needUpdate = true; in UpdateDateTakenWhenZero() local 2142 int32_t ret = SearchDateTakenWhenZero(rdbStore_, needUpdate, updateData); in UpdateDateTakenWhenZero() 2147 if (!needUpdate) { in UpdateDateTakenWhenZero()
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/sink/ |
H A D | audio_sink.cpp | 587 bool needUpdate = forceUpdateTimeAnchorNextTime_ || in UpdateTimeAnchorIfNeeded() local 590 if (!needUpdate) { in UpdateTimeAnchorIfNeeded()
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/zidl/ |
H A D | session_stub.cpp | 320 bool needUpdate = property->GetIsNeedUpdateWindowMode(); in HandleConnect() local 321 reply.WriteBool(needUpdate); in HandleConnect() 322 if (needUpdate) { in HandleConnect()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | pending_want_manager.cpp | 80 bool needUpdate = (static_cast<uint32_t>(wantSenderInfo.flags) & in GetWantSenderLocked() local 100 if (needUpdate && wantSenderInfo.allWants.size() > 0) { in GetWantSenderLocked()
|